diff --git a/.editorconfig b/.editorconfig index 46dde1c3..ac4e91b9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,7 +17,7 @@ block_comment_start = /* block_comment = * block_comment_end = */ -[*.{json,json5,yaml,yml}] +[*.{json,json5,yaml,yml,whitesource}] indent_size = 2 [Makefile] diff --git a/.whitesource b/.whitesource new file mode 100644 index 00000000..705c7540 --- /dev/null +++ b/.whitesource @@ -0,0 +1,14 @@ +{ + "scanSettings": { + "baseBranches": [] + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff", + "useMendCheckNames": true + }, + "issueSettings": { + "minSeverityLevel": "LOW", + "issueType": "DEPENDENCY" + } +}