We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f968dbb commit 2a075b2Copy full SHA for 2a075b2
.whitesource
@@ -1,8 +1,8 @@
1
-##########################################################
2
-#### WhiteSource "Bolt for Github" configuration file ####
3
4
-
5
-# Configuration #
6
-#---------------#
7
-ws.repo.scan=true
8
-vulnerable.check.run.conclusion.level=success
+{
+ "generalSettings": {
+ "shouldScanRepo": true
+ },
+ "checkRunSettings": {
+ "vulnerableCheckRunConclusionLevel": "success"
+ }
+}
0 commit comments