Skip to content

Commit

Permalink
chore: skip Trivy scanning third party code
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwiktrammer committed Oct 8, 2024
1 parent 428c7a1 commit f3ee44a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
scan-type: "fs"
ignore-unfixed: true
skip-dirs: .venv
exit-code: 0 # change if you want to fail build on vulnerabilities
severity: "CRITICAL,HIGH,MEDIUM"
format: "table"
Expand Down

0 comments on commit f3ee44a

Please sign in to comment.