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