From 01c41f463768e7f6df72bdb7bb516861f18e5c4a Mon Sep 17 00:00:00 2001 From: "whitesource-for-github.aaakk.us.kg[bot]" <50673670+whitesource-for-github.aaakk.us.kg[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 02:10:01 +0000 Subject: [PATCH] Add .whitesource configuration file --- .whitesource | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 0000000..db4b0fe --- /dev/null +++ b/.whitesource @@ -0,0 +1,15 @@ +{ + "scanSettings": { + "configMode": "AUTO", + "configExternalURL": "", + "projectToken": "", + "baseBranches": [] + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff" + }, + "issueSettings": { + "minSeverityLevel": "LOW" + } +} \ No newline at end of file