From afeb007531aa9df535bf66f8640879c112de6609 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 01:55:47 +0000 Subject: [PATCH] chore(deps): update yoheimuta/protolint docker tag to v0.52.0 (#4486) --- Dockerfile | 2 +- flavors/c_cpp/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/protobuf_protolint/Dockerfile | 2 +- megalinter/descriptors/protobuf.megalinter-descriptor.yml | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1b014e2277f..cb33d1400a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=checkmarx/kics diff --git a/flavors/c_cpp/Dockerfile b/flavors/c_cpp/Dockerfile index 209420da8ff..740703d80bd 100644 --- a/flavors/c_cpp/Dockerfile +++ b/flavors/c_cpp/Dockerfile @@ -23,7 +23,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=trufflesecurity/trufflehog diff --git a/flavors/documentation/Dockerfile b/flavors/documentation/Dockerfile index bd90895741b..187563a24d7 100644 --- a/flavors/documentation/Dockerfile +++ b/flavors/documentation/Dockerfile @@ -23,7 +23,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=trufflesecurity/trufflehog diff --git a/flavors/dotnet/Dockerfile b/flavors/dotnet/Dockerfile index 77768ef1574..1b99a61a203 100644 --- a/flavors/dotnet/Dockerfile +++ b/flavors/dotnet/Dockerfile @@ -23,7 +23,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=trufflesecurity/trufflehog diff --git a/flavors/dotnetweb/Dockerfile b/flavors/dotnetweb/Dockerfile index 6f2e08132ae..ee851f4bf4c 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -23,7 +23,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=trufflesecurity/trufflehog diff --git a/flavors/go/Dockerfile b/flavors/go/Dockerfile index 66937642aaf..556618dafd9 100644 --- a/flavors/go/Dockerfile +++ b/flavors/go/Dockerfile @@ -23,7 +23,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=trufflesecurity/trufflehog diff --git a/flavors/java/Dockerfile b/flavors/java/Dockerfile index 5eb5220c9c0..96dbf26a409 100644 --- a/flavors/java/Dockerfile +++ b/flavors/java/Dockerfile @@ -23,7 +23,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=trufflesecurity/trufflehog diff --git a/flavors/javascript/Dockerfile b/flavors/javascript/Dockerfile index 2ae86beb841..a9eb968e823 100644 --- a/flavors/javascript/Dockerfile +++ b/flavors/javascript/Dockerfile @@ -23,7 +23,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=trufflesecurity/trufflehog diff --git a/flavors/php/Dockerfile b/flavors/php/Dockerfile index 352de305a35..6921cb1d23d 100644 --- a/flavors/php/Dockerfile +++ b/flavors/php/Dockerfile @@ -23,7 +23,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=trufflesecurity/trufflehog diff --git a/flavors/python/Dockerfile b/flavors/python/Dockerfile index afb54ed1cfa..c3e38d83b8f 100644 --- a/flavors/python/Dockerfile +++ b/flavors/python/Dockerfile @@ -23,7 +23,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=trufflesecurity/trufflehog diff --git a/flavors/ruby/Dockerfile b/flavors/ruby/Dockerfile index 9dd166256f7..fc02f389396 100644 --- a/flavors/ruby/Dockerfile +++ b/flavors/ruby/Dockerfile @@ -23,7 +23,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=trufflesecurity/trufflehog diff --git a/flavors/rust/Dockerfile b/flavors/rust/Dockerfile index 21543ac8940..d21f225916e 100644 --- a/flavors/rust/Dockerfile +++ b/flavors/rust/Dockerfile @@ -23,7 +23,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=trufflesecurity/trufflehog diff --git a/flavors/salesforce/Dockerfile b/flavors/salesforce/Dockerfile index e44b543f08b..8e01cd8b902 100644 --- a/flavors/salesforce/Dockerfile +++ b/flavors/salesforce/Dockerfile @@ -23,7 +23,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=trufflesecurity/trufflehog diff --git a/flavors/swift/Dockerfile b/flavors/swift/Dockerfile index bedb46555ea..d6f632edb04 100644 --- a/flavors/swift/Dockerfile +++ b/flavors/swift/Dockerfile @@ -23,7 +23,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=trufflesecurity/trufflehog diff --git a/flavors/terraform/Dockerfile b/flavors/terraform/Dockerfile index 38da25886cd..3fa5737dafc 100644 --- a/flavors/terraform/Dockerfile +++ b/flavors/terraform/Dockerfile @@ -23,7 +23,7 @@ ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2 # renovate: datasource=docker depName=ghcr.io/yannh/kubeconform ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 # renovate: datasource=docker depName=zricethezav/gitleaks ARG REPOSITORY_GITLEAKS_VERSION=v8.22.1 # renovate: datasource=docker depName=checkmarx/kics diff --git a/linters/protobuf_protolint/Dockerfile b/linters/protobuf_protolint/Dockerfile index 02de102b71d..ca95c6b17b6 100644 --- a/linters/protobuf_protolint/Dockerfile +++ b/linters/protobuf_protolint/Dockerfile @@ -12,7 +12,7 @@ ############################################################################################# #ARGTOP__START # renovate: datasource=docker depName=yoheimuta/protolint -ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 +ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 #ARGTOP__END ############################################################################################# diff --git a/megalinter/descriptors/protobuf.megalinter-descriptor.yml b/megalinter/descriptors/protobuf.megalinter-descriptor.yml index 8e291154cc5..b064787aa9c 100644 --- a/megalinter/descriptors/protobuf.megalinter-descriptor.yml +++ b/megalinter/descriptors/protobuf.megalinter-descriptor.yml @@ -27,7 +27,7 @@ linters: dockerfile: - |- # renovate: datasource=docker depName=yoheimuta/protolint - ARG PROTOBUF_PROTOLINT_VERSION=0.51.0 + ARG PROTOBUF_PROTOLINT_VERSION=0.52.0 - FROM yoheimuta/protolint:${PROTOBUF_PROTOLINT_VERSION} AS protolint - COPY --link --from=protolint /usr/local/bin/protolint /usr/bin/ ide: