Skip to content

Commit 885b414

Browse files
authored
Merge pull request #2 from opensearch-project/whitesource/configure
Configure Mend for GitHub.com
2 parents f22c0fb + d57375b commit 885b414

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.whitesource

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"scanSettings": {
3+
"configMode": "AUTO",
4+
"configExternalURL": "",
5+
"projectToken": "",
6+
"baseBranches": []
7+
},
8+
"checkRunSettings": {
9+
"vulnerableCheckRunConclusionLevel": "failure",
10+
"displayMode": "diff",
11+
"useMendCheckNames": true
12+
},
13+
"issueSettings": {
14+
"minSeverityLevel": "LOW",
15+
"issueType": "DEPENDENCY"
16+
},
17+
"remediateSettings": {
18+
"workflowRules": {
19+
"enabled": true
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)