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.
2 parents f72081b + a0132bf commit 3be85caCopy full SHA for 3be85ca
.github/workflows/run_trivy.yml
@@ -45,6 +45,6 @@ jobs:
45
- name: Fix .trivy permissions
46
run: sudo chown -R $(stat . -c %u:%g) .trivy
47
- name: Upload Trivy scan results to GitHub Security tab
48
- uses: github/codeql-action/upload-sarif@v1
+ uses: github/codeql-action/upload-sarif@v3
49
with:
50
sarif_file: 'trivy-results.sarif'
0 commit comments