Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3994)
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 Sep 13, 2024
1 parent 4a30ee2 commit 3242c3b
Show file tree
Hide file tree
Showing 18 changed files with 82 additions and 67 deletions.
30 changes: 16 additions & 14 deletions .automation/generated/linter-helps.json

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

10 changes: 5 additions & 5 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bash-exec": "5.2.26",
"bicep_linter": "0.29.47",
"black": "24.8.0",
"cfn-lint": "1.12.4",
"cfn-lint": "1.13.0",
"checkmake": "0.2.0",
"checkov": "3.2.253",
"checkstyle": "10.18.1",
Expand Down Expand Up @@ -80,12 +80,12 @@
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "1.3.9",
"roslynator": "0.8.9.0",
"roslynator": "0.9.0.0",
"rst-lint": "1.4.0",
"rstcheck": "6.2.4",
"rstfmt": "0.0.14",
"rubocop": "1.66.1",
"ruff": "0.6.4",
"ruff": "0.6.5",
"scalafix": "0.12.1",
"scss-lint": "0.60.0",
"secretlint": "8.2.4",
Expand All @@ -99,10 +99,10 @@
"shfmt": "3.9.0",
"snakefmt": "0.10.2",
"snakemake": "8.20.3",
"spectral": "6.12.0",
"spectral": "6.13.0",
"sql-lint": "1.0.0",
"sqlfluff": "3.1.1",
"standard": "17.1.1",
"standard": "17.1.2",
"stylelint": "16.9.0",
"stylua": "0.20.0",
"swiftlint": "0.57.0",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.55.0 to **0.55.1** on 2024-09-12
- [trivy](https://aquasecurity.github.io/trivy/) from 0.55.0 to **0.55.1** on 2024-09-12
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.81.10 to **3.82.1** on 2024-09-12
- [spectral](https://docs.stoplight.io/docs/spectral/674b27b261c3c-overview) from 6.12.0 to **6.13.0** on 2024-09-13
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.12.4 to **1.13.0** on 2024-09-13
- [roslynator](https://github.com/dotnet/Roslynator) from 0.8.9.0 to **0.9.0.0** on 2024-09-13
- [standard](https://standardjs.com/) from 17.1.1 to **17.1.2** on 2024-09-13
- [ruff](https://github.com/astral-sh/ruff) from 0.6.4 to **0.6.5** on 2024-09-13
<!-- 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=2642&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=2649&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 3242c3b

Please sign in to comment.