From a75cd8513e3de144d83d2c45deca078384b3f998 Mon Sep 17 00:00:00 2001 From: "whitesource-bolt-for-github[bot]" <42819689+whitesource-bolt-for-github[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2019 18:16:46 +0000 Subject: [PATCH] Initial 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 0000000..0057662 --- /dev/null +++ b/.whitesource @@ -0,0 +1,11 @@ +{ + "generalSettings": { + "shouldScanRepo": true + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure" + }, + "issueSettings": { + "minSeverityLevel": "LOW" + } +} \ No newline at end of file