Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:dependabot: 🔧  JML Multiple Dependabots #3291

Merged
merged 4 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/.trivyignore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ misconfigurations:
- id: AVD-DS-0002
paths:
- "containers/daap-*/Dockerfile"
- "containers/jml-extract-lambda/Dockerfile"
statement: Regardless of what is specified in the Dockerfile, AWS lambda will run the function as a non-root user. See https://github.com/aws/aws-lambda-dotnet/discussions/1301
2 changes: 1 addition & 1 deletion .github/workflows/repository-dependabot-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
script: |
const owner = context.repo.owner;
const repo = context.repo.repo;
issue_number: context.issue.number,
const issue_number = context.issue.number;
await github.rest.issues.createComment({
owner: owner,
Expand Down
7 changes: 7 additions & 0 deletions containers/jml-extract-lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2024-02-12

### Changed

- Dependabots: Updates to `boto`, `botocore`, `pandas` and `awswrangler`.
Additional bump to the Python image.

## [1.0.3] - 2024-01-31

### Changed
Expand Down
2 changes: 1 addition & 1 deletion containers/jml-extract-lambda/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/python:3.11
FROM public.ecr.aws/lambda/python:3.12
Dismissed Show dismissed Hide dismissed
Dismissed Show dismissed Hide dismissed

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion containers/jml-extract-lambda/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jml-extract-lambda",
"version": "1.0.3",
"version": "1.1.0",
"registry": "ecr",
"ecr": {
"role": "arn:aws:iam::013433889002:role/modernisation-platform-oidc-cicd",
Expand Down
8 changes: 4 additions & 4 deletions containers/jml-extract-lambda/src/var/task/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
awswrangler==3.5.1
boto3==1.34.19
botocore==1.34.19
pandas==2.1.4
awswrangler==3.5.2
boto3==1.34.39
botocore==1.34.39
pandas==2.2.0
notifications-python-client==9.0.0
openpyxl==3.1.2
Loading