From a632509a4e6e43570074f1984110fba996689814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:59:59 +0000 Subject: [PATCH 1/2] :dependabot: github-actions(deps): Bump aquasecurity/trivy-action Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2...18f2510ee396bbf400402947b394f2dd8c87dbb0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/scan-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-image.yml b/.github/workflows/scan-image.yml index e4196e0..303cd9d 100644 --- a/.github/workflows/scan-image.yml +++ b/.github/workflows/scan-image.yml @@ -30,7 +30,7 @@ jobs: - name: Scan id: scan - uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0 + uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.0 env: TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2 TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1 From 42c49c5b8fd83a35d9e08aa303a41d4810ed5b7b Mon Sep 17 00:00:00 2001 From: Emterry Date: Wed, 27 Nov 2024 10:04:54 +0000 Subject: [PATCH 2/2] update curl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5be71dd..e538811 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ apt-get update --yes apt-get install --no-install-recommends --yes \ "ca-certificates=20240203" \ - "curl=8.5.0-2ubuntu10.4" \ + "curl=8.5.0-2ubuntu10.5" \ "libpq-dev=16.4-0ubuntu0.24.04.2" \ "python3.12=3.12.3-1ubuntu0.2" \ "python3-pip=24.0+dfsg-1ubuntu1"