Skip to content

Commit be330a6

Browse files
authored
[automation] Auto-update linters version, help and documentation (#5643)
* [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <[email protected]>
1 parent bcde3b4 commit be330a6

16 files changed

+99
-632
lines changed

.automation/generated/linter-helps.json

Lines changed: 8 additions & 14 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"cfn-lint": "1.36.1",
1010
"checkmake": "0.2.0",
1111
"checkov": "3.2.413",
12-
"checkstyle": "10.25.0",
12+
"checkstyle": "10.25.1",
1313
"chktex": "1.7.8",
1414
"clang-format": "19.1.4",
1515
"clippy": "0.1.87",

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
4747
- [ruff](https://github.com/astral-sh/ruff) from 0.11.13 to **0.12.0** on 2025-06-20
4848
- [rubocop](https://rubocop.org/) from 1.76.2 to **1.77.0** on 2025-06-20
4949
- [flake8](https://flake8.pycqa.org) from 7.2.0 to **7.3.0** on 2025-06-20
50+
- [checkstyle](https://checkstyle.org/) from 10.25.0 to **10.25.1** on 2025-06-21
5051
<!-- linter-versions-end -->
5152

5253
## [v8.8.0] - 2024-06-15

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=2980&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=2330&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)

docs/all_linters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| [**cfn-lint**](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | 1.36.1 | [MIT-0](licenses/cfn-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/aws-cloudformation/cfn-lint?cacheSeconds=3600)](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | [CLOUDFORMATION](descriptors/cloudformation_cfn_lint.md) | :white_circle: | [Repository](https://github.com/aws-cloudformation/cfn-lint){target=_blank} |
1616
| [**checkmake**](https://github.com/mrtazz/checkmake){target=_blank} | 0.2.0 | [MIT](licenses/checkmake.md) | [![GitHub stars](https://img.shields.io/github/stars/mrtazz/checkmake?cacheSeconds=3600)](https://github.com/mrtazz/checkmake){target=_blank} | [MAKEFILE](descriptors/makefile_checkmake.md) | :heart: | [MegaLinter reference](https://github.com/checkmake/checkmake?tab=readme-ov-file#megalinter){target=_blank} |
1717
| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 3.2.413 | [Apache-2.0](licenses/checkov.md) | [![GitHub stars](https://img.shields.io/github/stars/bridgecrewio/checkov?cacheSeconds=3600)](https://github.com/bridgecrewio/checkov){target=_blank} | [REPOSITORY](descriptors/repository_checkov.md) | :no_entry_sign: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} |
18-
| [**checkstyle**](https://github.com/checkstyle/checkstyle){target=_blank} | 10.25.0 | [LGPL-2.1](licenses/checkstyle.md) | [![GitHub stars](https://img.shields.io/github/stars/checkstyle/checkstyle?cacheSeconds=3600)](https://github.com/checkstyle/checkstyle){target=_blank} | [JAVA](descriptors/java_checkstyle.md) | :heart: | [MegaLinter reference](https://checkstyle.org/index.html#Related_Tools_Active_Tools){target=_blank} |
18+
| [**checkstyle**](https://github.com/checkstyle/checkstyle){target=_blank} | 10.25.1 | [LGPL-2.1](licenses/checkstyle.md) | [![GitHub stars](https://img.shields.io/github/stars/checkstyle/checkstyle?cacheSeconds=3600)](https://github.com/checkstyle/checkstyle){target=_blank} | [JAVA](descriptors/java_checkstyle.md) | :heart: | [MegaLinter reference](https://checkstyle.org/index.html#Related_Tools_Active_Tools){target=_blank} |
1919
| [**chktex**](https://git.savannah.nongnu.org/git/chktex.git){target=_blank} | 1.7.8 | GPL-2.0 | <!-- --> | [LATEX](descriptors/latex_chktex.md) | :white_circle: | [Repository](https://git.savannah.nongnu.org/git/chktex.git){target=_blank} |
2020
| [**clang-format**](https://github.com/llvm/llvm-project){target=_blank} | 19.1.4 | [Apache-2.0](licenses/clang-format.md) | [![GitHub stars](https://img.shields.io/github/stars/llvm/llvm-project?cacheSeconds=3600)](https://github.com/llvm/llvm-project){target=_blank} | [C](descriptors/c_clang_format.md)<br/> [CPP](descriptors/cpp_clang_format.md) | :white_circle: | [Repository](https://github.com/llvm/llvm-project){target=_blank} |
2121
| [**clippy**](https://github.com/rust-lang/rust-clippy){target=_blank} | 0.1.87 | [Apache-2.0](licenses/clippy.md) | [![GitHub stars](https://img.shields.io/github/stars/rust-lang/rust-clippy?cacheSeconds=3600)](https://github.com/rust-lang/rust-clippy){target=_blank} | [RUST](descriptors/rust_clippy.md) | :white_circle: | [Repository](https://github.com/rust-lang/rust-clippy){target=_blank} |

docs/descriptors/java_checkstyle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: How to use checkstyle (configure, ignore files, ignore errors, help
1515

1616
## checkstyle documentation
1717

18-
- Version in MegaLinter: **10.25.0**
18+
- Version in MegaLinter: **10.25.1**
1919
- Visit [Official Web Site](https://checkstyle.org/){target=_blank}
2020
- See [How to configure checkstyle rules](https://checkstyle.org/config.html){target=_blank}
2121
- If custom `sun_checks.xml` config file isn't found, [sun_checks.xml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/sun_checks.xml){target=_blank} will be used

docs/descriptors/kubernetes_kubescape.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Flags:
145145
--server string Backend discovery server URL
146146

147147
Use "kubescape [command] --help" for more information about a command.
148+
{"level":"info","ts":"2025-06-21T22:19:03Z","msg":"Received interrupt signal, exiting..."}
148149
```
149150
150151
### Installation on mega-linter Docker image

0 commit comments

Comments
 (0)