Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored and github-actions[bot] committed Dec 20, 2024
1 parent 5896fe6 commit 7192a2b
Show file tree
Hide file tree
Showing 14 changed files with 114 additions and 94 deletions.
26 changes: 17 additions & 9 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 @@ -8,7 +8,7 @@
"black": "24.10.0",
"cfn-lint": "1.22.2",
"checkmake": "0.2.0",
"checkov": "3.2.342",
"checkov": "3.2.343",
"checkstyle": "10.21.0",
"chktex": "1.7.8",
"clang-format": "17.0.6",
Expand Down Expand Up @@ -53,12 +53,12 @@
"lintr": "0.0.0",
"ls-lint": "2.2.3",
"luacheck": "1.2.0",
"lychee": "0.17.0",
"lychee": "0.18.0",
"markdown-link-check": "3.12.2",
"markdown-table-formatter": "1.6.1",
"markdownlint": "0.43.0",
"misspell": "0.3.4",
"mypy": "1.13.0",
"mypy": "1.14.0",
"npm-groovy-lint": "15.0.2",
"npm-package-json-lint": "8.0.0",
"perlcritic": "1.156",
Expand All @@ -85,7 +85,7 @@
"rstcheck": "6.2.4",
"rstfmt": "0.0.14",
"rubocop": "1.69.2",
"ruff": "0.8.3",
"ruff": "0.8.4",
"scalafix": "0.13.0",
"scss-lint": "0.60.0",
"secretlint": "9.0.0",
Expand Down Expand Up @@ -114,7 +114,7 @@
"tflint": "0.54.0",
"trivy": "0.58.0",
"trivy-sbom": "0.58.0",
"trufflehog": "3.86.1",
"trufflehog": "3.87.1",
"ts-standard": "12.0.2",
"tsqllint": "1.16.0.0",
"v8r": "4.2.1",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [checkov](https://www.checkov.io/) from 3.2.339 to **3.2.341** on 2024-12-18
- [checkov](https://www.checkov.io/) from 3.2.341 to **3.2.342** on 2024-12-18
- [sqlfluff](https://www.sqlfluff.com/) from 3.2.5 to **3.3.0** on 2024-12-18
- [mypy](https://mypy.readthedocs.io/en/stable/) from 1.13.0 to **1.14.0** on 2024-12-20
- [ruff](https://github.com/astral-sh/ruff) from 0.8.3 to **0.8.4** on 2024-12-20
- [checkov](https://www.checkov.io/) from 3.2.342 to **3.2.343** on 2024-12-20
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.86.1 to **3.87.1** on 2024-12-20
- [lychee](https://lychee.cli.rs) from 0.17.0 to **0.18.0** on 2024-12-20
<!-- linter-versions-end -->

## [v8.3.0] - 2024-11-23
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=2811&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=2810&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 7192a2b

Please sign in to comment.