Migrate WhiteSource configuration file to json format

This commit is contained in:
whitesource-bolt-for-github[bot]
2019-05-06 00:13:55 +00:00
parent f07837a3eb
commit 3fcd9306c0

View File

@@ -1,8 +1,8 @@
##########################################################
#### WhiteSource Integration configuration file ####
##########################################################
# Configuration #
#---------------#
ws.repo.scan=true
vulnerable.check.run.conclusion.level=failure
{
"generalSettings": {
"shouldScanRepo": true
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure"
}
}