Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3851)
Browse files Browse the repository at this point in the history
* [automation] Auto-update linters version, help and documentation

* [MegaLinter] Apply linters fixes

* Remove swiftlint deprecated --path argument

---------

Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
  • Loading branch information
nvuillam and nvuillam authored Aug 11, 2024
1 parent 6dcd0a1 commit b8fe855
Show file tree
Hide file tree
Showing 25 changed files with 689 additions and 637 deletions.
544 changes: 280 additions & 264 deletions .automation/generated/linter-helps.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 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.9.5",
"cfn-lint": "1.9.7",
"checkmake": "0.2.0",
"checkov": "3.2.219",
"checkstyle": "10.17.0",
Expand All @@ -18,7 +18,7 @@
"coffeelint": "5.2.11",
"cpplint": "1.6.1",
"csharpier": "0.28.2",
"cspell": "8.13.1",
"cspell": "8.13.2",
"dartanalyzer": "0.0.0",
"detekt": "1.23.6",
"devskim": "1.0.33",
Expand All @@ -37,13 +37,13 @@
"golangci-lint": "1.59.1",
"goodcheck": "3.1.0",
"graphql-schema-linter": "3.0.1",
"grype": "0.79.4",
"grype": "0.79.5",
"hadolint": "2.12.0",
"helm": "3.14.3",
"htmlhint": "1.1.4",
"isort": "5.13.2",
"jscpd": "4.0.5",
"jsonlint": "14.0.3",
"jsonlint": "16.0.0",
"kics": "2.1.1",
"ktlint": "1.3.1",
"kubeconform": "0.6.7",
Expand All @@ -63,10 +63,10 @@
"npm-package-json-lint": "8.0.0",
"perlcritic": "1.152",
"php": "7.4.26",
"php-cs-fixer": "3.61.1",
"php-cs-fixer": "3.62.0",
"phpcs": "3.10.2",
"phplint": "9.4.1",
"phpstan": "1.11.9",
"phpstan": "1.11.10",
"pmd": "7.4.0",
"powershell": "7.4.2",
"powershell_formatter": "7.4.2",
Expand All @@ -76,7 +76,7 @@
"psalm": "Psalm.5.25.0@",
"puppet-lint": "4.2.4",
"pylint": "3.2.6",
"pyright": "1.1.374",
"pyright": "1.1.375",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "1.3.7",
Expand All @@ -85,7 +85,7 @@
"rstcheck": "6.2.4",
"rstfmt": "0.0.14",
"rubocop": "1.65.1",
"ruff": "0.5.6",
"ruff": "0.5.7",
"scalafix": "0.12.1",
"scss-lint": "0.60.0",
"secretlint": "8.2.4",
Expand All @@ -103,8 +103,8 @@
"sqlfluff": "3.1.0",
"standard": "17.1.0",
"stylelint": "16.8.1",
"swiftlint": "0.55.1",
"syft": "1.10.0",
"swiftlint": "0.56.1",
"syft": "1.11.0",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.9.3",
"terragrunt": "0.66.1",
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Fixes
- [terrascan](https://runterrascan.io/) fixed errors and removed redundant code
- [dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format) various performance improvements and ability to specify sln or proj paths
- [swiftlint](https://github.com/realm/SwiftLint) Remove deprecated argument --path

- Doc

Expand Down Expand Up @@ -138,6 +139,16 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [checkov](https://www.checkov.io/) from 3.2.217 to **3.2.219** on 2024-08-05
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.81.4 to **3.81.6** on 2024-08-06
- [lightning-flow-scanner](https://github.com/Lightning-Flow-Scanner) from 2.32.0 to **2.33.0** on 2024-08-06
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.9.5 to **1.9.7** on 2024-08-10
- [jsonlint](https://github.com/prantlf/jsonlint) from 14.0.3 to **16.0.0** on 2024-08-10
- [php-cs-fixer](https://cs.symfony.com/) from 3.61.1 to **3.62.0** on 2024-08-10
- [phpstan](https://phpstan.org/) from 1.11.9 to **1.11.10** on 2024-08-10
- [pyright](https://github.com/Microsoft/pyright) from 1.1.374 to **1.1.375** on 2024-08-10
- [ruff](https://github.com/astral-sh/ruff) from 0.5.6 to **0.5.7** on 2024-08-10
- [grype](https://github.com/anchore/grype) from 0.79.4 to **0.79.5** on 2024-08-10
- [syft](https://github.com/anchore/syft) from 1.10.0 to **1.11.0** on 2024-08-10
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.13.1 to **8.13.2** on 2024-08-10
- [swiftlint](https://github.com/realm/SwiftLint) from 0.55.1 to **0.56.1** on 2024-08-10
<!-- linter-versions-end -->

## [v7.13.0] - 2024-07-06
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=2564&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=2573&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 b8fe855

Please sign in to comment.