Skip to content

Commit bd9f716

Browse files
authored
[automation] Auto-update linters version, help and documentation (#5178)
* [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes * Downgrade secretlint Related to secretlint/secretlint#1005 * downgrade again --------- Co-authored-by: nvuillam <[email protected]>
1 parent 0290652 commit bd9f716

34 files changed

+217
-192
lines changed

.automation/generated/linter-helps.json

Lines changed: 54 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.automation/generated/linter-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"black": "25.1.0",
99
"cfn-lint": "1.32.4",
1010
"checkmake": "0.2.0",
11-
"checkov": "3.2.394",
11+
"checkov": "3.2.402",
1212
"checkstyle": "10.23.0",
1313
"chktex": "1.7.8",
1414
"clang-format": "19.1.4",
@@ -49,7 +49,7 @@
4949
"kubeconform": "0.6.7",
5050
"kubescape": "3.0.34",
5151
"kubeval": "0.16.1",
52-
"lightning-flow-scanner": "3.2.0",
52+
"lightning-flow-scanner": "3.2.1",
5353
"lintr": "0.0.0",
5454
"ls-lint": "2.3.0",
5555
"luacheck": "1.2.0",

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
9191
- [clj-kondo](https://github.com/borkdude/clj-kondo) from 2025.02.20 to **2025.04.07** on 2025-04-09
9292
- [vale](https://vale.sh/) from 3.11.1 to **3.11.2** on 2025-04-09
9393
- [stylelint](https://stylelint.io) from 16.17.0 to **16.18.0** on 2025-04-09
94+
- [checkov](https://www.checkov.io/) from 3.2.394 to **3.2.402** on 2025-04-13
95+
- [lightning-flow-scanner](https://github.com/Lightning-Flow-Scanner) from 3.2.0 to **3.2.1** on 2025-04-13
9496
<!-- linter-versions-end -->
9597

9698
## [v8.5.0] - 2024-03-23

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ ARG REPOSITORY_GRYPE_VERSION=0.91.0
303303
# renovate: datasource=npm depName=@ls-lint/ls-lint
304304
ARG NPM_LS_LINT_LS_LINT_VERSION=2.3.0
305305
# renovate: datasource=npm depName=secretlint
306-
ARG NPM_SECRETLINT_VERSION=9.3.0
306+
ARG NPM_SECRETLINT_VERSION=9.2.0
307307
# renovate: datasource=npm depName=@secretlint/secretlint-rule-preset-recommend
308308
ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=9.3.0
309309
# renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
[![MegaLinter](https://github.com/oxsecurity/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/oxsecurity/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain)
2424
[![codecov](https://codecov.io/gh/oxsecurity/megalinter/branch/main/graph/badge.svg)](https://codecov.io/gh/oxsecurity/megalinter)
2525
<!-- gh-dependents-info-used-by-start -->
26-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2896&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
26+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2909&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
2727
[![Secured with Trivy](https://img.shields.io/badge/Trivy-secured-green?logo=docker)](https://github.com/aquasecurity/trivy)
2828
[![GitHub contributors](https://img.shields.io/github/contributors/oxsecurity/megalinter.svg)](https://github.com/oxsecurity/megalinter/graphs/contributors/)
2929
[![GitHub Sponsors](https://img.shields.io/github/sponsors/nvuillam)](https://github.com/sponsors/nvuillam)

0 commit comments

Comments
 (0)