Skip to content

Commit 9f5cd3b

Browse files
committed
Updating CI to final at match
1 parent 06f1996 commit 9f5cd3b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

trivy.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
format: json
2-
exit-code: 0
2+
exit-code: 1
33
debug: false
44
severity:
5-
- MEDIUM
65
- HIGH
76
- CRITICAL
87
scan:
98
scanners:
109
- vuln
1110
- secret
11+
# ToDo - Misconfig keep trying to pull AWS config to scan and failing
12+
# Commenting to move on for now.
13+
# - misconfig
1214
skip-dirs:
1315
- .git
1416
- .husky

0 commit comments

Comments
 (0)