Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency cfn-lint to v1.27.0 #4888

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.25.1
ARG PIP_CFN_LINT_VERSION=1.27.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.25.1
ARG PIP_CFN_LINT_VERSION=1.27.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.3
# 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.25.1
ARG PIP_CFN_LINT_VERSION=1.27.0
# renovate: datasource=github-tags depName=kubescape/kubescape
ARG KUBERNETES_KUBESCAPE_VERSION=3.0.30
# 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.25.1
ARG PIP_CFN_LINT_VERSION=1.27.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.25.1
ARG PIP_CFN_LINT_VERSION=1.27.0
pip:
- cfn-lint[sarif]==${PIP_CFN_LINT_VERSION}
ide:
Expand Down