From 4b37878d61c9823a69be4401bf1f3045bbb1e395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 17:11:29 -0600 Subject: [PATCH] Bump koalaman/shellcheck from v0.7.2 to v0.8.0 (#2098) Bumps koalaman/shellcheck from v0.7.2 to v0.8.0. --- updated-dependencies: - dependency-name: koalaman/shellcheck dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile-slim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b69acd44..c71ed5a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ FROM dotenvlinter/dotenv-linter:3.1.1 as dotenv-linter FROM mstruebing/editorconfig-checker:2.3.5 as editorconfig-checker FROM yoheimuta/protolint:v0.35.2 as protolint FROM golangci/golangci-lint:v1.42.1 as golangci-lint -FROM koalaman/shellcheck:v0.7.2 as shellcheck +FROM koalaman/shellcheck:v0.8.0 as shellcheck FROM ghcr.io/terraform-linters/tflint-bundle:v0.33.1 as tflint FROM alpine/terragrunt:1.0.10 as terragrunt FROM mvdan/shfmt:v3.4.0 as shfmt diff --git a/Dockerfile-slim b/Dockerfile-slim index a650912b..442bf3a0 100644 --- a/Dockerfile-slim +++ b/Dockerfile-slim @@ -18,7 +18,7 @@ FROM cljkondo/clj-kondo:2021.09.25-alpine as clj-kondo FROM mstruebing/editorconfig-checker:2.3.5 as editorconfig-checker FROM yoheimuta/protolint:v0.35.2 as protolint FROM golangci/golangci-lint:v1.42.1 as golangci-lint -FROM koalaman/shellcheck:v0.7.2 as shellcheck +FROM koalaman/shellcheck:v0.8.0 as shellcheck FROM ghcr.io/terraform-linters/tflint-bundle:v0.33.1 as tflint FROM alpine/terragrunt:1.0.10 as terragrunt FROM mvdan/shfmt:v3.4.0 as shfmt