Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

Commit 0210ef1

Browse files
authored
Merge pull request #4 from Neko7sora/whitesource/configure
Configure WhiteSource Bolt for GitHub
2 parents a8196e1 + 65a717e commit 0210ef1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.whitesource

Lines changed: 12 additions & 0 deletions
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)