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.
2 parents 0598967 + 2c5f840 commit 253a560Copy full SHA for 253a560
.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@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e
+ uses: github/codeql-action/upload-sarif@bbfff2f20a2d2b1bb30040286e0de8e59432af64
23
continue-on-error: true
24
with:
25
sarif_file: trivy-results.sarif
0 commit comments