Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3976)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Sep 8, 2024
1 parent af57545 commit 336e261
Show file tree
Hide file tree
Showing 17 changed files with 93 additions and 112 deletions.
43 changes: 15 additions & 28 deletions .automation/generated/linter-helps.json

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

8 changes: 4 additions & 4 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"black": "24.8.0",
"cfn-lint": "1.12.4",
"checkmake": "0.2.0",
"checkov": "3.2.246",
"checkov": "3.2.249",
"checkstyle": "10.18.1",
"chktex": "1.7.8",
"clang-format": "17.0.6",
Expand All @@ -20,7 +20,7 @@
"csharpier": "0.29.1",
"cspell": "8.14.2",
"dartanalyzer": "0.0.0",
"detekt": "1.23.6",
"detekt": "1.23.7",
"devskim": "1.0.33",
"djlint": "1.35.2",
"dockerfilelint": "1.8.0",
Expand Down Expand Up @@ -73,7 +73,7 @@
"prettier": "3.3.3",
"proselint": "0.14.0",
"protolint": "0.50.5",
"psalm": "Psalm.5.25.0@",
"psalm": "Psalm.5.26.0@",
"puppet-lint": "4.2.4",
"pylint": "3.2.7",
"pyright": "1.1.379",
Expand Down Expand Up @@ -107,7 +107,7 @@
"syft": "1.11.1",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.9.5",
"terragrunt": "0.67.1",
"terragrunt": "0.67.3",
"terrascan": "1.19.1",
"tflint": "0.53.0",
"trivy": "0.55.0",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [clippy](https://github.com/rust-lang/rust-clippy) from 0.1.80 to **0.1.81** on 2024-09-06
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.19.0 to **8.19.3** on 2024-09-06
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.19.3 to **8.20.1** on 2024-09-07
- [detekt](https://detekt.dev/) from 1.23.6 to **1.23.7** on 2024-09-08
- [psalm](https://psalm.dev) from Psalm.5.25.0@ to **Psalm.5.26.0@** on 2024-09-08
- [checkov](https://www.checkov.io/) from 3.2.246 to **3.2.249** on 2024-09-08
- [terragrunt](https://terragrunt.gruntwork.io) from 0.67.1 to **0.67.3** on 2024-09-08
<!-- linter-versions-end -->

## [v8.0.0] - 2024-08-19
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=2617&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=2623&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 336e261

Please sign in to comment.