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" + } +}