Skip to content

Commit

Permalink
add trivy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knqyf263 committed Oct 9, 2024
1 parent 62bb44d commit f9d9ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
scan-type: 'image'
scan-ref: 'jenkins:2.60.3'
severity: 'MEDIUM,HIGH'
trivy-config: trivy.yml
1 change: 1 addition & 0 deletions trivy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
severity: HIGH

0 comments on commit f9d9ada

Please sign in to comment.