-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json
49 lines (49 loc) · 1.39 KB
/
config.json
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
{
"findInOrg": false,
"debug": true,
"backup": "",
"limit": 50,
"bulkUpdateCount": 20,
"accountSets": [
{
"changeStateOnly": false,
"organizationId": "",
"organizationType": "",
"accountGroups": [],
"accountIds": [],
"credentials": "",
"onboardingMode":"org",
"scanMode": "",
"agentless": {
"hubAccountId": "",
"subnetName": "",
"securityGroupName": "",
"excludeTags": [
{
"key": "",
"value": ""
}
],
"includeTags": [],
"customTags": [],
"regions": [],
"scanners": 0,
"scanNonRunning": "false",
"autoScale": "true",
"enforcePermissionsCheck": "true",
"ociExcludedCompartments": [],
"ociVcn": "",
"setAsHub": "",
"agentlessState": ""
},
"serverless": {
"scanLatest": "true",
"scanCap": "0",
"scanLayers": "true",
"radarCap": 0,
"radarLatest": "true",
"serverlessState": ""
}
}
]
}