Skip to content

Commit

Permalink
added trivy config file
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioSCX committed Nov 12, 2024
1 parent d1e5151 commit 37b8a35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ jobs:
vuln-type: os,library
format: table
ignore-unfixed: true
severity: CRITICAL,HIGH,MEDIUM,LOW
# severity: CRITICAL,HIGH,MEDIUM,LOW
trivy-config: trivy.yaml
exit-code: '1'


secret-scanning:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions trivy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
severity:
- CRITICAL

0 comments on commit 37b8a35

Please sign in to comment.