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 14, 2024
1 parent 62ebd4a commit 4a7d630
Show file tree
Hide file tree
Showing 19 changed files with 127 additions and 102 deletions.
40 changes: 22 additions & 18 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
@@ -1,15 +1,15 @@
{
"actionlint": "1.7.4",
"ansible-lint": "24.12.1",
"ansible-lint": "24.12.2",
"arm-ttk": "0.0.0",
"bandit": "1.8.0",
"bash-exec": "5.2.26",
"bicep_linter": "0.32.4",
"black": "24.10.0",
"cfn-lint": "1.22.0",
"cfn-lint": "1.22.1",
"checkmake": "0.2.0",
"checkov": "3.2.334",
"checkstyle": "10.20.2",
"checkstyle": "10.21.0",
"chktex": "1.7.8",
"clang-format": "17.0.6",
"clippy": "0.1.83",
Expand Down Expand Up @@ -84,8 +84,8 @@
"rst-lint": "1.4.0",
"rstcheck": "6.2.4",
"rstfmt": "0.0.14",
"rubocop": "1.69.1",
"ruff": "0.8.2",
"rubocop": "1.69.2",
"ruff": "0.8.3",
"scalafix": "0.13.0",
"scss-lint": "0.60.0",
"secretlint": "9.0.0",
Expand All @@ -106,7 +106,7 @@
"stylelint": "16.11.0",
"stylua": "2.0.0",
"swiftlint": "0.57.1",
"syft": "1.18.0",
"syft": "1.18.1",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.10.1",
"terragrunt": "0.69.9",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [devskim](https://github.com/microsoft/DevSkim) from 1.0.50 to **1.0.51** on 2024-12-10
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 24.12.0 to **24.12.1** on 2024-12-11
- [phpcs](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.11.1 to **3.11.2** on 2024-12-11
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 24.12.1 to **24.12.2** on 2024-12-14
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.22.0 to **1.22.1** on 2024-12-14
- [checkstyle](https://checkstyle.org/) from 10.20.2 to **10.21.0** on 2024-12-14
- [ruff](https://github.com/astral-sh/ruff) from 0.8.2 to **0.8.3** on 2024-12-14
- [syft](https://github.com/anchore/syft) from 1.18.0 to **1.18.1** on 2024-12-14
- [rubocop](https://rubocop.org/) from 1.69.1 to **1.69.2** on 2024-12-14
<!-- 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=2788&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=2800&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 4a7d630

Please sign in to comment.