Skip to content

Commit

Permalink
attempt to fix Trivy vulnerability scan in CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
comminutus committed Sep 8, 2024
1 parent 12ca682 commit 29dd580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
- name: Upload Trivy scan results for vanilla to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
category: vanilla
sarif_file: trivy-results-vanilla.sarif

- name: Run Trivy vulnerability scanner against msr image
Expand All @@ -189,6 +190,7 @@ jobs:
- name: Upload Trivy scan results for msr to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
category: msr
sarif_file: trivy-results-msr.sarif


Expand Down

0 comments on commit 29dd580

Please sign in to comment.