Skip to content

Commit 60011ae

Browse files
authored
Merge pull request #3 from SharonKoch/whitesource/configure
Configure Mend for GitHub.com
2 parents ef08cc6 + da82898 commit 60011ae

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.whitesource

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"scanSettings": {
3+
"configMode": "AUTO",
4+
"configExternalURL": "",
5+
"projectToken": "",
6+
"baseBranches": []
7+
},
8+
"scanSettingsSAST": {
9+
"enableScan": false,
10+
"scanPullRequests": false,
11+
"incrementalScan": true,
12+
"baseBranches": [],
13+
"snippetSize": 10
14+
},
15+
"checkRunSettings": {
16+
"vulnerableCheckRunConclusionLevel": "failure",
17+
"displayMode": "diff",
18+
"useMendCheckNames": true
19+
},
20+
"checkRunSettingsSAST": {
21+
"checkRunConclusionLevel": "failure",
22+
"severityThreshold": "high"
23+
},
24+
"issueSettings": {
25+
"minSeverityLevel": "LOW",
26+
"issueType": "DEPENDENCY"
27+
},
28+
"remediateSettings": {
29+
"workflowRules": {
30+
"enabled": true
31+
}
32+
},
33+
"imageSettings":{
34+
"imageTracing":{
35+
"enableImageTracingPR": false,
36+
"addRepositoryCoordinate": false,
37+
"addDockerfilePath": false,
38+
"addMendIdentifier": false
39+
}
40+
}
41+
}

0 commit comments

Comments
 (0)