Migrate WhiteSource configuration file to json format

This commit is contained in:
whitesource-bolt-for-github[bot]
2019-05-07 00:15:04 +00:00
parent 6230097b11
commit 73ea057063

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"
}
}