Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#4299)
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 23, 2024
1 parent 010c8bd commit 9cb4ec7
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 63 deletions.
20 changes: 10 additions & 10 deletions .automation/generated/linter-helps.json

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

4 changes: 2 additions & 2 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cljstyle": "0.15.0",
"coffeelint": "5.2.11",
"cpplint": "2.0.0",
"csharpier": "0.30.1",
"csharpier": "0.30.2",
"cspell": "8.16.0",
"dartanalyzer": "0.0.0",
"detekt": "1.23.7",
Expand Down Expand Up @@ -114,7 +114,7 @@
"tflint": "0.54.0",
"trivy": "0.57.1",
"trivy-sbom": "0.57.1",
"trufflehog": "3.84.0",
"trufflehog": "3.84.1",
"ts-standard": "12.0.2",
"tsqllint": "1.16.0.0",
"v8r": "4.2.0",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [syft](https://github.com/anchore/syft) from 1.16.0 to **1.17.0** on 2024-11-21
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.83.7 to **3.84.0** on 2024-11-22
- [ruff](https://github.com/astral-sh/ruff) from 0.7.4 to **0.8.0** on 2024-11-22
- [csharpier](https://csharpier.com/) from 0.30.1 to **0.30.2** on 2024-11-23
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.84.0 to **3.84.1** on 2024-11-23
<!-- 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=2752&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=2774&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 9cb4ec7

Please sign in to comment.