-
Notifications
You must be signed in to change notification settings - Fork 0
/
trivy-vuln.yaml
62 lines (61 loc) · 1.25 KB
/
trivy-vuln.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
# This is a "full copy" file. Any manual changes will be overwritten in the next
# sync. If you want to make changes to this file, open a PR against the upstream
# file. Changes will be reflected in ALL repositories during the next sync.
cache:
backend: fs
clear: false
db:
download-java-only: false
download-only: false
java-repository: ghcr.io/aquasecurity/trivy-java-db
java-skip-update: false
light: false
no-progress: false
repository: ghcr.io/aquasecurity/trivy-db
skip-update: false
# debug: false
dependency-tree: true
exit-code: 1
format: table
ignore-policy: ""
ignorefile: .trivyignore
include-dev-deps: false
insecure: false
list-all-pkgs: true
misconfiguration:
include-non-failures: false
policy-bundle-repository: ghcr.io/aquasecurity/defsec:0
reset-policy-bundle: false
output: ""
quiet: true
report: all
reset: false
scan:
compliance: ""
file-patterns: []
offline: false
rekor-url: https://rekor.sigstore.dev
sbom-sources: []
scanners:
- vuln
- config
- secret
skip-dirs: []
skip-files: []
slow: false
secret:
config: trivy-secret.yaml
severity:
- UNKNOWN
- LOW
- MEDIUM
- HIGH
- CRITICAL
timeout: 5m0s
vulnerability:
ignore-status: []
ignore-unfixed: true
type:
- os
- library