Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3354)
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 Feb 7, 2024
1 parent ec1e372 commit b5ec67b
Show file tree
Hide file tree
Showing 16 changed files with 89 additions and 73 deletions.
47 changes: 26 additions & 21 deletions .automation/generated/linter-helps.json

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

6 changes: 3 additions & 3 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"gherkin-lint": "0.0.0",
"git_diff": "2.43.0",
"gitleaks": "8.18.1",
"golangci-lint": "1.55.2",
"golangci-lint": "1.56.0",
"goodcheck": "3.1.0",
"graphql-schema-linter": "3.0.1",
"grype": "0.63.1",
Expand Down Expand Up @@ -76,7 +76,7 @@
"pyright": "1.1.350",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "1.3.6",
"revive": "1.3.7",
"roslynator": "0.8.3.0",
"rst-lint": "1.4.0",
"rstcheck": "6.2.0",
Expand All @@ -101,7 +101,7 @@
"standard": "17.1.0",
"stylelint": "16.2.1",
"swiftlint": "0.54.0",
"syft": "0.103.1",
"syft": "0.104.0",
"tekton-lint": "1.0.0",
"terraform-fmt": "1.7.2",
"terragrunt": "0.55.0",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.24.24 to **0.25.3** on 2024-02-07
- [checkov](https://www.checkov.io/) from 3.2.12 to **3.2.17** on 2024-02-07
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.4.6 to **8.4.7** on 2024-02-07
- [golangci-lint](https://golangci-lint.run/) from 1.55.2 to **1.56.0** on 2024-02-07
- [revive](https://revive.run/) from 1.3.6 to **1.3.7** on 2024-02-07
- [syft](https://github.com/anchore/syft) from 0.103.1 to **0.104.0** on 2024-02-07
<!-- linter-versions-end -->

## [v7.8.0] - 2024-01-21
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=3444&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=3447&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 b5ec67b

Please sign in to comment.