Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#4424)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Dec 25, 2024
1 parent 54384dd commit 3e5ec88
Show file tree
Hide file tree
Showing 15 changed files with 108 additions and 88 deletions.
21 changes: 12 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.

14 changes: 7 additions & 7 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dartanalyzer": "0.0.0",
"detekt": "1.23.7",
"devskim": "1.0.51",
"djlint": "1.36.3",
"djlint": "1.36.4",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.3.0",
"dotnet-format": "8.0.111",
Expand Down Expand Up @@ -75,7 +75,7 @@
"protolint": "0.51.0",
"psalm": "Psalm.5.26.1@",
"puppet-lint": "4.2.4",
"pylint": "3.3.2",
"pylint": "3.3.3",
"pyright": "1.1.391",
"raku": "2020.10",
"remark-lint": "14.0.2",
Expand All @@ -98,7 +98,7 @@
"shellcheck": "0.10.0",
"shfmt": "3.10.0",
"snakefmt": "0.10.2",
"snakemake": "8.25.5",
"snakemake": "8.26.0",
"spectral": "6.14.2",
"sql-lint": "1.0.0",
"sqlfluff": "3.3.0",
Expand All @@ -108,12 +108,12 @@
"swiftlint": "0.57.1",
"syft": "1.18.1",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.10.2",
"terragrunt": "0.69.13",
"terraform-fmt": "1.10.3",
"terragrunt": "0.71.1",
"terrascan": "1.19.9",
"tflint": "0.54.0",
"trivy": "0.58.0",
"trivy-sbom": "0.58.0",
"trivy": "0.58.1",
"trivy-sbom": "0.58.1",
"trufflehog": "3.88.0",
"ts-standard": "12.0.2",
"tsqllint": "1.16.0.0",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [gitleaks](https://github.com/gitleaks/gitleaks) from 8.21.2 to **8.22.0** on 2024-12-21
- [checkov](https://www.checkov.io/) from 3.2.343 to **3.2.344** on 2024-12-21
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.87.1 to **3.88.0** on 2024-12-22
- [djlint](https://djlint.com/) from 1.36.3 to **1.36.4** on 2024-12-24
- [pylint](https://pylint.readthedocs.io) from 3.3.2 to **3.3.3** on 2024-12-24
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.58.0 to **0.58.1** on 2024-12-24
- [trivy](https://aquasecurity.github.io/trivy/) from 0.58.0 to **0.58.1** on 2024-12-24
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.25.5 to **8.26.0** on 2024-12-24
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.10.2 to **1.10.3** on 2024-12-24
- [terragrunt](https://terragrunt.gruntwork.io) from 0.69.13 to **0.71.1** on 2024-12-24
<!-- 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=2813&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=2821&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 3e5ec88

Please sign in to comment.