Skip to content

Commit 055cd4f

Browse files
authored
[automation] Auto-update linters version, help and documentation (#6375)
* [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes * trvy --------- Co-authored-by: nvuillam <17500430+nvuillam@users.noreply.github.com>
1 parent a1dfff9 commit 055cd4f

27 files changed

+127
-114
lines changed

.automation/generated/linter-helps.json

Lines changed: 13 additions & 12 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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"black": "25.9.0",
99
"cfn-lint": "1.40.2",
1010
"checkmake": "0.2.0",
11-
"checkov": "3.2.483",
12-
"checkstyle": "12.0.1",
11+
"checkov": "3.2.484",
12+
"checkstyle": "12.1.0",
1313
"chktex": "1.7.8",
1414
"clang-format": "20.1.8",
1515
"clippy": "0.1.90",
16-
"clj-kondo": "2025.09.22",
16+
"clj-kondo": "2025.10.23",
1717
"cljstyle": "0.17.642",
1818
"coffeelint": "5.2.11",
1919
"cppcheck": "2.14.2",
@@ -26,7 +26,7 @@
2626
"djlint": "1.36.4",
2727
"dockerfilelint": "1.8.0",
2828
"dotenv-linter": "4.0.0",
29-
"dotnet-format": "9.0.110",
29+
"dotnet-format": "9.0.111",
3030
"dustilock": "1.2.0",
3131
"editorconfig-checker": "3.4.1",
3232
"eslint": "8.57.1",
@@ -38,7 +38,7 @@
3838
"golangci-lint": "2.5.0",
3939
"goodcheck": "3.1.0",
4040
"graphql-schema-linter": "3.0.1",
41-
"grype": "0.101.0",
41+
"grype": "0.102.0",
4242
"hadolint": "2.14.0",
4343
"helm": "3.18.4",
4444
"htmlhint": "1.7.1",
@@ -81,14 +81,14 @@
8181
"raku": "2024.12",
8282
"remark-lint": "14.0.2",
8383
"revive": "1.12.0",
84-
"robocop": "6.8.0",
84+
"robocop": "6.8.3",
8585
"roslynator": "0.11.0.0",
8686
"rst-lint": "1.4.0",
8787
"rstcheck": "6.2.5",
8888
"rstfmt": "0.0.14",
8989
"rubocop": "1.81.1",
90-
"ruff": "0.14.0",
91-
"ruff-format": "0.14.0",
90+
"ruff": "0.14.1",
91+
"ruff-format": "0.14.1",
9292
"scalafix": "0.14.4",
9393
"scss-lint": "0.60.0",
9494
"secretlint": "11.2.5",
@@ -101,23 +101,23 @@
101101
"shellcheck": "0.11.0",
102102
"shfmt": "3.12.0",
103103
"snakefmt": "0.11.2",
104-
"snakemake": "9.13.2",
104+
"snakemake": "9.13.3",
105105
"spectral": "6.15.0",
106106
"sql-lint": "1.0.0",
107-
"sqlfluff": "3.4.2",
107+
"sqlfluff": "3.5.0",
108108
"standard": "17.1.2",
109109
"stylelint": "16.25.0",
110110
"stylua": "2.0.0",
111111
"swiftlint": "0.62.1",
112-
"syft": "1.34.1",
112+
"syft": "1.36.0",
113113
"tekton-lint": "1.1.0",
114-
"terraform-fmt": "1.13.3",
115-
"terragrunt": "0.90.0",
114+
"terraform-fmt": "1.13.4",
115+
"terragrunt": "0.91.1",
116116
"terrascan": "1.19.9",
117117
"tflint": "0.59.1",
118118
"trivy": "0.67.2",
119119
"trivy-sbom": "0.67.2",
120-
"trufflehog": "3.90.9",
120+
"trufflehog": "3.90.11",
121121
"ts-standard": "12.0.2",
122122
"tsqllint": "1.16.0.0",
123123
"v8r": "5.1.0",

.trivyignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ GHSA-xpw8-rcwv-8f8p
7676
# https://avd.aquasec.com/nvd/cve-2025-48734 Not dangerous in MegaLinter context, and sfdx-scanner will be soon replaced by code-analyzer plugin
7777
CVE-2025-48734
7878
CVE-2025-55163
79+
# Remove when migrated to code-analyzer
80+
CVE-2025-59419
7981

8082
# octokit
8183
CVE-2025-25288

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,20 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
6666
- [grype](https://github.com/anchore/grype) from 0.100.0 to **0.101.0** on 2025-10-15
6767
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.90.8 to **3.90.9** on 2025-10-15
6868
- [dotenv-linter](https://dotenv-linter.github.io/) from 3.3.0 to **4.0.0** on 2025-10-19
69+
- [clj-kondo](https://github.com/borkdude/clj-kondo) from 2025.09.22 to **2025.10.23** on 2025-10-24
70+
- [dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format) from 9.0.110 to **9.0.111** on 2025-10-24
71+
- [checkstyle](https://checkstyle.org/) from 12.0.1 to **12.1.0** on 2025-10-24
72+
- [ruff-format](https://github.com/astral-sh/ruff) from 0.14.0 to **0.14.1** on 2025-10-24
73+
- [ruff](https://github.com/astral-sh/ruff) from 0.14.0 to **0.14.1** on 2025-10-24
74+
- [checkov](https://www.checkov.io/) from 3.2.483 to **3.2.484** on 2025-10-24
75+
- [grype](https://github.com/anchore/grype) from 0.101.0 to **0.102.0** on 2025-10-24
76+
- [syft](https://github.com/anchore/syft) from 1.34.1 to **1.36.0** on 2025-10-24
77+
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.90.9 to **3.90.11** on 2025-10-24
78+
- [robocop](https://github.com/MarketSquare/robotframework-robocop) from 6.8.0 to **6.8.3** on 2025-10-24
79+
- [snakemake](https://snakemake.github.io/) from 9.13.2 to **9.13.3** on 2025-10-24
80+
- [sqlfluff](https://www.sqlfluff.com/) from 3.4.2 to **3.5.0** on 2025-10-24
81+
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.13.3 to **1.13.4** on 2025-10-24
82+
- [terragrunt](https://terragrunt.gruntwork.io) from 0.90.0 to **0.91.1** on 2025-10-24
6983
<!-- linter-versions-end -->
7084

7185
## [v9.1.0] - 2025-10-07

0 commit comments

Comments
 (0)