From 2432019ca53e7870d2d670556daeb27870d481c5 Mon Sep 17 00:00:00 2001 From: "whitesource-for-github-com[bot]" <50673670+whitesource-for-github-com[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 06:01:18 +0000 Subject: [PATCH 1/2] Add .whitesource configuration file --- .whitesource | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 00000000..d4968551 --- /dev/null +++ b/.whitesource @@ -0,0 +1,13 @@ +{ + "scanSettings": { + "configMode": "AUTO", + "configExternalURL": "", + "projectToken": "" + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure" + }, + "issueSettings": { + "minSeverityLevel": "LOW" + } +} \ No newline at end of file From bfe292ab5f7bbf9013ecfe66264baa376a6e8f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A4ber?= Date: Fri, 10 Jul 2020 09:08:00 +0200 Subject: [PATCH 2/2] Update .whitesource --- .whitesource | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.whitesource b/.whitesource index d4968551..9556bf01 100644 --- a/.whitesource +++ b/.whitesource @@ -10,4 +10,5 @@ "issueSettings": { "minSeverityLevel": "LOW" } -} \ No newline at end of file + +}