Merge pull request #2 from 4k4xs4pH1r3/whitesource/configure

Configure WhiteSource Bolt for GitHub
This commit is contained in:
҉αkα x⠠⠵ 2023-08-10 00:33:34 -05:00 committed by GitHub
commit 397d4e9d5b
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"
}
}