Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3918)
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 Aug 21, 2024
1 parent 0726bb2 commit 0890320
Show file tree
Hide file tree
Showing 17 changed files with 98 additions and 92 deletions.
41 changes: 21 additions & 20 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
Expand Up @@ -8,7 +8,7 @@
"black": "24.8.0",
"cfn-lint": "1.10.3",
"checkmake": "0.2.0",
"checkov": "3.2.234",
"checkov": "3.2.235",
"checkstyle": "10.17.0",
"chktex": "1.7.8",
"clang-format": "17.0.6",
Expand All @@ -34,7 +34,7 @@
"gherkin-lint": "0.0.0",
"git_diff": "2.45.2",
"gitleaks": "8.18.4",
"golangci-lint": "1.60.1",
"golangci-lint": "1.60.2",
"goodcheck": "3.1.0",
"graphql-schema-linter": "3.0.1",
"grype": "0.79.5",
Expand Down Expand Up @@ -76,7 +76,7 @@
"psalm": "Psalm.5.25.0@",
"puppet-lint": "4.2.4",
"pylint": "3.2.6",
"pyright": "1.1.376",
"pyright": "1.1.377",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "1.3.9",
Expand All @@ -97,18 +97,18 @@
"shellcheck": "0.10.0",
"shfmt": "3.8.0",
"snakefmt": "0.10.2",
"snakemake": "8.18.1",
"snakemake": "8.18.2",
"spectral": "6.11.1",
"sql-lint": "1.0.0",
"sqlfluff": "3.1.0",
"sqlfluff": "3.1.1",
"standard": "17.1.0",
"stylelint": "16.8.2",
"swiftlint": "0.56.1",
"syft": "1.11.1",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.9.4",
"terragrunt": "0.66.8",
"terrascan": "1.18.11",
"terrascan": "1.19.1",
"tflint": "0.53.0",
"trivy": "0.54.1",
"trivy-sbom": "0.54.1",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [checkov](https://www.checkov.io/) from 3.2.232 to **3.2.234** on 2024-08-20
- [syft](https://github.com/anchore/syft) from 1.11.0 to **1.11.1** on 2024-08-20
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.14.1 to **8.14.2** on 2024-08-20
- [golangci-lint](https://golangci-lint.run/) from 1.60.1 to **1.60.2** on 2024-08-21
- [pyright](https://github.com/Microsoft/pyright) from 1.1.376 to **1.1.377** on 2024-08-21
- [checkov](https://www.checkov.io/) from 3.2.234 to **3.2.235** on 2024-08-21
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.18.1 to **8.18.2** on 2024-08-21
- [sqlfluff](https://www.sqlfluff.com/) from 3.1.0 to **3.1.1** on 2024-08-21
- [terrascan](https://runterrascan.io/) from 1.18.11 to **1.19.1** on 2024-08-21
<!-- 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=2595&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=2593&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 0890320

Please sign in to comment.