Skip to content

Commit 2b34935

Browse files
authored
[automation] Auto-update linters version, help and documentation (#6247)
* [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <17500430+nvuillam@users.noreply.github.com>
1 parent 21c1e4b commit 2b34935

File tree

9 files changed

+29
-25
lines changed

9 files changed

+29
-25
lines changed

.automation/generated/linter-helps.json

Lines changed: 7 additions & 6 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
@@ -86,7 +86,7 @@
8686
"rst-lint": "1.4.0",
8787
"rstcheck": "6.2.5",
8888
"rstfmt": "0.0.14",
89-
"rubocop": "1.80.2",
89+
"rubocop": "1.81.1",
9090
"ruff": "0.13.2",
9191
"ruff-format": "0.13.2",
9292
"scalafix": "0.14.3",
@@ -112,7 +112,7 @@
112112
"syft": "1.33.0",
113113
"tekton-lint": "1.1.0",
114114
"terraform-fmt": "1.13.3",
115-
"terragrunt": "0.87.4",
115+
"terragrunt": "0.88.0",
116116
"terrascan": "1.19.9",
117117
"tflint": "0.59.1",
118118
"trivy": "0.66.0",

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
4747
- [snakemake](https://snakemake.github.io/) from 9.11.4 to **9.11.6** on 2025-09-27
4848
- [ruff-format](https://github.com/astral-sh/ruff) from 0.13.1 to **0.13.2** on 2025-09-27
4949
- [ruff](https://github.com/astral-sh/ruff) from 0.13.1 to **0.13.2** on 2025-09-27
50+
- [rubocop](https://rubocop.org/) from 1.80.2 to **1.81.1** on 2025-09-28
51+
- [terragrunt](https://terragrunt.gruntwork.io) from 0.87.4 to **0.88.0** on 2025-09-28
5052
<!-- linter-versions-end -->
5153

5254
## [v9.0.1] - 2025-09-21

docs/all_linters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
| [**rst-lint**](https://github.com/twolfson/restructuredtext-lint){target=_blank} | 1.4.0 | [Unlicense](licenses/rst-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/twolfson/restructuredtext-lint?cacheSeconds=3600)](https://github.com/twolfson/restructuredtext-lint){target=_blank} | [RST](descriptors/rst_rst_lint.md) | :heart: | [MegaLinter reference](https://github.com/twolfson/restructuredtext-lint/wiki/Integration-in-other-tools#integration-in-other-tools){target=_blank} |
8787
| [**rstcheck**](https://github.com/myint/rstcheck){target=_blank} | 6.2.5 | [MIT](licenses/rstcheck.md) | [![GitHub stars](https://img.shields.io/github/stars/myint/rstcheck?cacheSeconds=3600)](https://github.com/myint/rstcheck){target=_blank} | [RST](descriptors/rst_rstcheck.md) | :heart: | [MegaLinter reference](https://rstcheck.readthedocs.io/en/latest/usage/integration/#use-with-mega-linter){target=_blank} |
8888
| [**rstfmt**](https://github.com/dzhu/rstfmt){target=_blank} | 0.0.14 | MIT | <!-- --> | [RST](descriptors/rst_rstfmt.md) | :hammer_and_wrench: | [Pull Request](https://github.com/dzhu/rstfmt/pull/1){target=_blank} |
89-
| [**rubocop**](https://github.com/rubocop-hq/rubocop){target=_blank} | 1.80.2 | [MIT](licenses/rubocop.md) | [![GitHub stars](https://img.shields.io/github/stars/rubocop-hq/rubocop?cacheSeconds=3600)](https://github.com/rubocop-hq/rubocop){target=_blank} | [RUBY](descriptors/ruby_rubocop.md) | :heart: | [MegaLinter reference](https://docs.rubocop.org/rubocop/integration_with_other_tools.html#mega-linter-integration){target=_blank} |
89+
| [**rubocop**](https://github.com/rubocop-hq/rubocop){target=_blank} | 1.81.1 | [MIT](licenses/rubocop.md) | [![GitHub stars](https://img.shields.io/github/stars/rubocop-hq/rubocop?cacheSeconds=3600)](https://github.com/rubocop-hq/rubocop){target=_blank} | [RUBY](descriptors/ruby_rubocop.md) | :heart: | [MegaLinter reference](https://docs.rubocop.org/rubocop/integration_with_other_tools.html#mega-linter-integration){target=_blank} |
9090
| [**ruff**](https://github.com/astral-sh/ruff){target=_blank} | 0.13.2 | [MIT](licenses/ruff.md) | [![GitHub stars](https://img.shields.io/github/stars/astral-sh/ruff?cacheSeconds=3600)](https://github.com/astral-sh/ruff){target=_blank} | [PYTHON](descriptors/python_ruff.md) | :white_circle: | [Repository](https://github.com/astral-sh/ruff){target=_blank} |
9191
| [**ruff-format**](https://github.com/astral-sh/ruff){target=_blank} | 0.13.2 | [MIT](licenses/ruff-format.md) | [![GitHub stars](https://img.shields.io/github/stars/astral-sh/ruff?cacheSeconds=3600)](https://github.com/astral-sh/ruff){target=_blank} | [PYTHON](descriptors/python_ruff_format.md) | :white_circle: | [Repository](https://github.com/astral-sh/ruff){target=_blank} |
9292
| [**scalafix**](https://github.com/scalacenter/scalafix){target=_blank} | 0.14.3 | [BSD-3-Clause](licenses/scalafix.md) | [![GitHub stars](https://img.shields.io/github/stars/scalacenter/scalafix?cacheSeconds=3600)](https://github.com/scalacenter/scalafix){target=_blank} | [SCALA](descriptors/scala_scalafix.md) | :heart: | [MegaLinter reference](https://scalacenter.github.io/scalafix/docs/users/installation.html#plugins-for-other-build-tools){target=_blank} |
@@ -109,7 +109,7 @@
109109
| [**syft**](https://github.com/anchore/syft){target=_blank} | 1.33.0 | [Apache-2.0](licenses/syft.md) | [![GitHub stars](https://img.shields.io/github/stars/anchore/syft?cacheSeconds=3600)](https://github.com/anchore/syft){target=_blank} | [REPOSITORY](descriptors/repository_syft.md) | :white_circle: | [Repository](https://github.com/anchore/syft){target=_blank} |
110110
| [**tekton-lint**](https://github.com/IBM/tekton-lint){target=_blank} | 1.1.0 | [Apache-2.0](licenses/tekton-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/IBM/tekton-lint?cacheSeconds=3600)](https://github.com/IBM/tekton-lint){target=_blank} | [TEKTON](descriptors/tekton_tekton_lint.md) | :white_circle: | [Repository](https://github.com/IBM/tekton-lint){target=_blank} |
111111
| [**terraform-fmt**](https://github.com/hashicorp/terraform){target=_blank} | 1.13.3 | [BUSL-1.1](licenses/terraform-fmt.md) | [![GitHub stars](https://img.shields.io/github/stars/hashicorp/terraform?cacheSeconds=3600)](https://github.com/hashicorp/terraform){target=_blank} | [TERRAFORM](descriptors/terraform_terraform_fmt.md) | :white_circle: | [Repository](https://github.com/hashicorp/terraform){target=_blank} |
112-
| [**terragrunt**](https://github.com/gruntwork-io/terragrunt){target=_blank} | 0.87.4 | [MIT](licenses/terragrunt.md) | [![GitHub stars](https://img.shields.io/github/stars/gruntwork-io/terragrunt?cacheSeconds=3600)](https://github.com/gruntwork-io/terragrunt){target=_blank} | [TERRAFORM](descriptors/terraform_terragrunt.md) | :white_circle: | [Repository](https://github.com/gruntwork-io/terragrunt){target=_blank} |
112+
| [**terragrunt**](https://github.com/gruntwork-io/terragrunt){target=_blank} | 0.88.0 | [MIT](licenses/terragrunt.md) | [![GitHub stars](https://img.shields.io/github/stars/gruntwork-io/terragrunt?cacheSeconds=3600)](https://github.com/gruntwork-io/terragrunt){target=_blank} | [TERRAFORM](descriptors/terraform_terragrunt.md) | :white_circle: | [Repository](https://github.com/gruntwork-io/terragrunt){target=_blank} |
113113
| [**terrascan**](https://github.com/tenable/terrascan){target=_blank} | 1.19.9 | [Apache-2.0](licenses/terrascan.md) | [![GitHub stars](https://img.shields.io/github/stars/tenable/terrascan?cacheSeconds=3600)](https://github.com/tenable/terrascan){target=_blank} | [TERRAFORM](descriptors/terraform_terrascan.md) | :white_circle: | [Repository](https://github.com/tenable/terrascan){target=_blank} |
114114
| [**tflint**](https://github.com/terraform-linters/tflint){target=_blank} | 0.59.1 | [MPL-2.0](licenses/tflint.md) | [![GitHub stars](https://img.shields.io/github/stars/terraform-linters/tflint?cacheSeconds=3600)](https://github.com/terraform-linters/tflint){target=_blank} | [TERRAFORM](descriptors/terraform_tflint.md) | :white_circle: | [Repository](https://github.com/terraform-linters/tflint){target=_blank} |
115115
| [**trivy**](https://github.com/aquasecurity/trivy){target=_blank} | 0.66.0 | [Apache-2.0](licenses/trivy.md) | [![GitHub stars](https://img.shields.io/github/stars/aquasecurity/trivy?cacheSeconds=3600)](https://github.com/aquasecurity/trivy){target=_blank} | [REPOSITORY](descriptors/repository_trivy.md) | :white_circle: | [Repository](https://github.com/aquasecurity/trivy){target=_blank} |

docs/descriptors/kubernetes_kubescape.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +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-09-28T10:27:24Z","msg":"Received interrupt signal, exiting..."}
161162
```
162163
163164
### Installation on mega-linter Docker image

docs/descriptors/ruby_rubocop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ description: How to use rubocop (configure, ignore files, ignore errors, help &
2727

2828
## rubocop documentation
2929

30-
- Version in MegaLinter: **1.80.2**
30+
- Version in MegaLinter: **1.81.1**
3131
- Visit [Official Web Site](https://rubocop.org/){target=_blank}
3232
- See [How to configure rubocop rules](https://docs.rubocop.org/rubocop/configuration.html){target=_blank}
3333
- If custom `.ruby-lint.yml` config file isn't found, [.ruby-lint.yml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.ruby-lint.yml){target=_blank} will be used
@@ -299,7 +299,7 @@ Profiling Options:
299299
- Dockerfile commands :
300300
```dockerfile
301301
# renovate: datasource=rubygems depName=rubocop
302-
ARG GEM_RUBOCOP_VERSION=1.80.2
302+
ARG GEM_RUBOCOP_VERSION=1.81.1
303303
# renovate: datasource=rubygems depName=rubocop-github
304304
ARG GEM_RUBOCOP_GITHUB_VERSION=0.26.0
305305
# renovate: datasource=rubygems depName=rubocop-performance
@@ -313,7 +313,7 @@ ARG GEM_RUBOCOP_RSPEC_VERSION=3.7.0
313313
```
314314
315315
- GEM packages (Ruby) :
316-
- [rubocop:1.80.2](https://rubygems.org/gems/rubocop/versions/1.80.2)
316+
- [rubocop:1.81.1](https://rubygems.org/gems/rubocop/versions/1.81.1)
317317
- [rubocop-github:0.26.0](https://rubygems.org/gems/rubocop-github/versions/0.26.0)
318318
- [rubocop-performance:1.26.0](https://rubygems.org/gems/rubocop-performance/versions/1.26.0)
319319
- [rubocop-rails:2.33.3](https://rubygems.org/gems/rubocop-rails/versions/2.33.3)

0 commit comments

Comments
 (0)