Skip to content

Commit

Permalink
chore(deps): update dependency cfn-lint to v1.24.0 (#4702)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent dc20abe commit c320424
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,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.22.7
ARG PIP_CFN_LINT_VERSION=1.24.0
# renovate: datasource=npm depName=@coffeelint/cli
ARG NPM_COFFEELINT_CLI_VERSION=5.2.11
# renovate: datasource=npm depName=jscpd
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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.22.7
ARG PIP_CFN_LINT_VERSION=1.24.0
# renovate: datasource=npm depName=jscpd
ARG NPM_JSCPD_VERSION=4.0.5
# renovate: datasource=npm depName=stylelint
Expand Down
2 changes: 1 addition & 1 deletion flavors/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ARG PIP_ANSIBLE_LINT_VERSION=25.1.2
# renovate: datasource=crate depName=shellcheck-sarif
ARG CARGO_SHELLCHECK_SARIF_VERSION=0.7.0
# renovate: datasource=pypi depName=cfn-lint
ARG PIP_CFN_LINT_VERSION=1.22.7
ARG PIP_CFN_LINT_VERSION=1.24.0
# renovate: datasource=github-tags depName=kubescape/kubescape
ARG KUBERNETES_KUBESCAPE_VERSION=2.9.0
# renovate: datasource=pypi depName=bandit
Expand Down
2 changes: 1 addition & 1 deletion linters/cloudformation_cfn_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FROM python:3.12.8-alpine3.21
#############################################################################################
#ARG__START
# renovate: datasource=pypi depName=cfn-lint
ARG PIP_CFN_LINT_VERSION=1.22.7
ARG PIP_CFN_LINT_VERSION=1.24.0
# renovate: datasource=pypi depName=pip
ARG PIP_PIP_VERSION=25.0.1
# renovate: datasource=pypi depName=virtualenv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=pypi depName=cfn-lint
ARG PIP_CFN_LINT_VERSION=1.22.7
ARG PIP_CFN_LINT_VERSION=1.24.0
pip:
- cfn-lint[sarif]==${PIP_CFN_LINT_VERSION}
ide:
Expand Down

0 comments on commit c320424

Please sign in to comment.