From 5574546c6636819e3370b4593400b9092aea06ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:38:55 +0000 Subject: [PATCH] deps(docker): bump zricethezav/gitleaks from v8.21.1 to v8.21.2 Bumps zricethezav/gitleaks from v8.21.1 to v8.21.2. --- updated-dependencies: - dependency-name: zricethezav/gitleaks dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc49dc5..ef25e45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ FROM mstruebing/editorconfig-checker:v3.0.3 AS editorconfig-checker FROM mvdan/shfmt:v3.10.0 AS shfmt FROM rhysd/actionlint:1.7.3 AS actionlint FROM scalameta/scalafmt:v3.8.3 AS scalafmt -FROM zricethezav/gitleaks:v8.21.1 AS gitleaks +FROM zricethezav/gitleaks:v8.21.2 AS gitleaks FROM yoheimuta/protolint:0.50.5 AS protolint FROM ghcr.io/clj-kondo/clj-kondo:2024.09.27-alpine AS clj-kondo FROM dart:3.5.4-sdk AS dart