Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3659)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Jun 15, 2024
1 parent cf45469 commit 8e02091
Show file tree
Hide file tree
Showing 19 changed files with 113 additions and 105 deletions.
48 changes: 24 additions & 24 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 @@ -33,11 +33,11 @@
"flake8": "7.0.0",
"gherkin-lint": "0.0.0",
"git_diff": "2.43.4",
"gitleaks": "8.18.3",
"gitleaks": "8.18.4",
"golangci-lint": "1.59.1",
"goodcheck": "3.1.0",
"graphql-schema-linter": "3.0.1",
"grype": "0.78.0",
"grype": "0.79.0",
"hadolint": "2.12.0",
"helm": "3.14.2",
"htmlhint": "1.1.4",
Expand Down Expand Up @@ -84,7 +84,7 @@
"rstcheck": "6.2.1",
"rstfmt": "0.0.14",
"rubocop": "1.64.1",
"ruff": "0.4.8",
"ruff": "0.4.9",
"scalafix": "0.12.1",
"scss-lint": "0.60.0",
"secretlint": "8.2.4",
Expand All @@ -103,14 +103,14 @@
"standard": "17.1.0",
"stylelint": "16.6.1",
"swiftlint": "0.55.1",
"syft": "1.6.0",
"syft": "1.7.0",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.8.5",
"terragrunt": "0.58.14",
"terrascan": "1.18.11",
"tflint": "0.51.1",
"trivy": "0.52.1",
"trivy-sbom": "0.52.1",
"trivy": "0.52.2",
"trivy-sbom": "0.52.2",
"trufflehog": "3.78.1",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [bandit](https://bandit.readthedocs.io/en/latest/) from 1.7.8 to **1.7.9** on 2024-06-13
- [checkov](https://www.checkov.io/) from 3.2.133 to **3.2.136** on 2024-06-13
- [clippy](https://github.com/rust-lang/rust-clippy) from 0.1.78 to **0.1.79** on 2024-06-13
- [ruff](https://github.com/astral-sh/ruff) from 0.4.8 to **0.4.9** on 2024-06-14
- [gitleaks](https://github.com/gitleaks/gitleaks) from 8.18.3 to **8.18.4** on 2024-06-14
- [grype](https://github.com/anchore/grype) from 0.78.0 to **0.79.0** on 2024-06-14
- [syft](https://github.com/anchore/syft) from 1.6.0 to **1.7.0** on 2024-06-14
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.52.1 to **0.52.2** on 2024-06-14
- [trivy](https://aquasecurity.github.io/trivy/) from 0.52.1 to **0.52.2** on 2024-06-14
<!-- linter-versions-end -->

## [v7.12.0] - 2024-06-02
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=2500&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=2504&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 8e02091

Please sign in to comment.