Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#4277)
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 Nov 19, 2024
1 parent f9fdd81 commit 23b41a6
Show file tree
Hide file tree
Showing 21 changed files with 137 additions and 118 deletions.
56 changes: 32 additions & 24 deletions .automation/generated/linter-helps.json

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

12 changes: 6 additions & 6 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"bash-exec": "5.2.26",
"bicep_linter": "0.31.92",
"black": "24.10.0",
"cfn-lint": "1.19.0",
"cfn-lint": "1.20.0",
"checkmake": "0.2.0",
"checkov": "3.2.300",
"checkov": "3.2.301",
"checkstyle": "10.20.1",
"chktex": "1.7.8",
"clang-format": "17.0.6",
Expand All @@ -17,7 +17,7 @@
"cljstyle": "0.15.0",
"coffeelint": "5.2.11",
"cpplint": "2.0.0",
"csharpier": "0.30.0",
"csharpier": "0.30.1",
"cspell": "8.16.0",
"dartanalyzer": "0.0.0",
"detekt": "1.23.7",
Expand Down Expand Up @@ -104,16 +104,16 @@
"sqlfluff": "3.2.5",
"standard": "17.1.2",
"stylelint": "16.10.0",
"stylua": "0.20.0",
"stylua": "2.0.0",
"swiftlint": "0.57.0",
"syft": "1.16.0",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.9.8",
"terragrunt": "0.68.14",
"terrascan": "1.19.9",
"tflint": "0.54.0",
"trivy": "0.57.0",
"trivy-sbom": "0.57.0",
"trivy": "0.57.1",
"trivy-sbom": "0.57.1",
"trufflehog": "3.83.7",
"ts-standard": "12.0.2",
"tsqllint": "1.16.0.0",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [phpstan](https://phpstan.org/) from 2.0.1 to **2.0.2** on 2024-11-17
- [checkov](https://www.checkov.io/) from 3.2.298 to **3.2.300** on 2024-11-17
- [csharpier](https://csharpier.com/) from 0.29.2 to **0.30.0** on 2024-11-17
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.19.0 to **1.20.0** on 2024-11-19
- [csharpier](https://csharpier.com/) from 0.30.0 to **0.30.1** on 2024-11-19
- [stylua](https://github.com/JohnnyMorganz/StyLua) from 0.20.0 to **2.0.0** on 2024-11-19
- [checkov](https://www.checkov.io/) from 3.2.300 to **3.2.301** on 2024-11-19
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.57.0 to **0.57.1** on 2024-11-19
- [trivy](https://aquasecurity.github.io/trivy/) from 0.57.0 to **0.57.1** on 2024-11-19
<!-- linter-versions-end -->

## [v8.2.0] - 2024-11-17
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=2766&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=2764&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 23b41a6

Please sign in to comment.