Add .whitesource configuration file

This commit is contained in:
whitesource-bolt-for-github[bot]
2022-02-06 06:24:01 +00:00
committed by GitHub
parent 9aaf795d7c
commit 4016513986

12
.whitesource Normal file
View File

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