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 dd77f43 commit 42b4e6fCopy full SHA for 42b4e6f
.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@v3
+ uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
36
if: always()
37
with:
38
sarif_file: 'trivy-results.sarif'
@@ -53,7 +53,7 @@ jobs:
53
output: 'trivy-config-results.sarif'
54
55
- name: Upload Trivy config scan results to GitHub Security tab
56
57
58
59
sarif_file: 'trivy-config-results.sarif'
0 commit comments