Skip to content

Commit

Permalink
Configure Mend Bolt
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 4, 2022
1 parent 3f07e2a commit 732bfd0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
14 changes: 14 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
}
}

0 comments on commit 732bfd0

Please sign in to comment.