From 37bf5f7e2c1aff9f79598bac673967f94ba8f7de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 18:52:46 +0000 Subject: [PATCH] Bump zricethezav/gitleaks from v8.15.3 to v8.16.2 Bumps zricethezav/gitleaks from v8.15.3 to v8.16.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 bfadf7bd..295224db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ FROM mvdan/shfmt:v3.6.0 as shfmt FROM rhysd/actionlint:1.6.23 as actionlint FROM scalameta/scalafmt:v3.6.1 as scalafmt FROM yoheimuta/protolint:0.42.2 as protolint -FROM zricethezav/gitleaks:v8.15.3 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks ################## # Get base image #