Skip to content

Commit 2410617

Browse files
authored
chore: tweaked mend bold min severity
1 parent e4b400a commit 2410617

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.whitesource

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,16 @@
88
"useMendCheckNames": true
99
},
1010
"issueSettings": {
11-
"minSeverityLevel": "LOW",
11+
"minSeverityLevel": "MEDIUM",
1212
"issueType": "DEPENDENCY",
1313
"customLabels": ["Type: Security🛡️", "dependencies"],
1414
"assignees": ["jaybuidl"]
15+
},
16+
"remediateSettings": {
17+
"workflowRules": {
18+
"enabled": true,
19+
"minVulnerabilityScore": 3,
20+
"maxVulnerabilityScore": 10
21+
}
1522
}
1623
}

0 commit comments

Comments
 (0)