From 16133f5d19d801987a5538a4bf5175c8a237d4a9 Mon Sep 17 00:00:00 2001 From: "whitesource-bolt-for-github[bot]" <42819689+whitesource-bolt-for-github[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 07:51:35 +0000 Subject: [PATCH 1/2] Add .whitesource configuration file --- .whitesource | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 00000000000..55b922e8c18 --- /dev/null +++ b/.whitesource @@ -0,0 +1,12 @@ +{ + "scanSettings": { + "baseBranches": [] + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff" + }, + "issueSettings": { + "minSeverityLevel": "LOW" + } +} \ No newline at end of file From 04550bf80851f6285aa07b99bb13763fbbc016da Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Tue, 25 Jan 2022 08:59:30 +0100 Subject: [PATCH 2/2] Add new line for static checks Signed-off-by: Tom Kerkhove --- .whitesource | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.whitesource b/.whitesource index 55b922e8c18..96443ed372f 100644 --- a/.whitesource +++ b/.whitesource @@ -9,4 +9,4 @@ "issueSettings": { "minSeverityLevel": "LOW" } -} \ No newline at end of file +}