-
Notifications
You must be signed in to change notification settings - Fork 0
/
.whitesource
38 lines (37 loc) · 930 Bytes
/
.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
{
"settingsInheritedFrom": "jorger-democorp-mend-ghc/whitesource-config@main",
"remediateSettings": {
"workflowRules": {
"enabled": true
},
"enableRenovate": false
},
"scanSettings": {
"releaseBranches": ["v.*"],
"enableLicenseViolations": true,
"enableReachability": true,
"exploitability": true
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"licenseCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true,
"strictMode": "failure"
},
"scanSettingsSAST": {
"enableScan": true,
"enableRemediation": true,
"scanPullRequests": true,
"incrementalScan": true,
"baseBranches": ["dev"]
},
"checkRunSettingsSAST": {
"checkRunConclusionLevel": "failure",
"severityThreshold": "high"
},
"issueSettingsSAST": {
"issueType": "repo",
"minSeverityLevel": "medium"
}
}