Configure Mend Bolt for GitHub (#526)

Co-authored-by: mend-bolt-for-github[bot] <42819689+mend-bolt-for-github[bot]@users.noreply.github.com>
This commit is contained in:
mend-bolt-for-github[bot] 2022-10-25 11:41:01 +00:00 committed by GitHub
parent ed44ec470a
commit 40a4cd39ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.whitesource Normal file
View file

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