Skip to content

Commit 6e16d28

Browse files
authored
Merge pull request #1 from kleros/whitesource/configure
Configure Mend Bolt for GitHub
2 parents 4016c3b + 321cceb commit 6e16d28

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.whitesource

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"scanSettings": {
3+
"baseBranches": ["dev", "master"]
4+
},
5+
"checkRunSettings": {
6+
"vulnerableCheckRunConclusionLevel": "failure",
7+
"displayMode": "diff",
8+
"useMendCheckNames": true
9+
},
10+
"issueSettings": {
11+
"minSeverityLevel": "MEDIUM",
12+
"issueType": "DEPENDENCY",
13+
"customLabels": ["Type: Security🛡️", "dependencies"],
14+
"assignees": ["jaybuidl"]
15+
},
16+
"remediateSettings": {
17+
"workflowRules": {
18+
"enabled": true,
19+
"minVulnerabilityScore": 3,
20+
"maxVulnerabilityScore": 10
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)