-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27cff7a
commit a94456b
Showing
2 changed files
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Same as '--format' | ||
# Default is 'table' | ||
format: table | ||
|
||
# Same as '--report' (available with 'trivy k8s') | ||
# Default is all | ||
report: all | ||
|
||
# Same as '--template' | ||
# Default is empty | ||
template: | ||
|
||
# Same as '--dependency-tree' | ||
# Default is false | ||
dependency-tree: false | ||
|
||
# Same as '--list-all-pkgs' | ||
# Default is false | ||
list-all-pkgs: false | ||
|
||
# Same as '--ignorefile' | ||
# Default is '.trivyignore' | ||
ignorefile: .trivyignore | ||
|
||
# Same as '--ignore-policy' | ||
# Default is empty | ||
ignore-policy: | ||
|
||
# Same as '--exit-code' | ||
# Default is 0 | ||
exit-code: 0 | ||
|
||
# Same as '--exit-on-eol' | ||
# Default is 0 | ||
exit-on-eol: 0 | ||
|
||
# Same as '--output' | ||
# Default is empty (stdout) | ||
output: | ||
|
||
# Same as '--severity' | ||
# Default is all severities | ||
severity: | ||
- MEDIUM | ||
- HIGH | ||
- CRITICAL |