From b17c58c7e9d4e22d31f2a930ffb31aea71b14db1 Mon Sep 17 00:00:00 2001 From: "whitesource-for-github-com[bot]" <50673670+whitesource-for-github-com[bot]@users.noreply.github.com> Date: Sat, 26 Dec 2020 18:30:00 +0000 Subject: [PATCH] Migrate .whitesource configuration file to inheritance mode --- .whitesource | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.whitesource b/.whitesource index 3c1451c..df6db3d 100644 --- a/.whitesource +++ b/.whitesource @@ -1,13 +1,3 @@ { - "scanSettings": { - "configMode": "AUTO", - "configExternalURL": "", - "projectToken" : "" - }, - "checkRunSettings": { - "vulnerableCheckRunConclusionLevel": "failure" - }, - "issueSettings": { - "minSeverityLevel": "NONE" - } -} + "settingsInheritedFrom": "Dima2021/whitesource-config@master" +} \ No newline at end of file