Migrate WhiteSource configuration file to json format
This commit is contained in:
parent
8f386bcd59
commit
a49dba0621
1 changed files with 8 additions and 8 deletions
16
.whitesource
16
.whitesource
|
@ -1,8 +1,8 @@
|
|||
##########################################################
|
||||
#### WhiteSource "Bolt for Github" configuration file ####
|
||||
##########################################################
|
||||
|
||||
# Configuration #
|
||||
#---------------#
|
||||
ws.repo.scan=true
|
||||
vulnerable.check.run.conclusion.level=success
|
||||
{
|
||||
"generalSettings": {
|
||||
"shouldScanRepo": true
|
||||
},
|
||||
"checkRunSettings": {
|
||||
"vulnerableCheckRunConclusionLevel": "success"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue