Merge pull request #18 from icret/whitesource/configure

Configure WhiteSource Bolt for GitHub
pull/141/head
icret 2022-02-06 14:52:32 +08:00 committed by GitHub
commit f352336da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
.whitesource Normal file
View File

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