From e2c5f1704058f0d5e4e8c89c7fbb56557d075918 Mon Sep 17 00:00:00 2001 From: "whitesource-bolt-for-github[bot]" <42819689+whitesource-bolt-for-github[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2020 01:23:07 +0000 Subject: [PATCH] Add .whitesource configuration file --- .whitesource | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 000000000..004ba821b --- /dev/null +++ b/.whitesource @@ -0,0 +1,11 @@ +{ + "scanSettings": { + "baseBranches": [] + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure" + }, + "issueSettings": { + "minSeverityLevel": "LOW" + } +} \ No newline at end of file