From e8cc851c90facbbcab7b0717fcee3de7795bd07f Mon Sep 17 00:00:00 2001 From: "whitesource-for-github-com[bot]" <50673670+whitesource-for-github-com[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 15:49:09 +0100 Subject: [PATCH] chore(deps): migrate .whitesource configuration file to inheritance mode (#7804) Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com> Co-authored-by: Vladimir Gorej --- .whitesource | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.whitesource b/.whitesource index 8148d45f..031a0102 100644 --- a/.whitesource +++ b/.whitesource @@ -1,15 +1,3 @@ { - "scanSettings": { - "configMode": "LOCAL", - "configExternalURL": "", - "projectToken": "", - "baseBranches": ["main"] - }, - "checkRunSettings": { - "vulnerableCheckRunConclusionLevel": "success", - "displayMode": "diff" - }, - "issueSettings": { - "minSeverityLevel": "LOW" - } -} + "settingsInheritedFrom": "swagger-api/whitesource-config@main" +} \ No newline at end of file