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 2ca2905 commit f1e2091Copy full SHA for f1e2091
.github/workflows/security.yml
@@ -24,7 +24,7 @@ jobs:
24
severity: 'CRITICAL,HIGH'
25
26
- name: Upload Trivy scan results to GitHub Security tab
27
- uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
+ uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
28
if: always()
29
with:
30
sarif_file: 'trivy-results.sarif'
@@ -41,7 +41,7 @@ jobs:
41
42
43
- name: Upload Trivy IaC scan results to GitHub Security tab
44
45
46
47
sarif_file: 'trivy-config-results.sarif'
0 commit comments