Skip to content

Commit 53f06ef

Browse files
testing
1 parent 6145432 commit 53f06ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/container-scan.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ jobs:
2525
- name: Run Trivy
2626
uses: aquasecurity/trivy-action@master
2727
with:
28+
scan-type: image
2829
image-ref: 'githubexporter/github-exporter:${{ steps.get-current-version.outputs.version }}'
29-
format: 'sarif'
30-
output: 'trivy-results.sarif'
30+
# format: 'sarif'
31+
# output: 'trivy-results.sarif'
3132

3233
- name: Upload Trivy scan results to GitHub Security tab
33-
uses: github/codeql-action/upload-sarif@v2
34+
uses: github/codeql-action/upload-sarif@v3
3435
with:
3536
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)