Skip to content

Commit

Permalink
chore(deps): update dependency cfn-lint to v1.25.1 (#4790)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent d45ffb6 commit 6e26881
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.24.0
ARG PIP_CFN_LINT_VERSION=1.25.1
# renovate: datasource=npm depName=@coffeelint/cli
ARG NPM_COFFEELINT_CLI_VERSION=5.2.11
# renovate: datasource=npm depName=jscpd
Expand Down
10 changes: 5 additions & 5 deletions docs/reporters/SarifReporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ with:
## Configuration
| Variable | Description | Default value |
|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------|----------------------------|
| SARIF_REPORTER | Activates/deactivates reporter | `false` |
| SARIF_REPORTER_NORMALIZE_LINTERS_OUTPUT | Remove DEFAULT_WORKSPACE prefix in SARIF-files, for example 'DEFAULT_WORKSPACE/src/main' would be 'src/main' etc. | `true` |
| Variable | Description | Default value |
|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------|---------------------------|
| SARIF_REPORTER | Activates/deactivates reporter | `false` |
| SARIF_REPORTER_NORMALIZE_LINTERS_OUTPUT | Remove DEFAULT_WORKSPACE prefix in SARIF-files, for example 'DEFAULT_WORKSPACE/src/main' would be 'src/main' etc. | `true` |
| SARIF_REPORTER_FILE_NAME | File name for SARIF report output file | `megalinter-report.sarif` |
| SARIF_REPORTER_LINTERS | List of linter keys that will output SARIF (if not set, all SARIF compliant linters will output SARIF) | `[]` |
| SARIF_REPORTER_LINTERS | List of linter keys that will output SARIF (if not set, all SARIF compliant linters will output SARIF) | `[]` |
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.24.0
ARG PIP_CFN_LINT_VERSION=1.25.1
# 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.24.0
ARG PIP_CFN_LINT_VERSION=1.25.1
# renovate: datasource=github-tags depName=kubescape/kubescape
ARG KUBERNETES_KUBESCAPE_VERSION=3.0.27
# 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.24.0
ARG PIP_CFN_LINT_VERSION=1.25.1
# 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.24.0
ARG PIP_CFN_LINT_VERSION=1.25.1
pip:
- cfn-lint[sarif]==${PIP_CFN_LINT_VERSION}
ide:
Expand Down

0 comments on commit 6e26881

Please sign in to comment.