From a3bf84bcea3926787088fe253b800a80ec6f145c Mon Sep 17 00:00:00 2001 From: kirandarbha Date: Mon, 27 Sep 2021 12:20:17 +0530 Subject: [PATCH 1/2] updating WS to report issues for eus branch --- .whitesource | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.whitesource b/.whitesource index 545628a..d70668d 100644 --- a/.whitesource +++ b/.whitesource @@ -1,3 +1,6 @@ { "settingsInheritedFrom": "whitesource-config/whitesource-config@master" + "scanSettings": { + "baseBranches": ["private-master", "v9.2.0.x-eus"] + } } \ No newline at end of file From eac43639133ec66cc49ff261ff0b7ea191c9d7ce Mon Sep 17 00:00:00 2001 From: kirandarbha Date: Mon, 27 Sep 2021 19:21:16 +0530 Subject: [PATCH 2/2] formatting json block --- .whitesource | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.whitesource b/.whitesource index d70668d..a0cece9 100644 --- a/.whitesource +++ b/.whitesource @@ -1,6 +1,6 @@ { - "settingsInheritedFrom": "whitesource-config/whitesource-config@master" + "settingsInheritedFrom": "whitesource-config/whitesource-config@master", "scanSettings": { "baseBranches": ["private-master", "v9.2.0.x-eus"] } -} \ No newline at end of file +}