Skip to content

Commit 9241482

Browse files
Migrate WhiteSource configuration file to json format
1 parent 986b4f3 commit 9241482

1 file changed

Lines changed: 15 additions & 8 deletions

File tree

.whitesource

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
##########################################################
2-
#### WhiteSource Integration configuration file ####
3-
##########################################################
4-
5-
# Configuration #
6-
#---------------#
7-
ws.repo.scan=true
8-
vulnerable.check.run.conclusion.level=failure
1+
{
2+
"scanSettings": {
3+
"configMode": "AUTO",
4+
"configExternalURL": ""
5+
},
6+
"generalSettings": {
7+
"shouldScanRepo": true
8+
},
9+
"checkRunSettings": {
10+
"vulnerableCheckRunConclusionLevel": "failure"
11+
},
12+
"issueSettings": {
13+
"minSeverityLevel": "LOW"
14+
}
15+
}

0 commit comments

Comments
 (0)