Skip to content

Commit ad65472

Browse files
authored
Merge pull request #57 from amccool/whitesource-reduce-scanning
Allow for packages with CVEs
2 parents bf103c4 + d4d8478 commit ad65472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.whitesource

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"checkRunSettings": {
3-
"vulnerableCheckRunConclusionLevel": "failure"
3+
"vulnerableCheckRunConclusionLevel": "success"
44
},
55
"issueSettings": {
6-
"minSeverityLevel": "LOW"
6+
"minSeverityLevel": "HIGH"
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)