Skip to content

Commit 01b8a71

Browse files
chore(sync): synced file(s) with TempMee/.github
1 parent 693cb4d commit 01b8a71

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

trivy.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
skip-dirs:
2+
- "**/.terraform/**"
3+
- "**/.external_modules/**"
4+
- "**/examples/**"
5+
- test
6+
timeout: 10m
7+
format: table
8+
exit-code: 1
9+
dependency-tree: true
10+
list-all-pkgs: true
11+
severity:
12+
- HIGH
13+
- CRITICAL
14+
scan:
15+
scanners:
16+
- vuln
17+
- secret
18+
- config
19+
vulnerability:
20+
type:
21+
- os
22+
- library
23+
ignore-unfixed: true
24+
25+
terraform:
26+
tfvars:
27+
- envs/development.tfvars
28+
- envs/production.tfvars
29+
- envs/staging.tfvars

0 commit comments

Comments
 (0)