Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Commit

Permalink
Configure WhiteSource Bolt for GitHub (#27)
Browse files Browse the repository at this point in the history
* Add .whitesource configuration file
  • Loading branch information
mend-bolt-for-github[bot] committed Dec 10, 2020
1 parent 3325403 commit 8d66617
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff"
},
"issueSettings": {
"minSeverityLevel": "MEDIUM"
}
}

0 comments on commit 8d66617

Please sign in to comment.