Skip to content

Commit

Permalink
chore: synced file(s) with honestbank/.github (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
honestbank-bot authored Nov 8, 2024
1 parent f71e4e2 commit 4f4d2d4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions trivy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
scan:
skip-dirs:
- test
- .terraform

misconfiguration:
exclude-downloaded-modules: true # Exclude third-party downloaded modules from scanning

# Specify the ignore file for ignored checks or vulnerabilities
ignoreFile: .trivyignore

# Define the severities to focus on (UNKNOWN, LOW, MEDIUM, HIGH, CRITICAL)
severity:
- HIGH
- CRITICAL
- MEDIUM

# Exit with code 1 if vulnerabilities or misconfigurations are found default to 0
exit-code: 1

0 comments on commit 4f4d2d4

Please sign in to comment.