Add .whitesource configuration file (#6)

Co-authored-by: whitesource-bolt-for-github[bot] <42819689+whitesource-bolt-for-github[bot]@users.noreply.github.com>
This commit is contained in:
whitesource-bolt-for-github[bot] 2020-05-05 09:33:50 +05:30 committed by GitHub
parent 850b055527
commit 7944f0878d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.whitesource Normal file
View File

@ -0,0 +1,8 @@
{
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure"
},
"issueSettings": {
"minSeverityLevel": "LOW"
}
}