We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574894d commit d00de70Copy full SHA for d00de70
1 file changed
.github/workflows/security.yml
@@ -31,7 +31,7 @@ jobs:
31
severity: 'CRITICAL,HIGH'
32
33
- name: Upload Trivy scan results to GitHub Security tab
34
- uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
+ uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
35
if: always()
36
with:
37
sarif_file: 'trivy-results.sarif'
@@ -48,7 +48,7 @@ jobs:
48
49
50
- name: Upload Trivy IaC scan results to GitHub Security tab
51
52
53
54
sarif_file: 'trivy-config-results.sarif'
0 commit comments