Skip to content

Commit

Permalink
Merge pull request #353 from Contrast-Security-OSS/kickoff-ecr-push
Browse files Browse the repository at this point in the history
Add Hapi21 to lerna and copy-scripts
  • Loading branch information
jcolekaplan committed Mar 6, 2024
2 parents 47e25cb + 00891e2 commit f938f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lerna.json
Expand Up @@ -7,6 +7,7 @@
"hapi18",
"hapi19",
"hapi20",
"hapi21",
"koa",
"kraken",
"loopback",
Expand Down
2 changes: 1 addition & 1 deletion scripts/copy-scripts.sh
Expand Up @@ -11,6 +11,6 @@ if [[ ! -f "Dockerfile" ]]; then
fi

project="${PWD##*/}"
if [[ "$project" == "fastify3" || "$project" == "fastify4" || "$project" == "koa" || "$project" == "express" || "$project" == "hapi20" ]]; then
if [[ "$project" == "fastify3" || "$project" == "fastify4" || "$project" == "koa" || "$project" == "express" || "$project" == "hapi20" || "$project" == "hapi21" ]]; then
cp ../scripts/Dockerfile-screener .
fi

0 comments on commit f938f7e

Please sign in to comment.