Skip to content

Commit 0f55703

Browse files
committed
chore: mend-scan
1 parent 33741b5 commit 0f55703

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

.whitesource

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,28 @@
33
"configMode": "AUTO",
44
"enableCST": true,
55
"enableScan": true,
6+
"enableVulnerabilityScanning": true,
67
"configExternalURL": "",
78
"projectToken": "ping-javascript-sdk",
8-
"projectToken": "",
99
"baseBranches": [
1010
"main"
1111
],
1212
"enableLicenseViolations": true
1313
},
14+
"scanSettingsSAST": {
15+
"enableScan": true,
16+
"scanPullRequests": true,
17+
"incrementalScan": false,
18+
"baseBranches": ["integration"]
19+
},
20+
"checkRunSettingsSAST": {
21+
"checkRunConclusionLevel": "failure",
22+
"severityThreshold": "high"
23+
},
24+
"issueSettingsSAST": {
25+
"issueType": "repo",
26+
"minSeverityLevel": "high"
27+
}
1428
"checkRunSettings": {
1529
"vulnerableCheckRunConclusionLevel": "failure",
1630
"displayMode": "diff",

0 commit comments

Comments
 (0)