From 05d4a5db788d1e0daec556a9d82e62515119e335 Mon Sep 17 00:00:00 2001 From: Charly Molter Date: Wed, 8 Jan 2025 08:49:43 +0100 Subject: [PATCH] chore(deps): pin distroless-iptables image (#12459) ## Motivation we were not pinning the image using the image digest, this should be the case ## Supporting documentation Fix https://github.com/kumahq/kuma/security/code-scanning/109 Signed-off-by: Charly Molter Co-authored-by: Bart Smykla --- tools/releases/dockerfiles/kuma-init.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/releases/dockerfiles/kuma-init.Dockerfile b/tools/releases/dockerfiles/kuma-init.Dockerfile index 4cfd95c190e2..47b574654d69 100644 --- a/tools/releases/dockerfiles/kuma-init.Dockerfile +++ b/tools/releases/dockerfiles/kuma-init.Dockerfile @@ -1,4 +1,4 @@ -FROM gcr.io/k8s-staging-build-image/distroless-iptables:v0.6.6 +FROM gcr.io/k8s-staging-build-image/distroless-iptables:v0.6.6@sha256:be1e8d4d451ada7e39ba4e44fbd8f58ba50feb4f4b1906df7b2bbb424efb06f3 ARG ARCH COPY /build/artifacts-linux-$ARCH/kumactl/kumactl /usr/bin