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 77d1bd7 commit df9a5f5
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 @@ -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]
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 df9a5f5

Please sign in to comment.