Add .whitesource configuration file
This commit is contained in:
parent
7be88990e2
commit
a8c0cfc5ef
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"checkRunSettings": {
|
||||||
|
"vulnerableCheckRunConclusionLevel": "failure"
|
||||||
|
},
|
||||||
|
"issueSettings": {
|
||||||
|
"minSeverityLevel": "LOW"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue