Skip to content
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.40.4
ARG PIP_CFN_LINT_VERSION=1.41.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.40.4
ARG PIP_CFN_LINT_VERSION=1.41.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.11.0
# renovate: datasource=crate depName=shellcheck-sarif
ARG CARGO_SHELLCHECK_SARIF_VERSION=0.8.0
# renovate: datasource=pypi depName=cfn-lint
ARG PIP_CFN_LINT_VERSION=1.40.4
ARG PIP_CFN_LINT_VERSION=1.41.0
# renovate: datasource=github-tags depName=kubescape/kubescape
ARG KUBERNETES_KUBESCAPE_VERSION=3.0.45
# 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.13-alpine3.22
#############################################################################################
#ARG__START
# renovate: datasource=pypi depName=cfn-lint
ARG PIP_CFN_LINT_VERSION=1.40.4
ARG PIP_CFN_LINT_VERSION=1.41.0
# renovate: datasource=pypi depName=pip
ARG PIP_PIP_VERSION=25.3
# renovate: datasource=pypi depName=virtualenv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=pypi depName=cfn-lint
ARG PIP_CFN_LINT_VERSION=1.40.4
ARG PIP_CFN_LINT_VERSION=1.41.0
pip:
- cfn-lint[sarif]==${PIP_CFN_LINT_VERSION}
ide:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ linters:
- name: Salesforce Extension Pack
url: https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode

# Lightning Flow Scanner
# Lightning Flow Scanner
- linter_name: lightning-flow-scanner
disabled: true
disabled_reason: "Repo archived -> <https://github.com/Lightning-Flow-Scanner>"
Expand Down
Loading