Add .whitesource configuration file

This commit is contained in:
whitesource-bolt-for-github[bot] 2021-01-19 15:34:21 +00:00 committed by GitHub
parent e156083f13
commit d41291f81d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.whitesource Normal file
View file

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