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 77690d7 commit 6c7ad18Copy full SHA for 6c7ad18
.github/workflows/security-scan.yml
@@ -32,7 +32,7 @@ jobs:
32
output: 'trivy-results.sarif'
33
34
- name: Upload Trivy scan results to GitHub Security tab
35
- uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4
+ uses: github/codeql-action/upload-sarif@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4
36
if: always()
37
with:
38
sarif_file: 'trivy-results.sarif'
0 commit comments