mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
Merge pull request #26 from turkdevops/whitesource/configure
Configure WhiteSource Bolt for GitHub
This commit is contained in:
commit
fe5789f3e8
1 changed files with 12 additions and 0 deletions
12
.whitesource
Normal file
12
.whitesource
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"scanSettings": {
|
||||
"baseBranches": []
|
||||
},
|
||||
"checkRunSettings": {
|
||||
"vulnerableCheckRunConclusionLevel": "failure",
|
||||
"displayMode": "diff"
|
||||
},
|
||||
"issueSettings": {
|
||||
"minSeverityLevel": "LOW"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue