Skip to content

Commit

Permalink
[Snyk] Upgrade serverless-go-plugin from 2.0.1 to 2.4.1 (#1437)
Browse files Browse the repository at this point in the history
* fix: upgrade serverless-go-plugin from 2.0.1 to 2.4.1

Snyk has created this PR to upgrade serverless-go-plugin from 2.0.1 to 2.4.1.

See this package in npm:
serverless-go-plugin

See this project in Snyk:
https://app.snyk.io/org/eregs-x7s/project/8391c79b-d56a-4bc8-ae5f-136e87a10f40?utm_source=github&utm_medium=referral&page=upgrade-pr

* chore: removing serverless-go-plugin from backend and parser

* fix: remove npm install from parser deploy scripts

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Caleb Godwin <[email protected]>
  • Loading branch information
3 people authored Oct 9, 2024
1 parent 897c6a0 commit 4b568ca
Show file tree
Hide file tree
Showing 7 changed files with 423 additions and 409 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ jobs:
run: |
pushd solution/parser
npm install serverless@">=3.38.0 <4" -g
npm install
serverless deploy --stage dev${PR} --config ./serverless-ecfr.yml
AWS_CLIENT_TIMEOUT=360000 serverless invoke --function ecfr_parser --stage dev${PR} --config ./serverless-ecfr.yml
popd
Expand All @@ -318,7 +317,6 @@ jobs:
run: |
pushd solution/parser
npm install serverless@">=3.38.0 <4" -g
npm install
serverless deploy --stage dev${PR} --config ./serverless-fr.yml
AWS_CLIENT_TIMEOUT=360000 serverless invoke --function fr_parser --stage dev${PR} --config ./serverless-fr.yml
popd
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ jobs:
run: |
pushd solution/parser
npm install serverless@">=3.38.0 <4" -g
npm install
serverless deploy --stage ${{ matrix.environment }} --config ./serverless-ecfr.yml
AWS_CLIENT_TIMEOUT=360000 serverless invoke --function ecfr_parser --stage ${{ matrix.environment }} --config ./serverless-ecfr.yml
popd
Expand All @@ -136,7 +135,6 @@ jobs:
run: |
pushd solution/parser
npm install serverless@">=3.38.0 <4" -g
npm install
serverless deploy --stage ${{ matrix.environment }} --config ./serverless-fr.yml
AWS_CLIENT_TIMEOUT=360000 serverless invoke --function fr_parser --stage ${{ matrix.environment }} --config ./serverless-fr.yml
popd
Expand Down
Loading

0 comments on commit 4b568ca

Please sign in to comment.