forked from openclarity/vmclarity
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.families.yaml
135 lines (126 loc) · 2.62 KB
/
.families.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
sbom:
enabled: false
analyzers_list:
- "syft"
- "gomod"
# - "windows"
inputs:
- input: "node:slim"
input_type: "image"
# - input: "/mnt"
# input_type: "rootfs"
# - input: "nginx:1.10"
# input_type: "image"
# merge_with:
# - sbom_path: "nginx.11.cdx.json"
analyzers_config:
analyzer:
output_format: "cyclonedx-json"
scope: "Squashed"
trivy_config:
timeout: 300
registry:
skip-verify-tls: false
use-http: false
auths:
authority: "authority"
username: "username"
password: "password"
token: "token"
vulnerabilities:
enabled: false
scanners_list:
- "grype"
inputs:
# - input: "nginx:1.12"
# input_type: "image"
# - input: "nginx:1.13"
# input_type: "image"
input_from_sbom: true
scanners_config:
scanner:
grype_config:
mode: "LOCAL"
local_grype_config:
update_db: true
db_root_dir: "/tmp/"
listing_url: "https://toolbox-data.anchore.io/grype/databases/listing.json"
scope: "squashed"
remote_grype_config:
grype_server_address: ""
grype_server_timeout: "2m"
registry:
skip-verify-tls: false
use-http: false
auths:
authority: "authority"
username: "username"
password: "password"
token: "token"
secrets:
enabled: false
scanners_list:
- "gitleaks"
inputs:
- input: "./"
input_type: "dir"
scanners_config:
gitleaks:
binary_path: "/usr/local/bin/gitleaks"
exploits:
enabled: false
scanners_list:
- "exploitdb"
inputs: []
input_from_vuln: true
scanners_config:
exploit_db:
base_url: "http://localhost:1326"
misconfiguration:
enabled: false
scanners_list:
- "fake"
inputs:
- input: "./"
input_type: "rootfs"
scanners_config: {}
infofinder:
enabled: true
scanners_list:
- "sshTopology"
inputs:
- input: "/"
input_type: "rootfs"
scanners_config: {}
malware:
enabled: true
scanners_list:
- "clam"
inputs:
- input: "/"
input_type: "rootfs"
scanners_config:
clam:
freshclam_binary_path: freshclam
clamscan_binary_path: clamscan
rootkits:
enabled: true
scanners_list:
- "chkrootkit"
inputs:
- input: "/"
input_type: "rootfs"
scanners_config:
chkrootkit:
binary_path: chkrootkit
plugins:
enabled: false
scanners_list:
- "kics"
inputs:
- input: "/tmp"
input_type: "rootfs"
scanners_config:
kics:
image_name: "ghcr.io/openclarity/vmclarity-plugin-kics:latest"
config: "{}"