Skip to content

Commit 2a075b2

Browse files
author
whitesource-bolt-for-github[bot]
committed
Migrate WhiteSource configuration file to json format
1 parent f968dbb commit 2a075b2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.whitesource

+8-8
Original file line numberDiff line numberDiff line change
@@ -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
1+
{
2+
"generalSettings": {
3+
"shouldScanRepo": true
4+
},
5+
"checkRunSettings": {
6+
"vulnerableCheckRunConclusionLevel": "success"
7+
}
8+
}

0 commit comments

Comments
 (0)