From 33bb4b46d473c80a82364c50746ed20d19231f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:33:55 +0000 Subject: [PATCH] deps(docker): bump zricethezav/gitleaks from v8.18.3 to v8.18.4 (#5768) Bumps zricethezav/gitleaks from v8.18.3 to v8.18.4. --- updated-dependencies: - dependency-name: zricethezav/gitleaks dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 289dc4d9..761c8d5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ FROM mstruebing/editorconfig-checker:v3.0.3 AS editorconfig-checker FROM mvdan/shfmt:v3.8.0 AS shfmt FROM rhysd/actionlint:1.7.1 AS actionlint FROM scalameta/scalafmt:v3.8.1 AS scalafmt -FROM zricethezav/gitleaks:v8.18.3 AS gitleaks +FROM zricethezav/gitleaks:v8.18.4 AS gitleaks FROM yoheimuta/protolint:0.50.3 AS protolint FROM ghcr.io/clj-kondo/clj-kondo:2024.05.24-alpine AS clj-kondo FROM dart:3.4.2-sdk AS dart