Skip to content

Commit

Permalink
Migrate WhiteSource configuration file to json format
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesource-bolt-for-github[bot] committed May 30, 2019
1 parent 328f524 commit b4d9f6c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .whitesource
@@ -1,8 +1,8 @@
##########################################################
#### WhiteSource "Bolt for Github" configuration file ####
##########################################################

# Configuration #
#---------------#
ws.repo.scan=true
vulnerable.check.run.conclusion.level=failure
{
"generalSettings": {
"shouldScanRepo": true
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure"
}
}

0 comments on commit b4d9f6c

Please sign in to comment.