mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 13:07:25 +00:00
Add .whitesource configuration file
This commit is contained in:
parent
61b20ce181
commit
6586cb5aba
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