Merge pull request #1 from MatteoGheza/whitesource/configure

Configure WhiteSource Bolt for GitHub
This commit is contained in:
MatteoGheza 2020-04-28 09:02:24 +02:00 committed by GitHub
commit a6e9ec1878
2 changed files with 8 additions and 0 deletions

8
.whitesource Normal file
View File

@ -0,0 +1,8 @@
{
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure"
},
"issueSettings": {
"minSeverityLevel": "LOW"
}
}