Skip to content

Commit

Permalink
Configure WhiteSource Bolt for GitHub (#58)
Browse files Browse the repository at this point in the history
* Add .whitesource configuration file

* chore: Configure bolt

Co-authored-by: whitesource-bolt-for-github[bot] <42819689+whitesource-bolt-for-github[bot]@users.noreply.github.com>
Co-authored-by: NotMyFault <mc.cache@web.de>
  • Loading branch information
mend-bolt-for-github[bot] and NotMyFault committed Dec 18, 2021
1 parent 0fba315 commit ab44076
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"scanSettings": {
"baseBranches": ["main"]
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff"
},
"issueSettings": {
"minSeverityLevel": "LOW"
},
"enableRenovate": "true"
}

0 comments on commit ab44076

Please sign in to comment.