Skip to content

Commit 888bb23

Browse files
author
whitesource-bolt-for-github[bot]
committed
Migrate WhiteSource configuration file to json format
1 parent 03de659 commit 888bb23

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 "Bolt for Github" configuration file ####
3-
##########################################################
4-
5-
# Configuration #
6-
#---------------#
7-
ws.repo.scan=true
8-
vulnerable.check.run.conclusion.level=success
1+
{
2+
"generalSettings": {
3+
"shouldScanRepo": true
4+
},
5+
"checkRunSettings": {
6+
"vulnerableCheckRunConclusionLevel": "success"
7+
}
8+
}

0 commit comments

Comments
 (0)