Add .whitesource configuration file

This commit is contained in:
whitesource-bolt-for-github[bot] 2020-07-25 16:27:05 +00:00 committed by GitHub
parent daa7bafb12
commit f784306379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
.whitesource Normal file
View file

@ -0,0 +1,11 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure"
},
"issueSettings": {
"minSeverityLevel": "LOW"
}
}