Add .whitesource configuration file

This commit is contained in:
whitesource-bolt-for-github[bot]
2020-08-31 20:52:34 +00:00
committed by GitHub
parent 4e63f8380b
commit 8735f1e273

12
.whitesource Normal file
View File

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