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 3d1da6e commit a1f3dcdCopy full SHA for a1f3dcd
.github/workflows/trivy-scan.yml
@@ -117,7 +117,7 @@ jobs:
117
trivy rootfs --ignore-unfixed --format sarif --output trivy-results-kctrl.sarif "kctrl"
118
trivy rootfs --ignore-unfixed --format json --output trivy-results-kctrl.json "kctrl"
119
- name: Upload Trivy scan results to GitHub Security tab
120
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
121
with:
122
sarif_file: '.'
123
- name: Create Issues Summary
0 commit comments