Skip to content

Commit c6ad8d5

Browse files
committed
Add Mend Remediate for dependency management
Signed-off-by: Daniel Widdis <[email protected]>
1 parent 343667e commit c6ad8d5

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

.whitesource

+27-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,35 @@
55
"projectToken": "",
66
"baseBranches": []
77
},
8+
"scanSettingsSAST": {
9+
"enableScan": false,
10+
"scanPullRequests": false,
11+
"incrementalScan": true,
12+
"baseBranches": [],
13+
"snippetSize": 10
14+
},
815
"checkRunSettings": {
916
"vulnerableCheckRunConclusionLevel": "failure",
10-
"displayMode": "diff"
17+
"displayMode": "diff",
18+
"useMendCheckNames": true
19+
},
20+
"checkRunSettingsSAST": {
21+
"checkRunConclusionLevel": "failure",
22+
"severityThreshold": "high"
1123
},
1224
"issueSettings": {
13-
"minSeverityLevel": "LOW"
25+
"minSeverityLevel": "LOW",
26+
"issueType": "DEPENDENCY"
27+
},
28+
"remediateSettings": {
29+
"enableRenovate": true,
30+
"extends": [
31+
"config:base",
32+
":gitSignOff",
33+
"github>whitesource/merge-confidence:beta"
34+
],
35+
"workflowRules": {
36+
"enabled": true
37+
}
1438
}
15-
}
39+
}

0 commit comments

Comments
 (0)