mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
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:
parent
ed44ec470a
commit
40a4cd39ff
1 changed files with 14 additions and 0 deletions
14
.whitesource
Normal file
14
.whitesource
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"scanSettings": {
|
||||
"baseBranches": []
|
||||
},
|
||||
"checkRunSettings": {
|
||||
"vulnerableCheckRunConclusionLevel": "failure",
|
||||
"displayMode": "diff",
|
||||
"useMendCheckNames": true
|
||||
},
|
||||
"issueSettings": {
|
||||
"minSeverityLevel": "LOW",
|
||||
"issueType": "DEPENDENCY"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue