From c37df0e3563c58f41d8e29eebf96f9cc6f46ba4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 23:42:19 +0000 Subject: [PATCH] ci(deps): bump the all group with 2 updates Bumps the all group with 2 updates: checkmarx/go and checkmarx/git. Updates `checkmarx/go` from `3984b97` to `7eaab90` Updates `checkmarx/git` from `6f398e9` to `36de24f` --- updated-dependencies: - dependency-name: checkmarx/go dependency-version: 1.26.1-r1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: checkmarx/git dependency-version: 2.53.0-r0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6b9c0685fd6..3b5a7f997e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM checkmarx/go:1.26.1-r1@sha256:3984b97600a32d5a9ff14cc4b8029572a762082d98fb9788bbc4050d4f45d9d2 AS build_env +FROM checkmarx/go:1.26.1-r1@sha256:90f634b3c5d27ee46f0388d00cb9a8a98857c9e00d321542cb8ce16fc3d260e6 AS build_env # Copy the source from the current directory to the Working Directory inside the container WORKDIR /app @@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \ # Runtime image # Ignore no User Cmd since KICS container is stopped afer scan # kics-scan ignore-line -FROM checkmarx/git:2.53.0-r0@sha256:6f398e9772fc0271cbdd77b065a09c9244004fbda17c1c58ba01b412a4292bde +FROM checkmarx/git:2.53.0-r0@sha256:cb0da0241bdb054233da4cb2313e64f4386d3c9f4c5711cee34554cf5e37ac04 ENV TERM xterm-256color