Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#4187)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Oct 25, 2024
1 parent 5a3e6e4 commit 0ffbf82
Show file tree
Hide file tree
Showing 17 changed files with 114 additions and 124 deletions.
75 changes: 33 additions & 42 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 @@ -45,7 +45,7 @@
"jscpd": "4.0.5",
"jsonlint": "16.0.0",
"kics": "2.1.3",
"ktlint": "1.3.1",
"ktlint": "1.4.0",
"kubeconform": "0.6.7",
"kubescape": "2.9.0",
"kubeval": "0.16.1",
Expand Down Expand Up @@ -85,7 +85,7 @@
"rstcheck": "6.2.4",
"rstfmt": "0.0.14",
"rubocop": "1.67.0",
"ruff": "0.7.0",
"ruff": "0.7.1",
"scalafix": "0.13.0",
"scss-lint": "0.60.0",
"secretlint": "9.0.0",
Expand Down Expand Up @@ -117,7 +117,7 @@
"trufflehog": "3.82.12",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "4.1.0",
"v8r": "4.2.0",
"vale": "3.7.1",
"xmllint": "21207",
"yamllint": "1.35.1"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [syft](https://github.com/anchore/syft) from 1.14.1 to **1.14.2** on 2024-10-23
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.82.11 to **3.82.12** on 2024-10-23
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.23.2 to **8.24.1** on 2024-10-23
- [v8r](https://github.com/chris48s/v8r) from 4.1.0 to **4.2.0** on 2024-10-24
- [ktlint](https://ktlint.github.io) from 1.3.1 to **1.4.0** on 2024-10-24
- [ruff](https://github.com/astral-sh/ruff) from 0.7.0 to **0.7.1** on 2024-10-24
<!-- linter-versions-end -->

## [v8.1.0] - 2024-10-13
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=2716&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=2719&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 0ffbf82

Please sign in to comment.