Merge pull request #26 from turkdevops/whitesource/configure

Configure WhiteSource Bolt for GitHub
This commit is contained in:
devkadirselcuk 2021-07-09 16:05:43 +03:00 committed by GitHub
commit fe5789f3e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.whitesource Normal file
View file

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