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-for-github-com[bot] committed Jul 19, 2019
1 parent 5629925 commit bf1ec60
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 Integration configuration file ####
##########################################################

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

0 comments on commit bf1ec60

Please sign in to comment.