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 6961acb commit 8a53a36Copy full SHA for 8a53a36
.github/actions/scan-docker-image/action.yml
@@ -19,7 +19,7 @@ runs:
19
severity: LOW,MEDIUM,HIGH,CRITICAL
20
21
- name: Upload Trivy scan results to GitHub Security tab
22
- uses: github/codeql-action/upload-sarif@2d2f57ed3a96a5c55ea34a02d2787de24943ebea
+ uses: github/codeql-action/upload-sarif@a8eeef929125972632fb1ae82db2010057b27ee6
23
continue-on-error: true
24
with:
25
sarif_file: trivy-results.sarif
0 commit comments