Skip to content

Commit e265f58

Browse files
ci: Adding a config directory for GitHub Action config files
1 parent 83c548a commit e265f58

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/config/trivy-sarif.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
timeout: 10m
2+
format: sarif
3+
# dependency-tree: true # dependency-tree: true, can be used only with "format: table"
4+
# list-all-pkgs: true # list-all-pkgs: true, is only valid for the JSON format, for other formats a list of packages is automatically included.
5+
# exit-code: 1
6+
output: trivy-image-scan-results.sarif
7+
severity:
8+
- HIGH
9+
- CRITICAL
10+
- MEDIUM
11+
- LOW
12+
- UNKNOWN
13+
scan:
14+
scanners:
15+
- vuln
16+
- secret
17+
- misconfig
18+
ignore-unfixed: false
19+
hide-progress: false

0 commit comments

Comments
 (0)