We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986b4f3 commit 9241482Copy full SHA for 9241482
1 file changed
.whitesource
@@ -1,8 +1,15 @@
1
-##########################################################
2
-#### WhiteSource Integration configuration file ####
3
4
-
5
-# Configuration #
6
-#---------------#
7
-ws.repo.scan=true
8
-vulnerable.check.run.conclusion.level=failure
+{
+ "scanSettings": {
+ "configMode": "AUTO",
+ "configExternalURL": ""
+ },
+ "generalSettings": {
+ "shouldScanRepo": true
9
+ "checkRunSettings": {
10
+ "vulnerableCheckRunConclusionLevel": "failure"
11
12
+ "issueSettings": {
13
+ "minSeverityLevel": "LOW"
14
+ }
15
+}
0 commit comments