forked from bridgecrewio/terragoat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.whitesource
44 lines (44 loc) · 1.13 KB
/
.whitesource
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
{
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"projectToken": "",
"baseBranches": [
"master"
],
"enableLicenseViolations": true,
"enableIaC": true
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "success",
"licenseCheckRunConclusionLevel": "success",
"iacCheckRunConclusionLevel": "success",
"displayMode": "baseline",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY",
"displayLicenseViolations": true
},
"remediateSettings": {
"enableRenovate": false,
"workflowRules": {
"minVulnerabilitySeverity": "HIGH",
"enabled": true
}
},
"scanSettingsSAST": {
"enableScan": true,
"baseBranches": [
"main"
],
"scanPullRequests": true,
"incrementalScan": true,
"snippetSize": 10
},
"checkRunSettingsSAST": {
"checkRunConclusionLevel": "success",
"severityThreshold": "high"
}
}