Skip to content

Commit 8f6f9fa

Browse files
restore sarif
1 parent 53f06ef commit 8f6f9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
with:
2828
scan-type: image
2929
image-ref: 'githubexporter/github-exporter:${{ steps.get-current-version.outputs.version }}'
30-
# format: 'sarif'
31-
# output: 'trivy-results.sarif'
30+
format: 'sarif'
31+
output: 'trivy-results.sarif'
3232

3333
- name: Upload Trivy scan results to GitHub Security tab
3434
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)