Browse Source

Migrate WhiteSource configuration file to json format

opensearch
whitesource-bolt-for-github[bot] 5 years ago
parent
commit
039cc757e7
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      .whitesource

+ 8
- 8
.whitesource 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"
}
}

Loading…
Cancel
Save