Skip to content

Commit 6beafc3

Browse files
authored
Merge pull request #197 from ForgeRock/update-mend
chore: mend-scan
2 parents 1108234 + 0f55703 commit 6beafc3

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

.whitesource

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
11
{
22
"scanSettings": {
33
"configMode": "AUTO",
4+
"enableCST": true,
5+
"enableScan": true,
6+
"enableVulnerabilityScanning": true,
47
"configExternalURL": "",
5-
"projectToken": "",
8+
"projectToken": "ping-javascript-sdk",
69
"baseBranches": [
710
"main"
811
],
912
"enableLicenseViolations": true
1013
},
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+
}
1128
"checkRunSettings": {
1229
"vulnerableCheckRunConclusionLevel": "failure",
1330
"displayMode": "diff",
@@ -21,5 +38,14 @@
2138
"workflowRules": {
2239
"enabled": true
2340
}
41+
},
42+
"sca": {
43+
"enableLicenseScanning": true,
44+
"enableVulnerabilityScanning": true,
45+
"severityLevels": [
46+
"high",
47+
"medium",
48+
"low"
49+
]
2450
}
2551
}

0 commit comments

Comments
 (0)