Skip to content

Commit ce15ed2

Browse files
authored
[automation] Auto-update linters version, help and documentation (#6507)
1 parent 8b48fad commit ce15ed2

File tree

7 files changed

+40
-28
lines changed

7 files changed

+40
-28
lines changed

.automation/generated/linter-helps.json

Lines changed: 14 additions & 9 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.9.0",
99
"cfn-lint": "1.40.4",
1010
"checkmake": "0.2.0",
11-
"checkov": "3.2.484",
11+
"checkov": "3.2.490",
1212
"checkstyle": "12.1.0",
1313
"chktex": "1.7.8",
1414
"clang-format": "20.1.8",
@@ -101,7 +101,7 @@
101101
"shellcheck": "0.11.0",
102102
"shfmt": "3.12.0",
103103
"snakefmt": "0.11.2",
104-
"snakemake": "9.13.4",
104+
"snakemake": "9.13.5",
105105
"spectral": "6.15.0",
106106
"sql-lint": "1.0.0",
107107
"sqlfluff": "3.5.0",

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
107107
- [syft](https://github.com/anchore/syft) from 1.36.0 to **1.37.0** on 2025-11-03
108108
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.40.3 to **1.40.4** on 2025-11-05
109109
- [golangci-lint](https://golangci-lint.run/) from 2.6.0 to **2.6.1** on 2025-11-05
110+
- [checkov](https://www.checkov.io/) from 3.2.484 to **3.2.490** on 2025-11-05
111+
- [snakemake](https://snakemake.github.io/) from 9.13.4 to **9.13.5** on 2025-11-05
110112
<!-- linter-versions-end -->
111113

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

docs/all_linters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
| [**black**](https://github.com/psf/black){target=_blank} | 25.9.0 | [MIT](licenses/black.md) | [![GitHub stars](https://img.shields.io/github/stars/psf/black?cacheSeconds=3600)](https://github.com/psf/black){target=_blank} | [PYTHON](descriptors/python_black.md) | :white_circle: | [Repository](https://github.com/psf/black){target=_blank} |
1515
| [**cfn-lint**](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | 1.40.4 | [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} |
17-
| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 3.2.484 | [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} |
17+
| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 3.2.490 | [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} |
1818
| [**checkstyle**](https://github.com/checkstyle/checkstyle){target=_blank} | 12.1.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} |
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} | 20.1.8 | [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} |
@@ -99,7 +99,7 @@
9999
| [**shellcheck**](https://github.com/koalaman/shellcheck){target=_blank} | 0.11.0 | [GPL-3.0](licenses/shellcheck.md) | [![GitHub stars](https://img.shields.io/github/stars/koalaman/shellcheck?cacheSeconds=3600)](https://github.com/koalaman/shellcheck){target=_blank} | [BASH](descriptors/bash_shellcheck.md) | <!-- --> | [Repository](https://github.com/koalaman/shellcheck){target=_blank} |
100100
| [**shfmt**](https://github.com/mvdan/sh){target=_blank} | 3.12.0 | [BSD-3-Clause](licenses/shfmt.md) | [![GitHub stars](https://img.shields.io/github/stars/mvdan/sh?cacheSeconds=3600)](https://github.com/mvdan/sh){target=_blank} | [BASH](descriptors/bash_shfmt.md) | :no_entry_sign: | [Repository](https://github.com/mvdan/sh){target=_blank} |
101101
| [**snakefmt**](https://github.com/snakemake/snakefmt){target=_blank} | 0.11.2 | [MIT](licenses/snakefmt.md) | [![GitHub stars](https://img.shields.io/github/stars/snakemake/snakefmt?cacheSeconds=3600)](https://github.com/snakemake/snakefmt){target=_blank} | [SNAKEMAKE](descriptors/snakemake_snakefmt.md) | :white_circle: | [Repository](https://github.com/snakemake/snakefmt){target=_blank} |
102-
| [**snakemake**](https://github.com/snakemake/snakemake){target=_blank} | 9.13.4 | [MIT](licenses/snakemake.md) | [![GitHub stars](https://img.shields.io/github/stars/snakemake/snakemake?cacheSeconds=3600)](https://github.com/snakemake/snakemake){target=_blank} | [SNAKEMAKE](descriptors/snakemake_snakemake.md) | :white_circle: | [Repository](https://github.com/snakemake/snakemake){target=_blank} |
102+
| [**snakemake**](https://github.com/snakemake/snakemake){target=_blank} | 9.13.5 | [MIT](licenses/snakemake.md) | [![GitHub stars](https://img.shields.io/github/stars/snakemake/snakemake?cacheSeconds=3600)](https://github.com/snakemake/snakemake){target=_blank} | [SNAKEMAKE](descriptors/snakemake_snakemake.md) | :white_circle: | [Repository](https://github.com/snakemake/snakemake){target=_blank} |
103103
| [**spectral**](https://github.com/stoplightio/spectral){target=_blank} | 6.15.0 | [Apache-2.0](licenses/spectral.md) | [![GitHub stars](https://img.shields.io/github/stars/stoplightio/spectral?cacheSeconds=3600)](https://github.com/stoplightio/spectral){target=_blank} | [API](descriptors/api_spectral.md) | :white_circle: | [Repository](https://github.com/stoplightio/spectral){target=_blank} |
104104
| [**sqlfluff**](https://github.com/sqlfluff/sqlfluff){target=_blank} | 3.5.0 | [MIT](licenses/sqlfluff.md) | [![GitHub stars](https://img.shields.io/github/stars/sqlfluff/sqlfluff?cacheSeconds=3600)](https://github.com/sqlfluff/sqlfluff){target=_blank} | [SQL](descriptors/sql_sqlfluff.md) | :white_circle: | [Repository](https://github.com/sqlfluff/sqlfluff){target=_blank} |
105105
| [**standard**](https://github.com/standard/standard){target=_blank} | 17.1.2 | [MIT](licenses/standard.md) | [![GitHub stars](https://img.shields.io/github/stars/standard/standard?cacheSeconds=3600)](https://github.com/standard/standard){target=_blank} | [JAVASCRIPT](descriptors/javascript_standard.md) | :white_circle: | [Repository](https://github.com/standard/standard){target=_blank} |

docs/descriptors/kubernetes_kubescape.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Flags:
158158
--server string Backend discovery server URL
159159

160160
Use "kubescape [command] --help" for more information about a command.
161-
{"level":"info","ts":"2025-11-05T05:02:32Z","msg":"Received interrupt signal, exiting..."}
161+
{"level":"info","ts":"2025-11-05T06:31:31Z","msg":"Received interrupt signal, exiting..."}
162162
```
163163
164164
### Installation on mega-linter Docker image

0 commit comments

Comments
 (0)