Skip to content

Commit

Permalink
:dependabot: 🔧  JML Multiple Dependabots (#3291)
Browse files Browse the repository at this point in the history
* 🔧 Multiple dependabots

* 🔧 Fix issue in workflows

* 🚨 Linting

* 🚨 Update trivyignore
  • Loading branch information
Gary-H9 authored Feb 12, 2024
1 parent 93c7d08 commit 6805358
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
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

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

0 comments on commit 6805358

Please sign in to comment.