Skip to content

Commit

Permalink
Add trivy.yaml for report mode scans
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Nov 19, 2024
1 parent f919753 commit 9ca5ec4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ jobs:
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # tag v0.28.0
with:
scan-type: fs
scan-ref: .
trivy-config: trivy.yaml
format: sarif
output: trivy-results.sarif
ignore-unfixed: true
severity: 'CRITICAL,HIGH,MEDIUM,LOW'
cache: false

- name: Upload Trivy scan results to GitHub Security tab
# Only upload sarif when running nightly on the dev branch.
Expand Down

0 comments on commit 9ca5ec4

Please sign in to comment.