Configure WhiteSource Bolt for GitHub (#110)

* Add .whitesource configuration file

* Update .whitesource

Co-authored-by: whitesource-bolt-for-github[bot] <42819689+whitesource-bolt-for-github[bot]@users.noreply.github.com>
Co-authored-by: Fabio Cavallo (FHorse) <punes.development@gmail.com>
This commit is contained in:
whitesource-bolt-for-github[bot] 2020-07-25 17:41:00 +02:00 committed by GitHub
parent 04676599ec
commit 2578fe723c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.whitesource Normal file
View file

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