Skip to content

Commit

Permalink
Merge pull request #33 from sshivananda/whitesource/configure
Browse files Browse the repository at this point in the history
Configure WhiteSource Bolt for GitHub
  • Loading branch information
sshivananda committed May 13, 2020
2 parents 5659565 + bb276da commit 006e2f0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure"
},
"issueSettings": {
"minSeverityLevel": "LOW"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-sqs-consumer",
"version": "1.0.2",
"version": "1.0.3",
"description": "Typescript based SQS consumer",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 006e2f0

Please sign in to comment.