mirror of https://github.com/actions/cache.git
Merge pull request #3 from damwe/whitesource/configure
Configure Mend Bolt for GitHub
This commit is contained in:
commit
0e7d741811
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"scanSettings": {
|
||||||
|
"baseBranches": []
|
||||||
|
},
|
||||||
|
"checkRunSettings": {
|
||||||
|
"vulnerableCheckRunConclusionLevel": "failure",
|
||||||
|
"displayMode": "diff",
|
||||||
|
"useMendCheckNames": true
|
||||||
|
},
|
||||||
|
"issueSettings": {
|
||||||
|
"minSeverityLevel": "LOW",
|
||||||
|
"issueType": "DEPENDENCY"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue