Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 24b601a

Browse files
author
whitesource-bolt-for-github[bot]
committed
Migrate WhiteSource configuration file to json format
1 parent f012ed0 commit 24b601a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.whitesource

Lines changed: 8 additions & 8 deletions
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+
"generalSettings": {
3+
"shouldScanRepo": true
4+
},
5+
"checkRunSettings": {
6+
"vulnerableCheckRunConclusionLevel": "failure"
7+
}
8+
}

0 commit comments

Comments
 (0)