diff --git a/Dockerfile b/Dockerfile index 8322fa2340f..6c4adaddd48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM golang:1-alpine as revive ## The golang image used as a builder is a temporary workaround ## for the released revive binaries not returning version numbers (devel). diff --git a/flavors/cupcake/Dockerfile b/flavors/cupcake/Dockerfile index 397d0b6096d..5ca31c66e6d 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM golang:1-alpine as revive ## The golang image used as a builder is a temporary workaround ## for the released revive binaries not returning version numbers (devel). diff --git a/flavors/documentation/Dockerfile b/flavors/documentation/Dockerfile index 11220062696..4e77d426246 100644 --- a/flavors/documentation/Dockerfile +++ b/flavors/documentation/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform FROM mrtazz/checkmake:latest as checkmake FROM yoheimuta/protolint:latest as protolint diff --git a/flavors/dotnet/Dockerfile b/flavors/dotnet/Dockerfile index 6ff251a49cb..1dc265b110f 100644 --- a/flavors/dotnet/Dockerfile +++ b/flavors/dotnet/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform FROM mrtazz/checkmake:latest as checkmake FROM yoheimuta/protolint:latest as protolint diff --git a/flavors/dotnetweb/Dockerfile b/flavors/dotnetweb/Dockerfile index 543f7e98897..fb2eac70d11 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform FROM mrtazz/checkmake:latest as checkmake FROM yoheimuta/protolint:latest as protolint diff --git a/flavors/go/Dockerfile b/flavors/go/Dockerfile index 67e4964d4a1..0261ed4440d 100644 --- a/flavors/go/Dockerfile +++ b/flavors/go/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM golang:1-alpine as revive ## The golang image used as a builder is a temporary workaround ## for the released revive binaries not returning version numbers (devel). diff --git a/flavors/java/Dockerfile b/flavors/java/Dockerfile index b1bb30d2c42..1d7f9fae3db 100644 --- a/flavors/java/Dockerfile +++ b/flavors/java/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform FROM mrtazz/checkmake:latest as checkmake FROM yoheimuta/protolint:latest as protolint diff --git a/flavors/javascript/Dockerfile b/flavors/javascript/Dockerfile index d3264e6bcfa..f72a1aa2ba2 100644 --- a/flavors/javascript/Dockerfile +++ b/flavors/javascript/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform FROM yoheimuta/protolint:latest as protolint FROM zricethezav/gitleaks:v8.18.0 as gitleaks diff --git a/flavors/php/Dockerfile b/flavors/php/Dockerfile index aecc6077d0f..9c7f331566f 100644 --- a/flavors/php/Dockerfile +++ b/flavors/php/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform FROM ghcr.io/phpstan/phpstan:latest-php8.1 as phpstan FROM yoheimuta/protolint:latest as protolint diff --git a/flavors/python/Dockerfile b/flavors/python/Dockerfile index 890bf0ac258..ed16efa0fa7 100644 --- a/flavors/python/Dockerfile +++ b/flavors/python/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform FROM mrtazz/checkmake:latest as checkmake FROM yoheimuta/protolint:latest as protolint diff --git a/flavors/ruby/Dockerfile b/flavors/ruby/Dockerfile index 2c29f969cef..4dbfd7981d3 100644 --- a/flavors/ruby/Dockerfile +++ b/flavors/ruby/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform FROM yoheimuta/protolint:latest as protolint FROM zricethezav/gitleaks:v8.18.0 as gitleaks diff --git a/flavors/rust/Dockerfile b/flavors/rust/Dockerfile index 0a42009231b..e9c54f495ee 100644 --- a/flavors/rust/Dockerfile +++ b/flavors/rust/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform FROM yoheimuta/protolint:latest as protolint FROM zricethezav/gitleaks:v8.18.0 as gitleaks diff --git a/flavors/salesforce/Dockerfile b/flavors/salesforce/Dockerfile index 68d16c64b9d..39314d9d3eb 100644 --- a/flavors/salesforce/Dockerfile +++ b/flavors/salesforce/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform FROM yoheimuta/protolint:latest as protolint FROM zricethezav/gitleaks:v8.18.0 as gitleaks diff --git a/flavors/swift/Dockerfile b/flavors/swift/Dockerfile index f8eb91354c8..542b922e930 100644 --- a/flavors/swift/Dockerfile +++ b/flavors/swift/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform FROM yoheimuta/protolint:latest as protolint FROM zricethezav/gitleaks:v8.18.0 as gitleaks diff --git a/flavors/terraform/Dockerfile b/flavors/terraform/Dockerfile index 9f6afe519cc..59dffd01266 100644 --- a/flavors/terraform/Dockerfile +++ b/flavors/terraform/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck # FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform FROM yoheimuta/protolint:latest as protolint FROM zricethezav/gitleaks:v8.18.0 as gitleaks diff --git a/linters/editorconfig_editorconfig_checker/Dockerfile b/linters/editorconfig_editorconfig_checker/Dockerfile index ba76af2f819..ff3d18fdb82 100644 --- a/linters/editorconfig_editorconfig_checker/Dockerfile +++ b/linters/editorconfig_editorconfig_checker/Dockerfile @@ -11,7 +11,7 @@ ## @generated by .automation/build.py using descriptor files, please do not update manually ## ############################################################################################# #FROM__START -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker #FROM__END ################## diff --git a/megalinter/descriptors/editorconfig.megalinter-descriptor.yml b/megalinter/descriptors/editorconfig.megalinter-descriptor.yml index e44f31e6c8e..d256f799a49 100644 --- a/megalinter/descriptors/editorconfig.megalinter-descriptor.yml +++ b/megalinter/descriptors/editorconfig.megalinter-descriptor.yml @@ -25,5 +25,5 @@ linters: - "editorconfig-checker myfile.js" install: dockerfile: - - FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker + - FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker - COPY --link --from=editorconfig-checker /usr/bin/ec /usr/bin/editorconfig-checker