We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574894d commit d0a0ddcCopy full SHA for d0a0ddc
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@9e907b5e64f6b83e7804b09294d44122997950d6 # 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