Skip to content

Commit db5c441

Browse files
committed
fix: whitesource file
1 parent 0795917 commit db5c441

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

.whitesource

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
1+
12
{
23
"scanSettings": {
34
"configMode": "AUTO",
5+
"enableCST": true,
6+
"enableScan": true,
7+
"enableVulnerabilityScanning": true,
48
"configExternalURL": "",
59
"projectToken": "",
6-
"baseBranches": ["develop"],
10+
"baseBranches": [
11+
"develop", "master"
12+
],
713
"enableLicenseViolations": true
814
},
15+
"scanSettingsSAST": {
16+
"enableScan": true,
17+
"scanPullRequests": true,
18+
"incrementalScan": false,
19+
"baseBranches": ["develop", "master"]
20+
},
21+
"checkRunSettingsSAST": {
22+
"checkRunConclusionLevel": "failure",
23+
"severityThreshold": "high"
24+
},
25+
"issueSettingsSAST": {
26+
"issueType": "repo",
27+
"minSeverityLevel": "high"
28+
},
929
"checkRunSettings": {
1030
"vulnerableCheckRunConclusionLevel": "failure",
1131
"displayMode": "diff",
@@ -19,5 +39,14 @@
1939
"workflowRules": {
2040
"enabled": true
2141
}
42+
},
43+
"sca": {
44+
"enableLicenseScanning": true,
45+
"enableVulnerabilityScanning": true,
46+
"severityLevels": [
47+
"high",
48+
"medium",
49+
"low"
50+
]
2251
}
2352
}

0 commit comments

Comments
 (0)