feat: Configure Mend Bolt for GitHub (#49760)

* Add .whitesource configuration file

* Update .whitesource

---------

Co-authored-by: mend-bolt-for-github[bot] <42819689+mend-bolt-for-github[bot]@users.noreply.github.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
mend-bolt-for-github[bot]
2023-03-18 17:06:51 +05:30
committed by GitHub
parent aefda2a38f
commit e05d8fb30d

14
.whitesource Normal file
View File

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