mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Migrate WhiteSource configuration file to json format
This commit is contained in:
16
.whitesource
16
.whitesource
@@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user