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
commit 67259d698f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.whitesource Normal file
View file

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