Migrate WhiteSource configuration file to json format

This commit is contained in:
whitesource-bolt-for-github[bot]
2019-05-13 00:14:19 +00:00
parent 0179ef84f8
commit 92a1103b8d

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