Skip to content

Commit

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

* [MegaLinter] Apply linters fixes

* Ignore alpaca.py for cspell

* trvy

---------

Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
  • Loading branch information
nvuillam and nvuillam authored Sep 21, 2024
1 parent 42fa46e commit 3d96fee
Show file tree
Hide file tree
Showing 28 changed files with 553 additions and 518 deletions.
410 changes: 207 additions & 203 deletions .automation/generated/linter-helps.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"actionlint": "1.7.1",
"ansible-lint": "24.9.0",
"ansible-lint": "24.9.2",
"arm-ttk": "0.0.0",
"bandit": "1.7.9",
"bash-exec": "5.2.26",
"bicep_linter": "0.29.47",
"bicep_linter": "0.30.3",
"black": "24.8.0",
"cfn-lint": "1.13.0",
"cfn-lint": "1.14.2",
"checkmake": "0.2.0",
"checkov": "3.2.254",
"checkov": "3.2.255",
"checkstyle": "10.18.1",
"chktex": "1.7.8",
"clang-format": "17.0.6",
Expand All @@ -18,7 +18,7 @@
"coffeelint": "5.2.11",
"cpplint": "1.6.1",
"csharpier": "0.29.2",
"cspell": "8.14.2",
"cspell": "8.14.4",
"dartanalyzer": "0.0.0",
"detekt": "1.23.7",
"devskim": "1.0.33",
Expand Down Expand Up @@ -64,9 +64,9 @@
"perlcritic": "1.152",
"php": "7.4.26",
"php-cs-fixer": "3.64.0",
"phpcs": "3.10.2",
"phpcs": "3.10.3",
"phplint": "9.4.1",
"phpstan": "1.12.3",
"phpstan": "1.12.4",
"pmd": "7.5.0",
"powershell": "7.4.2",
"powershell_formatter": "7.4.2",
Expand All @@ -75,8 +75,8 @@
"protolint": "0.50.5",
"psalm": "Psalm.5.26.1@",
"puppet-lint": "4.2.4",
"pylint": "3.2.7",
"pyright": "1.1.380",
"pylint": "3.3.0",
"pyright": "1.1.381",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "1.3.9",
Expand All @@ -85,7 +85,7 @@
"rstcheck": "6.2.4",
"rstfmt": "0.0.14",
"rubocop": "1.66.1",
"ruff": "0.6.5",
"ruff": "0.6.6",
"scalafix": "0.12.1",
"scss-lint": "0.60.0",
"secretlint": "8.2.4",
Expand All @@ -98,10 +98,10 @@
"shellcheck": "0.10.0",
"shfmt": "3.9.0",
"snakefmt": "0.10.2",
"snakemake": "8.20.3",
"snakemake": "8.20.4",
"spectral": "6.13.0",
"sql-lint": "1.0.0",
"sqlfluff": "3.1.1",
"sqlfluff": "3.2.0",
"standard": "17.1.2",
"stylelint": "16.9.0",
"stylua": "0.20.0",
Expand All @@ -112,8 +112,8 @@
"terragrunt": "0.67.5",
"terrascan": "1.19.1",
"tflint": "0.53.0",
"trivy": "0.55.1",
"trivy-sbom": "0.55.1",
"trivy": "0.55.2",
"trivy-sbom": "0.55.2",
"trufflehog": "3.82.2",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
Expand Down
2 changes: 2 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"ignorePaths": [
"**/.automation/generated/**",
"**/.cspell.json",
"**/.gitignore",
"**/.trivyignore",
"**/.git/**",
"**/all_users.md",
"**/alpaca.py",
"**/licenses/*.md",
"**/node_modules/**",
"**/package-lock.json",
Expand Down
3 changes: 3 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ CVE-2023-45288
CVE-2024-24788
CVE-2024-24790

# java PMD
CVE-2024-7254

# Kubescape
# https://github.com/oxsecurity/megalinter/issues/3519
GHSA-9763-4f94-gfch
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,20 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [checkov](https://www.checkov.io/) from 3.2.253 to **3.2.254** on 2024-09-16
- [gitleaks](https://github.com/gitleaks/gitleaks) from 8.19.1 to **8.19.2** on 2024-09-16
- [terragrunt](https://terragrunt.gruntwork.io) from 0.67.3 to **0.67.5** on 2024-09-16
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 24.9.0 to **24.9.2** on 2024-09-20
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.29.47 to **0.30.3** on 2024-09-20
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.13.0 to **1.14.2** on 2024-09-20
- [phpcs](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.10.2 to **3.10.3** on 2024-09-20
- [phpstan](https://phpstan.org/) from 1.12.3 to **1.12.4** on 2024-09-20
- [pylint](https://pylint.readthedocs.io) from 3.2.7 to **3.3.0** on 2024-09-20
- [pyright](https://github.com/Microsoft/pyright) from 1.1.380 to **1.1.381** on 2024-09-20
- [ruff](https://github.com/astral-sh/ruff) from 0.6.5 to **0.6.6** on 2024-09-20
- [checkov](https://www.checkov.io/) from 3.2.254 to **3.2.255** on 2024-09-20
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.55.1 to **0.55.2** on 2024-09-20
- [trivy](https://aquasecurity.github.io/trivy/) from 0.55.1 to **0.55.2** on 2024-09-20
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.20.3 to **8.20.4** on 2024-09-20
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.14.2 to **8.14.4** on 2024-09-20
- [sqlfluff](https://www.sqlfluff.com/) from 3.1.1 to **3.2.0** on 2024-09-20
<!-- linter-versions-end -->

## [v8.0.0] - 2024-08-19
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=2650&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=2660&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 3d96fee

Please sign in to comment.