We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb361f commit ededb81Copy full SHA for ededb81
.whitesource
@@ -1,8 +1,8 @@
1
-##########################################################
2
-#### WhiteSource Integration configuration file ####
3
4
-
5
-# Configuration #
6
-#---------------#
7
-ws.repo.scan=true
8
-vulnerable.check.run.conclusion.level=failure
+{
+ "checkRunSettings": {
+ "vulnerableCheckRunConclusionLevel": "failure"
+ },
+ "issueSettings": {
+ "minSeverityLevel": "LOW"
+ }
+}
0 commit comments