Merge pull request #131 from omaster395464gh/whitesource/configure

Configure Mend Bolt for GitHub
This commit is contained in:
Oliver 2024-06-29 09:27:54 +02:00 committed by GitHub
commit 27a73d3522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
.whitesource Normal file
View File

@ -0,0 +1,14 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
}
}