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 f3e05a8Copy full SHA for f3e05a8
.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@0337c4c06e7e00d0d6e64396c13b9dc18dd6d8c5
23
continue-on-error: true
24
with:
25
sarif_file: trivy-results.sarif
0 commit comments