Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#4158)
Browse files Browse the repository at this point in the history
* [automation] Auto-update linters version, help and documentation

* [MegaLinter] Apply linters fixes

---------

Co-authored-by: nvuillam <[email protected]>
  • Loading branch information
nvuillam and nvuillam authored Oct 19, 2024
1 parent c259fdf commit 15f45bd
Show file tree
Hide file tree
Showing 17 changed files with 135 additions and 112 deletions.
72 changes: 40 additions & 32 deletions .automation/generated/linter-helps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bash-exec": "5.2.26",
"bicep_linter": "0.30.23",
"black": "24.10.0",
"cfn-lint": "1.17.1",
"cfn-lint": "1.17.2",
"checkmake": "0.2.0",
"checkov": "3.2.267",
"checkstyle": "10.18.2",
Expand All @@ -18,7 +18,7 @@
"coffeelint": "5.2.11",
"cpplint": "2.0.0",
"csharpier": "0.29.2",
"cspell": "8.15.3",
"cspell": "8.15.4",
"dartanalyzer": "0.0.0",
"detekt": "1.23.7",
"devskim": "1.0.33",
Expand Down Expand Up @@ -66,7 +66,7 @@
"php-cs-fixer": "3.64.0",
"phpcs": "3.10.3",
"phplint": "9.5.3",
"phpstan": "1.12.6",
"phpstan": "1.12.7",
"pmd": "7.6.0",
"powershell": "7.4.2",
"powershell_formatter": "7.4.2",
Expand Down Expand Up @@ -98,7 +98,7 @@
"shellcheck": "0.10.0",
"shfmt": "3.9.0",
"snakefmt": "0.10.2",
"snakemake": "8.23.1",
"snakemake": "8.23.2",
"spectral": "6.13.1",
"sql-lint": "1.0.0",
"sqlfluff": "3.2.4",
Expand All @@ -114,7 +114,7 @@
"tflint": "0.53.0",
"trivy": "0.56.2",
"trivy-sbom": "0.56.2",
"trufflehog": "3.82.8",
"trufflehog": "3.82.11",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "4.1.0",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [ruff](https://github.com/astral-sh/ruff) from 0.6.9 to **0.7.0** on 2024-10-17
- [clippy](https://github.com/rust-lang/rust-clippy) from 0.1.81 to **0.1.82** on 2024-10-17
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.17.0 to **1.17.1** on 2024-10-17
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.17.1 to **1.17.2** on 2024-10-18
- [phpstan](https://phpstan.org/) from 1.12.6 to **1.12.7** on 2024-10-18
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.82.8 to **3.82.11** on 2024-10-18
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.23.1 to **8.23.2** on 2024-10-18
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.15.3 to **8.15.4** on 2024-10-18
<!-- linter-versions-end -->

## [v8.1.0] - 2024-10-13
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
[![MegaLinter](https://github.com/oxsecurity/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/oxsecurity/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain)
[![codecov](https://codecov.io/gh/oxsecurity/megalinter/branch/main/graph/badge.svg)](https://codecov.io/gh/oxsecurity/megalinter)
<!-- gh-dependents-info-used-by-start -->
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2711&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2713&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
[![Secured with Trivy](https://img.shields.io/badge/Trivy-secured-green?logo=docker)](https://github.com/aquasecurity/trivy)
[![GitHub contributors](https://img.shields.io/github/contributors/oxsecurity/megalinter.svg)](https://github.com/oxsecurity/megalinter/graphs/contributors/)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/nvuillam)](https://github.com/sponsors/nvuillam)
Expand Down
Loading

0 comments on commit 15f45bd

Please sign in to comment.