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
mend-bolt-for-github[bot] committed Jul 11, 2019
1 parent 2b49d4f commit ac776b2
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
##########################################################
#### WhiteSource "Bolt for Github" configuration file ####
##########################################################

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

0 comments on commit ac776b2

Please sign in to comment.