From b3338e7561c4afdb0e6d6cabfa71187933bcaea9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:47:25 +0000 Subject: [PATCH] chore(deps): update mstruebing/editorconfig-checker docker tag to v3.4.1 --- Dockerfile | 2 +- flavors/c_cpp/Dockerfile | 2 +- flavors/cupcake/Dockerfile | 2 +- flavors/documentation/Dockerfile | 2 +- flavors/dotnet/Dockerfile | 2 +- flavors/dotnetweb/Dockerfile | 2 +- flavors/go/Dockerfile | 2 +- flavors/java/Dockerfile | 2 +- flavors/javascript/Dockerfile | 2 +- flavors/php/Dockerfile | 2 +- flavors/python/Dockerfile | 2 +- flavors/ruby/Dockerfile | 2 +- flavors/rust/Dockerfile | 2 +- flavors/salesforce/Dockerfile | 2 +- flavors/swift/Dockerfile | 2 +- flavors/terraform/Dockerfile | 2 +- linters/editorconfig_editorconfig_checker/Dockerfile | 2 +- megalinter/descriptors/editorconfig.megalinter-descriptor.yml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Dockerfile b/Dockerfile index e25372c90e6..9d3cea44c68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=github-tags depName=mgechev/revive ARG GO_REVIVE_VERSION=v1.12.0 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform diff --git a/flavors/c_cpp/Dockerfile b/flavors/c_cpp/Dockerfile index 6ba33125e73..a27cdb0cfa3 100644 --- a/flavors/c_cpp/Dockerfile +++ b/flavors/c_cpp/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine # renovate: datasource=docker depName=yoheimuta/protolint diff --git a/flavors/cupcake/Dockerfile b/flavors/cupcake/Dockerfile index b2f45909305..bceb40201e8 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=github-tags depName=mgechev/revive ARG GO_REVIVE_VERSION=v1.12.0 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform diff --git a/flavors/documentation/Dockerfile b/flavors/documentation/Dockerfile index 07af782ead8..f22d2a0c016 100644 --- a/flavors/documentation/Dockerfile +++ b/flavors/documentation/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine # renovate: datasource=docker depName=yoheimuta/protolint diff --git a/flavors/dotnet/Dockerfile b/flavors/dotnet/Dockerfile index 76d9add578b..9e099cbb0a0 100644 --- a/flavors/dotnet/Dockerfile +++ b/flavors/dotnet/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine # renovate: datasource=docker depName=yoheimuta/protolint diff --git a/flavors/dotnetweb/Dockerfile b/flavors/dotnetweb/Dockerfile index 1e8c56ab7ab..0ff58175a1e 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine # renovate: datasource=docker depName=yoheimuta/protolint diff --git a/flavors/go/Dockerfile b/flavors/go/Dockerfile index 6e67d43f0f2..fbe10c6503f 100644 --- a/flavors/go/Dockerfile +++ b/flavors/go/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=github-tags depName=mgechev/revive ARG GO_REVIVE_VERSION=v1.12.0 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform diff --git a/flavors/java/Dockerfile b/flavors/java/Dockerfile index 5b91bbf5678..ebbdad19293 100644 --- a/flavors/java/Dockerfile +++ b/flavors/java/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine # renovate: datasource=docker depName=yoheimuta/protolint diff --git a/flavors/javascript/Dockerfile b/flavors/javascript/Dockerfile index 99c4d229710..cde52b7c76b 100644 --- a/flavors/javascript/Dockerfile +++ b/flavors/javascript/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine # renovate: datasource=docker depName=yoheimuta/protolint diff --git a/flavors/php/Dockerfile b/flavors/php/Dockerfile index 20c9b1ee305..abd7b2e26b1 100644 --- a/flavors/php/Dockerfile +++ b/flavors/php/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine # renovate: datasource=docker depName=yoheimuta/protolint diff --git a/flavors/python/Dockerfile b/flavors/python/Dockerfile index c2be7041fdf..d6fb196b3ba 100644 --- a/flavors/python/Dockerfile +++ b/flavors/python/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine # renovate: datasource=docker depName=yoheimuta/protolint diff --git a/flavors/ruby/Dockerfile b/flavors/ruby/Dockerfile index 8637070494f..db08f367d45 100644 --- a/flavors/ruby/Dockerfile +++ b/flavors/ruby/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine # renovate: datasource=docker depName=yoheimuta/protolint diff --git a/flavors/rust/Dockerfile b/flavors/rust/Dockerfile index a1f305d6ce0..67611553187 100644 --- a/flavors/rust/Dockerfile +++ b/flavors/rust/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine # renovate: datasource=docker depName=yoheimuta/protolint diff --git a/flavors/salesforce/Dockerfile b/flavors/salesforce/Dockerfile index e8c6b0e3b45..c390df51036 100644 --- a/flavors/salesforce/Dockerfile +++ b/flavors/salesforce/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine # renovate: datasource=docker depName=yoheimuta/protolint diff --git a/flavors/swift/Dockerfile b/flavors/swift/Dockerfile index c4dc5a8764b..d358fb2b1a2 100644 --- a/flavors/swift/Dockerfile +++ b/flavors/swift/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine # renovate: datasource=docker depName=yoheimuta/protolint diff --git a/flavors/terraform/Dockerfile b/flavors/terraform/Dockerfile index aadd2f575d5..b11c0548c6b 100644 --- a/flavors/terraform/Dockerfile +++ b/flavors/terraform/Dockerfile @@ -21,7 +21,7 @@ ARG BASH_SHFMT_VERSION=v3.12.0-alpine # renovate: datasource=docker depName=hadolint/hadolint ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine # renovate: datasource=docker depName=yoheimuta/protolint diff --git a/linters/editorconfig_editorconfig_checker/Dockerfile b/linters/editorconfig_editorconfig_checker/Dockerfile index 9a111ca95a7..2bd5be5e01d 100644 --- a/linters/editorconfig_editorconfig_checker/Dockerfile +++ b/linters/editorconfig_editorconfig_checker/Dockerfile @@ -12,7 +12,7 @@ ############################################################################################# #ARGTOP__START # renovate: datasource=docker depName=mstruebing/editorconfig-checker -ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 +ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 #ARGTOP__END ############################################################################################# diff --git a/megalinter/descriptors/editorconfig.megalinter-descriptor.yml b/megalinter/descriptors/editorconfig.megalinter-descriptor.yml index fa06c43afa0..b733c1dc4ff 100644 --- a/megalinter/descriptors/editorconfig.megalinter-descriptor.yml +++ b/megalinter/descriptors/editorconfig.megalinter-descriptor.yml @@ -39,6 +39,6 @@ linters: dockerfile: - |- # renovate: datasource=docker depName=mstruebing/editorconfig-checker - ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.0 + ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.4.1 - FROM mstruebing/editorconfig-checker:${EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION} AS editorconfig-checker - COPY --link --from=editorconfig-checker /usr/bin/ec /usr/bin/editorconfig-checker