Skip to content

Commit

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

* mlc

* Update dart logo url

* Build

* [MegaLinter] Apply linters fixes

* Disable Markdown links check as its behavior is covered by lychee

---------

Co-authored-by: nvuillam <[email protected]>
Co-authored-by: nvuillam <[email protected]>
  • Loading branch information
3 people authored Mar 31, 2024
1 parent c0594d1 commit a25a12c
Show file tree
Hide file tree
Showing 35 changed files with 21,720 additions and 21,459 deletions.
75 changes: 45 additions & 30 deletions .automation/generated/linter-helps.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .automation/generated/linter-licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"csharpier": "MIT",
"cspell": "MIT",
"dartanalyzer": "BSD-3-Clause",
"detekt": "Apache-2.0",
"devskim": "MIT",
"djlint": "GPL-3.0",
"dockerfilelint": "MIT",
Expand Down
32 changes: 16 additions & 16 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"black": "24.3.0",
"cfn-lint": "0.86.1",
"checkmake": "0.2.0",
"checkov": "3.2.43",
"checkov": "3.2.49",
"checkstyle": "10.14.2",
"chktex": "1.7.8",
"clang-format": "17.0.5",
Expand All @@ -18,7 +18,7 @@
"coffeelint": "5.2.11",
"cpplint": "1.6.1",
"csharpier": "0.27.3",
"cspell": "8.6.0",
"cspell": "8.6.1",
"dartanalyzer": "0.0.0",
"detekt": "1.23.5",
"devskim": "1.0.33",
Expand All @@ -34,7 +34,7 @@
"gherkin-lint": "0.0.0",
"git_diff": "2.43.0",
"gitleaks": "8.18.2",
"golangci-lint": "1.57.1",
"golangci-lint": "1.57.2",
"goodcheck": "3.1.0",
"graphql-schema-linter": "3.0.1",
"grype": "0.74.7",
Expand All @@ -58,13 +58,13 @@
"markdownlint": "0.39.0",
"misspell": "0.3.4",
"mypy": "1.9.0",
"npm-groovy-lint": "14.2.4",
"npm-groovy-lint": "14.4.0",
"npm-package-json-lint": "7.1.0",
"perlcritic": "1.152",
"php": "7.4.26",
"phpcs": "3.9.0",
"phplint": "9.1.2",
"phpstan": "1.10.65",
"phpstan": "1.10.66",
"pmd": "6.55.0",
"powershell": "7.4.1",
"powershell_formatter": "7.4.1",
Expand All @@ -74,7 +74,7 @@
"psalm": "Psalm.5.23.1@",
"puppet-lint": "4.2.4",
"pylint": "3.1.0",
"pyright": "1.1.355",
"pyright": "1.1.356",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "1.3.7",
Expand All @@ -89,28 +89,28 @@
"secretlint": "8.1.2",
"semgrep": "3.12",
"sfdx-scanner": "2.8.0",
"sfdx-scanner-apex": "3.22.0",
"sfdx-scanner-aura": "3.22.0",
"sfdx-scanner-lwc": "3.22.0",
"sfdx-scanner-apex": "3.23.0",
"sfdx-scanner-aura": "3.23.0",
"sfdx-scanner-lwc": "3.23.0",
"shellcheck": "0.10.0",
"shfmt": "3.8.0",
"snakefmt": "0.10.0",
"snakemake": "8.10.0",
"snakemake": "8.10.4",
"spectral": "6.11.0",
"sql-lint": "1.0.0",
"sqlfluff": "3.0.3",
"standard": "17.1.0",
"stylelint": "16.2.1",
"stylelint": "16.3.1",
"swiftlint": "0.54.0",
"syft": "1.0.1",
"syft": "1.1.0",
"tekton-lint": "1.0.1",
"terraform-fmt": "1.7.5",
"terragrunt": "0.55.16",
"terragrunt": "0.55.19",
"terrascan": "1.18.11",
"tflint": "0.50.3",
"trivy": "0.50.0",
"trivy-sbom": "0.50.0",
"trufflehog": "3.71.0",
"trivy": "0.50.1",
"trivy-sbom": "0.50.1",
"trufflehog": "3.71.2",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "3.0.0",
Expand Down
6 changes: 5 additions & 1 deletion .github/linters/.markdown-link-check.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"retryOn429": true,
"retryCount": 10,
"ignorePatterns": ["(github\\.com/oxsecurity/megalinter/tree/main/docs)"]
"ignorePatterns": [
{
"pattern": "(github\\.com/oxsecurity/megalinter/tree/main/docs)"
}
]
}
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ DISABLE:
- TEKTON
DISABLE_LINTERS:
- JSON_PRETTIER
- MARKDOWN_MARKDOWN_LINK_CHECK
- REPOSITORY_GITLEAKS
- REPOSITORY_KICS
- SPELL_PROSELINT
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,22 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.8.0 to **8.10.0** on 2024-03-23
- [vale](https://vale.sh/) from 3.3.0 to **3.3.1** on 2024-03-23
- [sqlfluff](https://www.sqlfluff.com/) from 3.0.2 to **3.0.3** on 2024-03-23
- [stylelint](https://stylelint.io) from 16.2.1 to **16.3.1** on 2024-03-30
- [golangci-lint](https://golangci-lint.run/) from 1.57.1 to **1.57.2** on 2024-03-30
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 14.2.4 to **14.4.0** on 2024-03-30
- [phpstan](https://phpstan.org/) from 1.10.65 to **1.10.66** on 2024-03-30
- [pyright](https://github.com/Microsoft/pyright) from 1.1.355 to **1.1.356** on 2024-03-30
- [checkov](https://www.checkov.io/) from 3.2.43 to **3.2.49** on 2024-03-30
- [syft](https://github.com/anchore/syft) from 1.0.1 to **1.1.0** on 2024-03-30
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.50.0 to **0.50.1** on 2024-03-30
- [trivy](https://aquasecurity.github.io/trivy/) from 0.50.0 to **0.50.1** on 2024-03-30
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.71.0 to **3.71.2** on 2024-03-30
- [sfdx-scanner-apex](https://forcedotcom.github.io/sfdx-scanner/) from 3.22.0 to **3.23.0** on 2024-03-30
- [sfdx-scanner-aura](https://forcedotcom.github.io/sfdx-scanner/) from 3.22.0 to **3.23.0** on 2024-03-30
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from 3.22.0 to **3.23.0** on 2024-03-30
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.10.0 to **8.10.4** on 2024-03-30
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.6.0 to **8.6.1** on 2024-03-30
- [terragrunt](https://terragrunt.gruntwork.io) from 0.55.16 to **0.55.19** on 2024-03-30
<!-- 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=2412&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=2426&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 a25a12c

Please sign in to comment.