From 096216df4a5ceb8a062ea63d18cb66debde87700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:38:34 +0000 Subject: [PATCH] Bump zricethezav/gitleaks from 8.18.0 to v8.18.1 (#4875) Bumps zricethezav/gitleaks from 8.18.0 to v8.18.1. --- 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> Co-authored-by: Zack Koppert --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0488716..d8a3fcae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM mvdan/shfmt:v3.7.0 as shfmt FROM rhysd/actionlint:1.6.26 as actionlint FROM scalameta/scalafmt:v3.7.16 as scalafmt -FROM zricethezav/gitleaks:v8.18.0 as gitleaks +FROM zricethezav/gitleaks:v8.18.1 as gitleaks FROM yoheimuta/protolint:0.46.3 as protolint ##################