Skip to content

Commit a3f5416

Browse files
committed
chore: tweaked mend bot config
1 parent 2d82a32 commit a3f5416

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.whitesource

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
{
22
"scanSettings": {
3-
"baseBranches": []
3+
"baseBranches": ["dev", "master"]
44
},
55
"checkRunSettings": {
66
"vulnerableCheckRunConclusionLevel": "failure",
77
"displayMode": "diff",
88
"useMendCheckNames": true
99
},
1010
"issueSettings": {
11-
"minSeverityLevel": "LOW",
12-
"issueType": "DEPENDENCY"
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+
}
1322
}
1423
}

0 commit comments

Comments
 (0)