Skip to content

Commit 11b3d79

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.34.0 (#700)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 663474f commit 11b3d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349
merge-multiple: true
350350
- name: Run Trivy vulnerability scanner
351351
if: ${{ github.event_name == 'pull_request' }}
352-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
352+
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
353353
with:
354354
input: "images/${{ matrix.image }}.tar"
355355
format: "sarif"
@@ -364,7 +364,7 @@ jobs:
364364
password: ${{ secrets.GITHUB_TOKEN }}
365365
- name: Run Trivy vulnerability scanner
366366
if: ${{ github.event_name != 'pull_request' }}
367-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
367+
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
368368
with:
369369
image-ref: "ghcr.io/jeboehm/${{ matrix.image }}:latest"
370370
format: "sarif"

0 commit comments

Comments
 (0)