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 53f06ef commit 8f6f9faCopy full SHA for 8f6f9fa
.github/workflows/container-scan.yml
@@ -27,8 +27,8 @@ jobs:
27
with:
28
scan-type: image
29
image-ref: 'githubexporter/github-exporter:${{ steps.get-current-version.outputs.version }}'
30
-# format: 'sarif'
31
-# output: 'trivy-results.sarif'
+ format: 'sarif'
+ output: 'trivy-results.sarif'
32
33
- name: Upload Trivy scan results to GitHub Security tab
34
uses: github/codeql-action/upload-sarif@v3
0 commit comments