We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bceddee commit b30a17eCopy full SHA for b30a17e
1 file changed
.github/workflows/trivy.yaml
@@ -73,7 +73,7 @@ jobs:
73
74
- name: Upload Trivy scan results to GitHub Security tab
75
if: always() && hashFiles('trivy-results.sarif') != ''
76
- uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
+ uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
77
with:
78
sarif_file: trivy-results.sarif
79
category: trivy-${{ matrix.branch }}
0 commit comments