We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4016c3b + 321cceb commit 6e16d28Copy full SHA for 6e16d28
.whitesource
@@ -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