Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3498)
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 <nvuillam@users.noreply.github.com>
  • Loading branch information
nvuillam and nvuillam committed Apr 23, 2024
1 parent cee23e5 commit 41567e1
Show file tree
Hide file tree
Showing 18 changed files with 90 additions and 85 deletions.
37 changes: 18 additions & 19 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,9 +6,9 @@
"bash-exec": "5.2.21",
"bicep_linter": "0.26.170",
"black": "24.4.0",
"cfn-lint": "0.86.3",
"cfn-lint": "0.86.4",
"checkmake": "0.2.0",
"checkov": "3.2.73",
"checkov": "3.2.74",
"checkstyle": "10.15.0",
"chktex": "1.7.8",
"clang-format": "17.0.5",
Expand Down Expand Up @@ -82,7 +82,7 @@
"rst-lint": "1.4.0",
"rstcheck": "6.2.1",
"rstfmt": "0.0.14",
"rubocop": "1.63.2",
"rubocop": "1.63.3",
"ruff": "0.4.1",
"scalafix": "0.12.0",
"scss-lint": "0.60.0",
Expand All @@ -108,8 +108,8 @@
"terragrunt": "0.57.5",
"terrascan": "1.18.11",
"tflint": "0.50.3",
"trivy": "0.50.1",
"trivy-sbom": "0.50.1",
"trivy": "0.50.2",
"trivy-sbom": "0.50.2",
"trufflehog": "3.73.0",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [sqlfluff](https://www.sqlfluff.com/) from 3.0.4 to **3.0.5** on 2024-04-21
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.8.0 to **1.8.1** on 2024-04-21
- [terragrunt](https://terragrunt.gruntwork.io) from 0.57.0 to **0.57.5** on 2024-04-21
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.86.3 to **0.86.4** on 2024-04-23
- [checkov](https://www.checkov.io/) from 3.2.73 to **3.2.74** on 2024-04-23
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.50.1 to **0.50.2** on 2024-04-23
- [trivy](https://aquasecurity.github.io/trivy/) from 0.50.1 to **0.50.2** on 2024-04-23
- [rubocop](https://rubocop.org/) from 1.63.2 to **1.63.3** on 2024-04-23
<!-- linter-versions-end -->

## [v7.10.0] - 2024-03-10
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=2434&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=2437&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

0 comments on commit 41567e1

Please sign in to comment.