Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit c9e26b9

Browse files
Merge pull request #2 from MendDemo-josh/whitesource/configure
Configure Mend for GitHub.com
2 parents b4e1840 + 5efa102 commit c9e26b9

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+
"configMode": "AUTO",
4+
"configExternalURL": "",
5+
"projectToken": "",
6+
"baseBranches": [],
7+
"enableSAST": "true"
8+
},
9+
"checkRunSettings": {
10+
"vulnerableCheckRunConclusionLevel": "failure",
11+
"displayMode": "diff",
12+
"useMendCheckNames": true
13+
},
14+
"issueSettings": {
15+
"minSeverityLevel": "LOW",
16+
"issueType": "DEPENDENCY"
17+
},
18+
"remediateSettings": {
19+
"workflowRules": {
20+
"enabled": true
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)