Add .whitesource configuration file

This commit is contained in:
whitesource-for-github-com[bot]
2020-06-26 01:01:54 +00:00
committed by GitHub
parent b435317904
commit 8ed2f55600

13
.whitesource Normal file
View File

@@ -0,0 +1,13 @@
{
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"projectToken" : ""
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure"
},
"issueSettings": {
"minSeverityLevel": "LOW"
}
}