Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Resolve upstream redis vuln. in hubot-redis-brain (#54)
Browse files Browse the repository at this point in the history
* Resolve upstream redis vuln. in hubot-redis-brain

* Use https protocol for hubot-redis-brain dep.

* Bump required node version to node 16
  • Loading branch information
benpbolton authored Nov 29, 2022
1 parent 3bd21b8 commit 59078c6
Show file tree
Hide file tree
Showing 3 changed files with 4,837 additions and 60 deletions.
6 changes: 3 additions & 3 deletions buddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
type: "BUILD"
working_directory: "/buddy/hubot-code-review"
docker_image_name: "library/node"
docker_image_tag: "12"
docker_image_tag: "16"
execute_commands:
- "npm ci --cache .npm"
volume_mappings:
Expand All @@ -21,7 +21,7 @@
type: "BUILD"
working_directory: "/buddy/hubot-code-review"
docker_image_name: "library/node"
docker_image_tag: "12"
docker_image_tag: "16"
execute_commands:
- "npm run lint"
volume_mappings:
Expand All @@ -33,7 +33,7 @@
type: "BUILD"
working_directory: "/buddy/hubot-code-review"
docker_image_name: "library/node"
docker_image_tag: "12"
docker_image_tag: "16"
execute_commands:
- "npm run test"
volume_mappings:
Expand Down
Loading

0 comments on commit 59078c6

Please sign in to comment.