Skip to content

Commit 37a9319

Browse files
authored
Merge pull request #33 from opensearch-project/whitesource/configure
Configure WhiteSource for GitHub.com
2 parents f83421b + b41c570 commit 37a9319

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.whitesource

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

0 commit comments

Comments
 (0)