File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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/[email protected] 352+ uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
353353 with :
354354 input : " images/${{ matrix.image }}.tar"
355355 format : " sarif"
@@ -364,15 +364,15 @@ jobs:
364364 password : ${{ secrets.GITHUB_TOKEN }}
365365 - name : Run Trivy vulnerability scanner
366366 if : ${{ github.event_name != 'pull_request' }}
367- uses :
aquasecurity/[email protected] 367+ uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
368368 with :
369369 image-ref : " ghcr.io/jeboehm/${{ matrix.image }}:latest"
370370 format : " sarif"
371371 output : " trivy-results.sarif"
372372 severity : " CRITICAL,HIGH"
373373 - name : Upload Trivy scan results to GitHub Security tab
374374 if : always()
375- uses : github/codeql-action/upload-sarif@v4
375+ uses : github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4
376376 with :
377377 sarif_file : " trivy-results.sarif"
378378 category : " ${{ matrix.image }}"
You can’t perform that action at this time.
0 commit comments