From 4f356c13a8c54279f963f4c0b26d850358c3ecd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 10:39:24 +0000 Subject: [PATCH] chore(deps): update dependency cfn-lint to v1.53.2 --- Dockerfile | 2 +- flavors/cupcake/Dockerfile | 2 +- flavors/security/Dockerfile | 2 +- linters/cloudformation_cfn_lint/Dockerfile | 2 +- megalinter/descriptors/cloudformation.megalinter-descriptor.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 047e418e551..09f1ea07f1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -197,7 +197,7 @@ ARG CLJ_KONDO_VERSION=2025.01.16 # renovate: datasource=github-tags depName=greglook/cljstyle ARG CLJ_STYLE_VERSION=0.17.642 # renovate: datasource=pypi depName=cfn-lint -ARG PIP_CFN_LINT_VERSION=1.53.1 +ARG PIP_CFN_LINT_VERSION=1.53.2 # renovate: datasource=npm depName=@coffeelint/cli ARG NPM_COFFEELINT_CLI_VERSION=5.2.11 # renovate: datasource=npm depName=jscpd diff --git a/flavors/cupcake/Dockerfile b/flavors/cupcake/Dockerfile index 0a818bc5753..ffe05b06773 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/Dockerfile @@ -146,7 +146,7 @@ ARG CLJ_KONDO_VERSION=2025.01.16 # renovate: datasource=github-tags depName=greglook/cljstyle ARG CLJ_STYLE_VERSION=0.17.642 # renovate: datasource=pypi depName=cfn-lint -ARG PIP_CFN_LINT_VERSION=1.53.1 +ARG PIP_CFN_LINT_VERSION=1.53.2 # renovate: datasource=npm depName=jscpd ARG NPM_JSCPD_VERSION=5.0.12 # renovate: datasource=npm depName=stylelint diff --git a/flavors/security/Dockerfile b/flavors/security/Dockerfile index 2a8c474b1e2..8c46b3987f0 100644 --- a/flavors/security/Dockerfile +++ b/flavors/security/Dockerfile @@ -104,7 +104,7 @@ ARG TARGETARCH # renovate: datasource=pypi depName=ansible-lint ARG PIP_ANSIBLE_LINT_VERSION=26.6.0 # renovate: datasource=pypi depName=cfn-lint -ARG PIP_CFN_LINT_VERSION=1.53.1 +ARG PIP_CFN_LINT_VERSION=1.53.2 # renovate: datasource=github-releases depName=kubescape/kubescape extractVersion=^v(?.+)$ ARG KUBERNETES_KUBESCAPE_VERSION=4.0.9 # renovate: datasource=pypi depName=bandit diff --git a/linters/cloudformation_cfn_lint/Dockerfile b/linters/cloudformation_cfn_lint/Dockerfile index 1d837d5f3e2..56b1696e9bb 100644 --- a/linters/cloudformation_cfn_lint/Dockerfile +++ b/linters/cloudformation_cfn_lint/Dockerfile @@ -55,7 +55,7 @@ RUN python -m pip install --no-cache-dir "wheel>=0.46.2" "setuptools>=75.8.0" \ ARG TARGETPLATFORM ARG TARGETARCH # renovate: datasource=pypi depName=cfn-lint -ARG PIP_CFN_LINT_VERSION=1.53.1 +ARG PIP_CFN_LINT_VERSION=1.53.2 # renovate: datasource=pypi depName=pip ARG PIP_PIP_VERSION=26.1.2 # renovate: datasource=pypi depName=virtualenv diff --git a/megalinter/descriptors/cloudformation.megalinter-descriptor.yml b/megalinter/descriptors/cloudformation.megalinter-descriptor.yml index e9aaa2b5ceb..58ee91185a9 100644 --- a/megalinter/descriptors/cloudformation.megalinter-descriptor.yml +++ b/megalinter/descriptors/cloudformation.megalinter-descriptor.yml @@ -91,7 +91,7 @@ linters: dockerfile: - |- # renovate: datasource=pypi depName=cfn-lint - ARG PIP_CFN_LINT_VERSION=1.53.1 + ARG PIP_CFN_LINT_VERSION=1.53.2 pip: - cfn-lint[sarif]==${PIP_CFN_LINT_VERSION} supported_platforms: