Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#4197)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Oct 29, 2024
1 parent 1c65a85 commit 1ff14ec
Show file tree
Hide file tree
Showing 20 changed files with 123 additions and 96 deletions.
43 changes: 22 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.

12 changes: 6 additions & 6 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.26",
"bicep_linter": "0.30.23",
"black": "24.10.0",
"cfn-lint": "1.18.1",
"cfn-lint": "1.18.2",
"checkmake": "0.2.0",
"checkov": "3.2.269",
"checkov": "3.2.270",
"checkstyle": "10.19.0",
"chktex": "1.7.8",
"clang-format": "17.0.6",
Expand All @@ -33,7 +33,7 @@
"flake8": "7.1.1",
"gherkin-lint": "0.0.0",
"git_diff": "2.45.2",
"gitleaks": "8.21.1",
"gitleaks": "8.21.2",
"golangci-lint": "1.61.0",
"goodcheck": "3.1.0",
"graphql-schema-linter": "3.0.1",
Expand Down Expand Up @@ -67,7 +67,7 @@
"phpcs": "3.10.3",
"phplint": "9.5.3",
"phpstan": "1.12.7",
"pmd": "7.6.0",
"pmd": "7.7.0",
"powershell": "7.4.2",
"powershell_formatter": "7.4.2",
"prettier": "3.3.3",
Expand Down Expand Up @@ -106,7 +106,7 @@
"stylelint": "16.10.0",
"stylua": "0.20.0",
"swiftlint": "0.57.0",
"syft": "1.14.2",
"syft": "1.15.0",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.9.5",
"terragrunt": "0.67.5",
Expand All @@ -118,7 +118,7 @@
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "4.2.0",
"vale": "3.7.1",
"vale": "3.8.0",
"xmllint": "21207",
"yamllint": "1.35.1"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [checkstyle](https://checkstyle.org/) from 10.18.2 to **10.19.0** on 2024-10-27
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.82.12 to **3.82.13** on 2024-10-27
- [sqlfluff](https://www.sqlfluff.com/) from 3.2.4 to **3.2.5** on 2024-10-27
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.18.1 to **1.18.2** on 2024-10-29
- [pmd](https://pmd.github.io/) from 7.6.0 to **7.7.0** on 2024-10-29
- [checkov](https://www.checkov.io/) from 3.2.269 to **3.2.270** on 2024-10-29
- [gitleaks](https://github.com/gitleaks/gitleaks) from 8.21.1 to **8.21.2** on 2024-10-29
- [syft](https://github.com/anchore/syft) from 1.14.2 to **1.15.0** on 2024-10-29
- [vale](https://vale.sh/) from 3.7.1 to **3.8.0** on 2024-10-29
<!-- 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=2718&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=2738&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 1ff14ec

Please sign in to comment.