Skip to content
This repository was archived by the owner on Aug 13, 2020. It is now read-only.

Commit e2e8375

Browse files
Migrate WhiteSource configuration file to json format
1 parent aa5f6dd commit e2e8375

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.whitesource

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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+
"checkRunSettings": {
3+
"vulnerableCheckRunConclusionLevel": "failure"
4+
},
5+
"issueSettings": {
6+
"minSeverityLevel": "LOW"
7+
}
8+
}

0 commit comments

Comments
 (0)