We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33741b5 commit 0f55703Copy full SHA for 0f55703
1 file changed
.whitesource
@@ -3,14 +3,28 @@
3
"configMode": "AUTO",
4
"enableCST": true,
5
"enableScan": true,
6
+ "enableVulnerabilityScanning": true,
7
"configExternalURL": "",
8
"projectToken": "ping-javascript-sdk",
- "projectToken": "",
9
"baseBranches": [
10
"main"
11
],
12
"enableLicenseViolations": true
13
},
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
+ }
28
"checkRunSettings": {
29
"vulnerableCheckRunConclusionLevel": "failure",
30
"displayMode": "diff",
0 commit comments