Migrate WhiteSource configuration file to json format

This commit is contained in:
whitesource-bolt-for-github[bot] 2019-06-30 16:07:33 +00:00
parent 8f386bcd59
commit a49dba0621

View file

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