From a64e9c3ba78569350bddf03a9b7d8819f06c6aaf Mon Sep 17 00:00:00 2001 From: "whitesource-bolt-for-github[bot]" <whitesource-bolt-for-github[bot]@users.noreply.github.com> Date: Tue, 7 May 2019 16:58:47 +0000 Subject: [PATCH] Migrate WhiteSource configuration file to json format --- .whitesource | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.whitesource b/.whitesource index f340c5d..f056952 100644 --- a/.whitesource +++ b/.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" + } +} \ No newline at end of file -- GitLab