Skip to content

Commit

Permalink
Review comments from the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gockle committed Jan 11, 2023
1 parent 2c63807 commit 3b4defa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.4.2] - 2023-01-11
### Fixed
- Updated the version of certifi to 2022-12-07 to resolve vulnerability https://security.snyk.io/vuln/SNYK-PYTHON-CERTIFI-3164749
- Upgrade certifi to mitigate [CVE-2022-23491](https://nvd.nist.gov/vuln/detail/CVE-2022-23491).
- Updated issues in bandit scan.
- Updated the CDK version 2.x

Expand Down
2 changes: 1 addition & 1 deletion deployment/build-s3-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ mv version.py version.py.org
sed "s/%version%/$DIST_VERSION/g" version.py.org > version.py

echo "Install all the python dependencies in the staging directory before packaging"
pip3 install -U -r $source_dir/lambda/requirements.txt -t $staging_dist_dir/lambda/
pip install -U -r $source_dir/lambda/requirements.txt -t $staging_dist_dir/lambda/

echo "Build lambda distribution packaging"
zip -q --recurse-paths ./instance-scheduler.zip version.txt main.py version.py configuration/* requesthandlers/* chardet/* urllib3/* idna/* requests/* schedulers/* util/* boto_retry/* models/* pytz/* certifi/*
Expand Down

0 comments on commit 3b4defa

Please sign in to comment.