Skip to content

Commit ecdc3ea

Browse files
authored
Merge pull request #1 from PhilippeH11/whitesource/configure
Configure WhiteSource Bolt for GitHub
2 parents 6b07d3c + acd6630 commit ecdc3ea

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.whitesource

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"scanSettings": {
3+
"baseBranches": []
4+
},
5+
"checkRunSettings": {
6+
"vulnerableCheckRunConclusionLevel": "failure",
7+
"displayMode": "diff"
8+
},
9+
"issueSettings": {
10+
"minSeverityLevel": "LOW"
11+
}
12+
}

0 commit comments

Comments
 (0)