Migrate WhiteSource configuration file to json format

This commit is contained in:
whitesource-bolt-for-github[bot]
2019-05-10 00:14:03 +00:00
parent c44d229236
commit 4cff233040

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