From df9a5f500ee486f352c4fd502a38fdb55a3df462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Sun, 4 Dec 2022 16:23:39 +0100 Subject: [PATCH] Configure Mend Bolt --- .editorconfig | 2 +- .whitesource | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .whitesource diff --git a/.editorconfig b/.editorconfig index fb3c49860f..510d73aac8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ trim_trailing_whitespace = true max_line_length = 110 quote_type = single -[*.{md,yaml,yml,json,json5,geojson,js,ts,html,css}] +[*.{md,yaml,yml,json,json5,geojson,js,ts,html,css,whitesource}] indent_size = 2 [Makefile] diff --git a/.whitesource b/.whitesource new file mode 100644 index 0000000000..705c7540f5 --- /dev/null +++ b/.whitesource @@ -0,0 +1,14 @@ +{ + "scanSettings": { + "baseBranches": [] + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff", + "useMendCheckNames": true + }, + "issueSettings": { + "minSeverityLevel": "LOW", + "issueType": "DEPENDENCY" + } +}