-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
45 lines (40 loc) · 925 Bytes
/
config.yml
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
kubeConfig: .kubeconfig
outputType: INMEM
summaryEnabled: true
images:
repository:
curl:
busyBox:
azure:
subscriptionID:
clientID:
clientSecret:
tenantID:
locationDefault:
events: # this entire object can be left out if all tests are to be run
- name: account_manager
excluded: false
justification: "demo"
- name: container_registry_access
excluded: false
justification: "demo"
- name: general
excluded: false
justification: "demo"
probes:
- name: CIS-5.6.3
excluded: false
justification: "probe exclusion demo"
- name: iam_control
excluded: false
justification: "demo"
- name: internet_access
excluded: false
justification: "demo"
- name: pod_security_policy
excluded: false
justification: "demo"
probes:
- name: AZP-0.3
excluded: false
justification: "probe exclusion demo"