Merge pull request #1830 from nlohmann/whitesource/configure

Configure WhiteSource Bolt for GitHub
This commit is contained in:
Niels Lohmann
2019-11-08 14:04:27 +01:00
committed by GitHub

8
.whitesource Normal file
View File

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