Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 34e4ce5

Browse files
Update aquasecurity/trivy-action action to v0.6.1 (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dda53f7 commit 34e4ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Scan Docker image (not for release builds since we will have multiple tags)
4141
- name: Scan Docker image
4242
if: github.event_name != 'release'
43-
uses: aquasecurity/trivy-action@503d3abc15463af68b817d685982721f134256a5 # tag=0.6.0
43+
uses: aquasecurity/trivy-action@81b9a6f5abb1047d697af7a3ca18c13f55a97315 # tag=0.6.1
4444
with:
4545
image-ref: ${{ steps.meta.outputs.tags }}
4646
format: 'sarif'

0 commit comments

Comments
 (0)