File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments