From 4f4b12c6ec1f495de664d529d5e9acc60939961d Mon Sep 17 00:00:00 2001 From: Larry Chen Date: Thu, 16 Apr 2026 19:17:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20upgrade=20terragrunt=200.99.5=20?= =?UTF-8?q?=E2=86=92=201.0.1=20to=20resolve=20CVEs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Addresses up to 6 vulnerability findings from nSpect on-demand scan: - GHSA-p77j-4mvh-x3m3 (Critical) grpc-go - GHSA-9h8m-3fm2-qjrq (High) otel/sdk - GHSA-78h2-9frx-2jm8 (High) go-jose - GHSA-6g7g-w4f8-9c9x (High) jsonparser - GHSA-hfvc-g4fc-pqhx (High) otel/sdk - GHSA-92mm-2pjq-r785 (High) go-getter Co-Authored-By: Claude Opus 4.6 --- cds-containers/tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cds-containers/tools/Dockerfile b/cds-containers/tools/Dockerfile index 1d45991..60b4d00 100644 --- a/cds-containers/tools/Dockerfile +++ b/cds-containers/tools/Dockerfile @@ -103,7 +103,7 @@ RUN curl -fsSL -o terraform.zip "https://releases.hashicorp.com/terraform/${TERR && terraform --version # terragrunt -ARG TERRAGRUNT_VERSION="0.99.5" +ARG TERRAGRUNT_VERSION="1.0.1" RUN curl -fsSL -o terragrunt "https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64" \ && mv ./terragrunt /usr/local/bin/terragrunt \ && chmod +x /usr/local/bin/terragrunt \