Skip to content

Commit

Permalink
Update trivy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone authored Sep 24, 2024
1 parent e502560 commit e9cb126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'

- uses: actions/cache@v3
with:
path: 'trivy-results.sarif'

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

0 comments on commit e9cb126

Please sign in to comment.