From 174798f2e3305beef185fdb53ade182d5373cb43 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Wed, 15 Nov 2023 12:54:04 +0100 Subject: [PATCH] [automation] Auto-update linters version, help and documentation (#3109) --- .automation/generated/linter-helps.json | 14 ++-- .automation/generated/linter-versions.json | 10 +-- CHANGELOG.md | 5 ++ README.md | 4 +- docs/all_linters.md | 12 +-- docs/descriptors/cloudformation_cfn_lint.md | 2 +- docs/descriptors/csharp_dotnet_format.md | 2 +- docs/descriptors/go_golangci_lint.md | 2 +- docs/descriptors/java_checkstyle.md | 2 +- docs/descriptors/python.md | 2 +- docs/descriptors/python_pylint.md | 20 ++--- docs/descriptors/repository_checkov.md | 6 +- docs/descriptors/repository_semgrep.md | 2 +- docs/descriptors/repository_trufflehog.md | 2 +- docs/descriptors/snakemake_snakemake.md | 2 +- docs/descriptors/terraform_terragrunt.md | 4 +- docs/descriptors/vbdotnet_dotnet_format.md | 2 +- docs/flavors/cupcake.md | 2 +- docs/flavors/python.md | 2 +- docs/index.md | 2 +- docs/supported-linters.md | 2 +- docs/used-by-stats.md | 89 ++++++++++++--------- mega-linter-runner/README.md | 2 +- 23 files changed, 100 insertions(+), 92 deletions(-) diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index e5961b50b2a..9d85c93303c 100644 --- a/.automation/generated/linter-helps.json +++ b/.automation/generated/linter-helps.json @@ -737,7 +737,7 @@ " [--secrets-scan-file-type SECRETS_SCAN_FILE_TYPE]", " [--enable-secret-scan-all-files]", " [--block-list-secret-scan BLOCK_LIST_SECRET_SCAN]", - " [--summary-position {bottom,top}]", + " [--summary-position {top,bottom}]", " [--skip-resources-without-violations] [--deep-analysis]", " [--no-fail-on-crash] [--mask MASK] [--scan-secrets-history]", " [--secrets-history-timeout SECRETS_HISTORY_TIMEOUT]", @@ -1029,7 +1029,7 @@ " --block-list-secret-scan BLOCK_LIST_SECRET_SCAN", " List of files to filter out from the secret scanner", " [env var: CKV_SECRETS_SCAN_BLOCK_LIST]", - " --summary-position {bottom,top}", + " --summary-position {top,bottom}", " Chose whether the summary will be appended on top", " (before the checks results) or on bottom (after check", " results), default is on top.", @@ -2205,7 +2205,7 @@ "", "Flags:", " --color string Use color when printing; can be 'always', 'auto', or 'never' (default \"auto\")", - " -j, --concurrency int Concurrency (default NumCPU) (default 2)", + " -j, --concurrency int Concurrency (default NumCPU) (default 4)", " --cpu-profile-path string Path to CPU profile output file", " -h, --help help for golangci-lint", " --mem-profile-path string Path to memory profile output file", @@ -6993,7 +6993,7 @@ " have time limit. Defaults to 0 s for all CLI scans. For CI scans,", " it defaults to 3 hours.", "", - " -j VAL, --jobs=VAL (absent=3)", + " -j VAL, --jobs=VAL (absent=4)", " Number of subprocesses to use to run checks in parallel. Defaults", " to the number of cores detected on the system (1 if using --pro).", "", @@ -8533,7 +8533,7 @@ " machine in parallel (default: number of CPU cores of", " the host). The cores are used to execute local rules.", " This option is ignored when not in cluster/cloud mode.", - " (default: 2)", + " (default: 4)", " --resources [NAME=INT ...], --res [NAME=INT ...]", " Define additional resources that shall constrain the", " scheduling analogously to --cores (see above). A", @@ -10082,7 +10082,7 @@ " --help, -h Show help", " --version, -v Show terragrunt version", "", - "VERSION: v0.53.2", + "VERSION: v0.53.3", "", "AUTHOR: Gruntwork " ], @@ -10315,7 +10315,7 @@ " --[no-]json-legacy Use the pre-v3.0 JSON format. Only works with", " git, gitlab, and github sources.", " --[no-]github-actions Output in GitHub Actions format.", - " --concurrency=2 Number of concurrent workers.", + " --concurrency=4 Number of concurrent workers.", " --[no-]no-verification Don't verify the results.", " --[no-]only-verified Only output verified results.", " --[no-]filter-unverified Only output first unverified result per", diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index b980ac723b4..23eae217af6 100644 --- a/.automation/generated/linter-versions.json +++ b/.automation/generated/linter-versions.json @@ -6,10 +6,10 @@ "bash-exec": "5.2.15", "bicep_linter": "0.23.1", "black": "23.11.0", - "cfn-lint": "0.83.1", + "cfn-lint": "0.83.2", "checkmake": "0.2.0", - "checkov": "3.0.34", - "checkstyle": "10.12.4", + "checkov": "3.0.36", + "checkstyle": "10.12.5", "chktex": "1.7.8", "clippy": "0.1.73", "clj-kondo": "2023.10.20", @@ -23,7 +23,7 @@ "djlint": "1.34.0", "dockerfilelint": "1.8.0", "dotenv-linter": "3.3.0", - "dotnet-format": "6.0.416", + "dotnet-format": "6.0.417", "dustilock": "1.2.0", "editorconfig-checker": "2.7.2", "eslint": "8.53.0", @@ -102,7 +102,7 @@ "syft": "0.96.0", "tekton-lint": "0.6.0", "terraform-fmt": "1.6.3", - "terragrunt": "0.53.2", + "terragrunt": "0.53.3", "terrascan": "1.18.3", "tflint": "0.48.0", "trivy": "0.47.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d533e65a34..f7e6e7b95b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,11 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - [checkov](https://www.checkov.io/) from 3.0.32 to **3.0.34** on 2023-11-12 - [secretlint](https://github.com/secretlint/secretlint) from 7.0.7 to **7.1.0** on 2023-11-12 - [prettier](https://prettier.io/) from 3.0.3 to **3.1.0** on 2023-11-13 + - [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.83.1 to **0.83.2** on 2023-11-15 + - [dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format) from 6.0.416 to **6.0.417** on 2023-11-15 + - [checkstyle](https://checkstyle.sourceforge.io) from 10.12.4 to **10.12.5** on 2023-11-15 + - [checkov](https://www.checkov.io/) from 3.0.34 to **3.0.36** on 2023-11-15 + - [terragrunt](https://terragrunt.gruntwork.io) from 0.53.2 to **0.53.3** on 2023-11-15 ## [v7.5.0] - 2023-10-29 diff --git a/README.md b/README.md index 8ccd3d3feeb..b6d777adb3a 100644 --- a/README.md +++ b/README.md @@ -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) -[![](https://img.shields.io/static/v1?label=Used%20by&message=3158&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by&message=3168&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) [![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) @@ -245,7 +245,7 @@ All linters are integrated in the [MegaLinter docker image](https://hub.docker.c | | [**PHP**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/php.md) | [**phplint**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/php_phplint.md)
[_PHP_PHPLINT_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/php_phplint.md) | [![GitHub stars](https://img.shields.io/github/stars/overtrue/phplint?cacheSeconds=3600)](https://github.com/overtrue/phplint) | | | [**POWERSHELL**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/powershell.md) | [**powershell**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/powershell_powershell.md)
[_POWERSHELL_POWERSHELL_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/powershell_powershell.md) | [![GitHub stars](https://img.shields.io/github/stars/PowerShell/PSScriptAnalyzer?cacheSeconds=3600)](https://github.com/PowerShell/PSScriptAnalyzer) ![autofix](https://shields.io/badge/-autofix-green) | | | [**POWERSHELL**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/powershell.md) | [**powershell_formatter**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/powershell_powershell_formatter.md)
[_POWERSHELL_POWERSHELL_FORMATTER_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/powershell_powershell_formatter.md) | [![GitHub stars](https://img.shields.io/github/stars/PowerShell/PSScriptAnalyzer?cacheSeconds=3600)](https://github.com/PowerShell/PSScriptAnalyzer) ![formatter](https://shields.io/badge/-format-yellow) | -| | [**PYTHON**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python.md) | [**pylint**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_pylint.md)
[_PYTHON_PYLINT_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/pylint?cacheSeconds=3600)](https://github.com/PyCQA/pylint) | +| | [**PYTHON**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python.md) | [**pylint**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_pylint.md)
[_PYTHON_PYLINT_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/pylint-dev/pylint?cacheSeconds=3600)](https://github.com/pylint-dev/pylint) | | | [**PYTHON**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python.md) | [**black**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_black.md)
[_PYTHON_BLACK_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_black.md) | [![GitHub stars](https://img.shields.io/github/stars/psf/black?cacheSeconds=3600)](https://github.com/psf/black) ![formatter](https://shields.io/badge/-format-yellow) | | | [**PYTHON**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python.md) | [**flake8**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_flake8.md)
[_PYTHON_FLAKE8_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_flake8.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/flake8?cacheSeconds=3600)](https://github.com/PyCQA/flake8) | | | [**PYTHON**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python.md) | [**isort**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_isort.md)
[_PYTHON_ISORT_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_isort.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/isort?cacheSeconds=3600)](https://github.com/PyCQA/isort) ![formatter](https://shields.io/badge/-format-yellow) | diff --git a/docs/all_linters.md b/docs/all_linters.md index 0a16d0086a4..b3621be937f 100644 --- a/docs/all_linters.md +++ b/docs/all_linters.md @@ -12,10 +12,10 @@ | [**bash-exec**](https://tiswww.case.edu/php/chet/bash/bashtop.html){target=_blank} | 5.2.15 | | | [BASH](descriptors/bash_bash_exec.md) | | [Web Site](https://tiswww.case.edu/php/chet/bash/bashtop.html){target=_blank} | | [**bicep_linter**](https://github.com/Azure/bicep){target=_blank} | 0.23.1 | [MIT](licenses/bicep_linter.md) | [![GitHub stars](https://img.shields.io/github/stars/Azure/bicep?cacheSeconds=3600)](https://github.com/Azure/bicep){target=_blank} | [BICEP](descriptors/bicep_bicep_linter.md) | :white_circle: | [Repository](https://github.com/Azure/bicep){target=_blank} | | [**black**](https://github.com/psf/black){target=_blank} | 23.11.0 | [MIT](licenses/black.md) | [![GitHub stars](https://img.shields.io/github/stars/psf/black?cacheSeconds=3600)](https://github.com/psf/black){target=_blank} | [PYTHON](descriptors/python_black.md) | :white_circle: | [Repository](https://github.com/psf/black){target=_blank} | -| [**cfn-lint**](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | 0.83.1 | [MIT-0](licenses/cfn-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/aws-cloudformation/cfn-lint?cacheSeconds=3600)](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | [CLOUDFORMATION](descriptors/cloudformation_cfn_lint.md) | :white_circle: | [Repository](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | +| [**cfn-lint**](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | 0.83.2 | [MIT-0](licenses/cfn-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/aws-cloudformation/cfn-lint?cacheSeconds=3600)](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | [CLOUDFORMATION](descriptors/cloudformation_cfn_lint.md) | :white_circle: | [Repository](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | | [**checkmake**](https://github.com/mrtazz/checkmake){target=_blank} | 0.2.0 | [MIT](licenses/checkmake.md) | [![GitHub stars](https://img.shields.io/github/stars/mrtazz/checkmake?cacheSeconds=3600)](https://github.com/mrtazz/checkmake){target=_blank} | [MAKEFILE](descriptors/makefile_checkmake.md) | :white_circle: | [Repository](https://github.com/mrtazz/checkmake){target=_blank} | -| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 3.0.34 | [Apache-2.0](licenses/checkov.md) | [![GitHub stars](https://img.shields.io/github/stars/bridgecrewio/checkov?cacheSeconds=3600)](https://github.com/bridgecrewio/checkov){target=_blank} | [REPOSITORY](descriptors/repository_checkov.md) | :no_entry_sign: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} | -| [**checkstyle**](https://github.com/checkstyle/checkstyle){target=_blank} | 10.12.4 | [LGPL-2.1](licenses/checkstyle.md) | [![GitHub stars](https://img.shields.io/github/stars/checkstyle/checkstyle?cacheSeconds=3600)](https://github.com/checkstyle/checkstyle){target=_blank} | [JAVA](descriptors/java_checkstyle.md) | :heart: | [MegaLinter reference](https://checkstyle.sourceforge.io/index.html#Related_Tools_Active_Tools){target=_blank} | +| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 3.0.36 | [Apache-2.0](licenses/checkov.md) | [![GitHub stars](https://img.shields.io/github/stars/bridgecrewio/checkov?cacheSeconds=3600)](https://github.com/bridgecrewio/checkov){target=_blank} | [REPOSITORY](descriptors/repository_checkov.md) | :no_entry_sign: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} | +| [**checkstyle**](https://github.com/checkstyle/checkstyle){target=_blank} | 10.12.5 | [LGPL-2.1](licenses/checkstyle.md) | [![GitHub stars](https://img.shields.io/github/stars/checkstyle/checkstyle?cacheSeconds=3600)](https://github.com/checkstyle/checkstyle){target=_blank} | [JAVA](descriptors/java_checkstyle.md) | :heart: | [MegaLinter reference](https://checkstyle.sourceforge.io/index.html#Related_Tools_Active_Tools){target=_blank} | | [**chktex**](https://www.nongnu.org/chktex){target=_blank} | 1.7.8 | | | [LATEX](descriptors/latex_chktex.md) | :white_circle: | [Web Site](https://www.nongnu.org/chktex){target=_blank} | | [**clippy**](https://github.com/rust-lang/rust-clippy){target=_blank} | 0.1.73 | [Other](licenses/clippy.md) | [![GitHub stars](https://img.shields.io/github/stars/rust-lang/rust-clippy?cacheSeconds=3600)](https://github.com/rust-lang/rust-clippy){target=_blank} | [RUST](descriptors/rust_clippy.md) | :white_circle: | [Repository](https://github.com/rust-lang/rust-clippy){target=_blank} | | [**clj-kondo**](https://github.com/borkdude/clj-kondo){target=_blank} | 2023.10.20 | [EPL-1.0](licenses/clj-kondo.md) | [![GitHub stars](https://img.shields.io/github/stars/borkdude/clj-kondo?cacheSeconds=3600)](https://github.com/borkdude/clj-kondo){target=_blank} | [CLOJURE](descriptors/clojure_clj_kondo.md) | :heart: | [MegaLinter reference](https://github.com/borkdude/clj-kondo/blob/master/doc/ci-integration.md#github){target=_blank} | @@ -28,7 +28,7 @@ | [**devskim**](https://github.com/microsoft/DevSkim){target=_blank} | 1.0.23 | [MIT](licenses/devskim.md) | [![GitHub stars](https://img.shields.io/github/stars/microsoft/DevSkim?cacheSeconds=3600)](https://github.com/microsoft/DevSkim){target=_blank} | [REPOSITORY](descriptors/repository_devskim.md) | :white_circle: | [Repository](https://github.com/microsoft/DevSkim){target=_blank} | | [**djlint**](https://github.com/Riverside-Healthcare/djlint){target=_blank} | 1.34.0 | [GPL-3.0](licenses/djlint.md) | [![GitHub stars](https://img.shields.io/github/stars/Riverside-Healthcare/djlint?cacheSeconds=3600)](https://github.com/Riverside-Healthcare/djlint){target=_blank} | [HTML](descriptors/html_djlint.md) | :heart: | [MegaLinter reference](https://djlint.com/docs/integrations/#megalinter){target=_blank} | | [**dotenv-linter**](https://github.com/dotenv-linter/dotenv-linter){target=_blank} | 3.3.0 | [MIT](licenses/dotenv-linter.md) | [![GitHub stars](https://img.shields.io/github/stars/dotenv-linter/dotenv-linter?cacheSeconds=3600)](https://github.com/dotenv-linter/dotenv-linter){target=_blank} | [ENV](descriptors/env_dotenv_linter.md) | :heart: | [MegaLinter reference](https://dotenv-linter.github.io/#/integrations/mega_linter){target=_blank} | -| [**dotnet-format**](https://github.com/dotnet/format){target=_blank} | 6.0.416 | [MIT](licenses/dotnet-format.md) | [![GitHub stars](https://img.shields.io/github/stars/dotnet/format?cacheSeconds=3600)](https://github.com/dotnet/format){target=_blank} | [CSHARP](descriptors/csharp_dotnet_format.md)
[VBDOTNET](descriptors/vbdotnet_dotnet_format.md) | :white_circle: | [Repository](https://github.com/dotnet/format){target=_blank} | +| [**dotnet-format**](https://github.com/dotnet/format){target=_blank} | 6.0.417 | [MIT](licenses/dotnet-format.md) | [![GitHub stars](https://img.shields.io/github/stars/dotnet/format?cacheSeconds=3600)](https://github.com/dotnet/format){target=_blank} | [CSHARP](descriptors/csharp_dotnet_format.md)
[VBDOTNET](descriptors/vbdotnet_dotnet_format.md) | :white_circle: | [Repository](https://github.com/dotnet/format){target=_blank} | | [**dustilock**](https://github.com/Checkmarx/dustilock){target=_blank} | 1.2.0 | [Apache-2.0](licenses/dustilock.md) | [![GitHub stars](https://img.shields.io/github/stars/Checkmarx/dustilock?cacheSeconds=3600)](https://github.com/Checkmarx/dustilock){target=_blank} | [REPOSITORY](descriptors/repository_dustilock.md) | :white_circle: | [Repository](https://github.com/Checkmarx/dustilock){target=_blank} | | [**editorconfig-checker**](https://github.com/editorconfig-checker/editorconfig-checker){target=_blank} | 2.7.2 | [MIT](licenses/editorconfig-checker.md) | [![GitHub stars](https://img.shields.io/github/stars/editorconfig-checker/editorconfig-checker?cacheSeconds=3600)](https://github.com/editorconfig-checker/editorconfig-checker){target=_blank} | [EDITORCONFIG](descriptors/editorconfig_editorconfig_checker.md) | :heart: | [MegaLinter reference](https://github.com/editorconfig-checker/editorconfig-checker#mega-linter){target=_blank} | | [**eslint**](https://github.com/eslint/eslint){target=_blank} | 8.53.0 | [MIT](licenses/eslint.md) | [![GitHub stars](https://img.shields.io/github/stars/eslint/eslint?cacheSeconds=3600)](https://github.com/eslint/eslint){target=_blank} | [JAVASCRIPT](descriptors/javascript_eslint.md)
[JSX](descriptors/jsx_eslint.md)
[TSX](descriptors/tsx_eslint.md)
[TYPESCRIPT](descriptors/typescript_eslint.md) | :heart: | [MegaLinter reference](https://eslint.org/docs/user-guide/integrations#source-control){target=_blank} | @@ -72,7 +72,7 @@ | [**protolint**](https://github.com/yoheimuta/protolint){target=_blank} | 0.46.3 | [MIT](licenses/protolint.md) | [![GitHub stars](https://img.shields.io/github/stars/yoheimuta/protolint?cacheSeconds=3600)](https://github.com/yoheimuta/protolint){target=_blank} | [PROTOBUF](descriptors/protobuf_protolint.md) | :white_circle: | [Repository](https://github.com/yoheimuta/protolint){target=_blank} | | [**psalm**](https://github.com/vimeo/psalm){target=_blank} | Psalm.5.15.0@ | [MIT](licenses/psalm.md) | [![GitHub stars](https://img.shields.io/github/stars/vimeo/psalm?cacheSeconds=3600)](https://github.com/vimeo/psalm){target=_blank} | [PHP](descriptors/php_psalm.md) | :white_circle: | [Repository](https://github.com/vimeo/psalm){target=_blank} | | [**puppet-lint**](https://github.com/puppetlabs/puppet-lint){target=_blank} | 4.2.1 | [MIT](licenses/puppet-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/puppetlabs/puppet-lint?cacheSeconds=3600)](https://github.com/puppetlabs/puppet-lint){target=_blank} | [PUPPET](descriptors/puppet_puppet_lint.md) | :white_circle: | [Repository](https://github.com/puppetlabs/puppet-lint){target=_blank} | -| [**pylint**](https://github.com/PyCQA/pylint){target=_blank} | 3.0.2 | [GPL-2.0](licenses/pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/pylint?cacheSeconds=3600)](https://github.com/PyCQA/pylint){target=_blank} | [PYTHON](descriptors/python_pylint.md) | :white_circle: | [Repository](https://github.com/PyCQA/pylint){target=_blank} | +| [**pylint**](https://github.com/pylint-dev/pylint){target=_blank} | 3.0.2 | [GPL-2.0](licenses/pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/pylint-dev/pylint?cacheSeconds=3600)](https://github.com/pylint-dev/pylint){target=_blank} | [PYTHON](descriptors/python_pylint.md) | :white_circle: | [Repository](https://github.com/pylint-dev/pylint){target=_blank} | | [**pyright**](https://github.com/microsoft/pyright){target=_blank} | 1.1.335 | [Other](licenses/pyright.md) | [![GitHub stars](https://img.shields.io/github/stars/microsoft/pyright?cacheSeconds=3600)](https://github.com/microsoft/pyright){target=_blank} | [PYTHON](descriptors/python_pyright.md) | :white_circle: | [Repository](https://github.com/microsoft/pyright){target=_blank} | | [**raku**](https://github.com/rakudo/rakudo){target=_blank} | 2020.10 | [Artistic-2.0](licenses/raku.md) | [![GitHub stars](https://img.shields.io/github/stars/rakudo/rakudo?cacheSeconds=3600)](https://github.com/rakudo/rakudo){target=_blank} | [RAKU](descriptors/raku_raku.md) | :white_circle: | [Repository](https://github.com/rakudo/rakudo){target=_blank} | | [**remark-lint**](https://github.com/remarkjs/remark-lint){target=_blank} | 14.0.2 | [MIT](licenses/remark-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/remarkjs/remark-lint?cacheSeconds=3600)](https://github.com/remarkjs/remark-lint){target=_blank} | [MARKDOWN](descriptors/markdown_remark_lint.md) | :white_circle: | [Repository](https://github.com/remarkjs/remark-lint){target=_blank} | @@ -102,7 +102,7 @@ | [**syft**](https://github.com/anchore/syft){target=_blank} | 0.96.0 | [Apache-2.0](licenses/syft.md) | [![GitHub stars](https://img.shields.io/github/stars/anchore/syft?cacheSeconds=3600)](https://github.com/anchore/syft){target=_blank} | [REPOSITORY](descriptors/repository_syft.md) | :white_circle: | [Repository](https://github.com/anchore/syft){target=_blank} | | [**tekton-lint**](https://github.com/IBM/tekton-lint){target=_blank} | 0.6.0 | | [![GitHub stars](https://img.shields.io/github/stars/IBM/tekton-lint?cacheSeconds=3600)](https://github.com/IBM/tekton-lint){target=_blank} | [TEKTON](descriptors/tekton_tekton_lint.md) | :white_circle: | [Repository](https://github.com/IBM/tekton-lint){target=_blank} | | [**terraform-fmt**](https://github.com/hashicorp/terraform){target=_blank} | 1.6.3 | [MPL-2.0](licenses/terraform-fmt.md) | [![GitHub stars](https://img.shields.io/github/stars/hashicorp/terraform?cacheSeconds=3600)](https://github.com/hashicorp/terraform){target=_blank} | [TERRAFORM](descriptors/terraform_terraform_fmt.md) | :white_circle: | [Repository](https://github.com/hashicorp/terraform){target=_blank} | -| [**terragrunt**](https://github.com/gruntwork-io/terragrunt){target=_blank} | 0.53.2 | [MIT](licenses/terragrunt.md) | [![GitHub stars](https://img.shields.io/github/stars/gruntwork-io/terragrunt?cacheSeconds=3600)](https://github.com/gruntwork-io/terragrunt){target=_blank} | [TERRAFORM](descriptors/terraform_terragrunt.md) | :white_circle: | [Repository](https://github.com/gruntwork-io/terragrunt){target=_blank} | +| [**terragrunt**](https://github.com/gruntwork-io/terragrunt){target=_blank} | 0.53.3 | [MIT](licenses/terragrunt.md) | [![GitHub stars](https://img.shields.io/github/stars/gruntwork-io/terragrunt?cacheSeconds=3600)](https://github.com/gruntwork-io/terragrunt){target=_blank} | [TERRAFORM](descriptors/terraform_terragrunt.md) | :white_circle: | [Repository](https://github.com/gruntwork-io/terragrunt){target=_blank} | | [**terrascan**](https://github.com/tenable/terrascan){target=_blank} | 1.18.3 | [Apache-2.0](licenses/terrascan.md) | [![GitHub stars](https://img.shields.io/github/stars/tenable/terrascan?cacheSeconds=3600)](https://github.com/tenable/terrascan){target=_blank} | [TERRAFORM](descriptors/terraform_terrascan.md) | :white_circle: | [Repository](https://github.com/tenable/terrascan){target=_blank} | | [**tflint**](https://github.com/terraform-linters/tflint){target=_blank} | 0.48.0 | [MPL-2.0](licenses/tflint.md) | [![GitHub stars](https://img.shields.io/github/stars/terraform-linters/tflint?cacheSeconds=3600)](https://github.com/terraform-linters/tflint){target=_blank} | [TERRAFORM](descriptors/terraform_tflint.md) | :white_circle: | [Repository](https://github.com/terraform-linters/tflint){target=_blank} | | [**trivy**](https://github.com/aquasecurity/trivy){target=_blank} | 0.47.0 | [Apache-2.0](licenses/trivy.md) | [![GitHub stars](https://img.shields.io/github/stars/aquasecurity/trivy?cacheSeconds=3600)](https://github.com/aquasecurity/trivy){target=_blank} | [REPOSITORY](descriptors/repository_trivy.md) | :white_circle: | [Repository](https://github.com/aquasecurity/trivy){target=_blank} | diff --git a/docs/descriptors/cloudformation_cfn_lint.md b/docs/descriptors/cloudformation_cfn_lint.md index 29a098dfa1d..dd475438f27 100644 --- a/docs/descriptors/cloudformation_cfn_lint.md +++ b/docs/descriptors/cloudformation_cfn_lint.md @@ -15,7 +15,7 @@ description: How to use cfn-lint (configure, ignore files, ignore errors, help & ## cfn-lint documentation -- Version in MegaLinter: **0.83.1** +- Version in MegaLinter: **0.83.2** - Visit [Official Web Site](https://github.com/aws-cloudformation/cfn-lint#readme){target=_blank} - If custom `.cfnlintrc.yml` config file isn't found, [.cfnlintrc.yml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.cfnlintrc.yml){target=_blank} will be used - See [Index of problems detected by cfn-lint](https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/rules.md){target=_blank} diff --git a/docs/descriptors/csharp_dotnet_format.md b/docs/descriptors/csharp_dotnet_format.md index c682c0d3014..2d0e6eb0ad5 100644 --- a/docs/descriptors/csharp_dotnet_format.md +++ b/docs/descriptors/csharp_dotnet_format.md @@ -11,7 +11,7 @@ dotnet-format requires a `.sln` or `.csproj` file to run correctly. ## dotnet-format documentation -- Version in MegaLinter: **6.0.416** +- Version in MegaLinter: **6.0.417** - Visit [Official Web Site](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format){target=_blank} [![format - GitHub](https://gh-card.dev/repos/dotnet/format.svg?fullname=)](https://github.com/dotnet/format){target=_blank} diff --git a/docs/descriptors/go_golangci_lint.md b/docs/descriptors/go_golangci_lint.md index aa1c018410b..5d42e03f1fc 100644 --- a/docs/descriptors/go_golangci_lint.md +++ b/docs/descriptors/go_golangci_lint.md @@ -116,7 +116,7 @@ Available Commands: Flags: --color string Use color when printing; can be 'always', 'auto', or 'never' (default "auto") - -j, --concurrency int Concurrency (default NumCPU) (default 2) + -j, --concurrency int Concurrency (default NumCPU) (default 4) --cpu-profile-path string Path to CPU profile output file -h, --help help for golangci-lint --mem-profile-path string Path to memory profile output file diff --git a/docs/descriptors/java_checkstyle.md b/docs/descriptors/java_checkstyle.md index a81b6b436da..94f05c3f2fb 100644 --- a/docs/descriptors/java_checkstyle.md +++ b/docs/descriptors/java_checkstyle.md @@ -15,7 +15,7 @@ description: How to use checkstyle (configure, ignore files, ignore errors, help ## checkstyle documentation -- Version in MegaLinter: **10.12.4** +- Version in MegaLinter: **10.12.5** - Visit [Official Web Site](https://checkstyle.sourceforge.io){target=_blank} - See [How to configure checkstyle rules](https://checkstyle.sourceforge.io/config.html#Overview){target=_blank} - If custom `sun_checks.xml` config file isn't found, [sun_checks.xml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/sun_checks.xml){target=_blank} will be used diff --git a/docs/descriptors/python.md b/docs/descriptors/python.md index b0ffdfa102d..31d26d728a4 100644 --- a/docs/descriptors/python.md +++ b/docs/descriptors/python.md @@ -11,7 +11,7 @@ description: pylint, black, flake8, isort, bandit, mypy, pyright, ruff are avail | Linter | Additional | |----------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [**pylint**](python_pylint.md)
[_PYTHON_PYLINT_](python_pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/pylint?cacheSeconds=3600)](https://github.com/PyCQA/pylint) | +| [**pylint**](python_pylint.md)
[_PYTHON_PYLINT_](python_pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/pylint-dev/pylint?cacheSeconds=3600)](https://github.com/pylint-dev/pylint) | | [**black**](python_black.md)
[_PYTHON_BLACK_](python_black.md) | [![GitHub stars](https://img.shields.io/github/stars/psf/black?cacheSeconds=3600)](https://github.com/psf/black) ![formatter](https://shields.io/badge/-format-yellow) | | [**flake8**](python_flake8.md)
[_PYTHON_FLAKE8_](python_flake8.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/flake8?cacheSeconds=3600)](https://github.com/PyCQA/flake8) | | [**isort**](python_isort.md)
[_PYTHON_ISORT_](python_isort.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/isort?cacheSeconds=3600)](https://github.com/PyCQA/isort) ![formatter](https://shields.io/badge/-format-yellow) | diff --git a/docs/descriptors/python_pylint.md b/docs/descriptors/python_pylint.md index e01898090ce..e8a24ae3e32 100644 --- a/docs/descriptors/python_pylint.md +++ b/docs/descriptors/python_pylint.md @@ -4,25 +4,19 @@ description: How to use pylint (configure, ignore files, ignore errors, help & v --- - -
- - pylint - -
- -[![GitHub stars](https://img.shields.io/github/stars/PyCQA/pylint?cacheSeconds=3600)](https://github.com/PyCQA/pylint) [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/PyCQA/pylint?sort=semver)](https://github.com/PyCQA/pylint/releases) [![GitHub last commit](https://img.shields.io/github/last-commit/PyCQA/pylint)](https://github.com/PyCQA/pylint/commits) [![GitHub commit activity](https://img.shields.io/github/commit-activity/y/PyCQA/pylint)](https://github.com/PyCQA/pylint/graphs/commit-activity/) [![GitHub contributors](https://img.shields.io/github/contributors/PyCQA/pylint)](https://github.com/PyCQA/pylint/graphs/contributors/) +# pylint +[![GitHub stars](https://img.shields.io/github/stars/pylint-dev/pylint?cacheSeconds=3600)](https://github.com/pylint-dev/pylint) [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/pylint-dev/pylint?sort=semver)](https://github.com/pylint-dev/pylint/releases) [![GitHub last commit](https://img.shields.io/github/last-commit/pylint-dev/pylint)](https://github.com/pylint-dev/pylint/commits) [![GitHub commit activity](https://img.shields.io/github/commit-activity/y/pylint-dev/pylint)](https://github.com/pylint-dev/pylint/graphs/commit-activity/) [![GitHub contributors](https://img.shields.io/github/contributors/pylint-dev/pylint)](https://github.com/pylint-dev/pylint/graphs/contributors/) ## pylint documentation - Version in MegaLinter: **3.0.2** -- Visit [Official Web Site](https://pylint.pycqa.org){target=_blank} -- See [How to configure pylint rules](https://pylint.pycqa.org/en/latest/user_guide/configuration/index.html){target=_blank} +- Visit [Official Web Site](https://pylint.readthedocs.io){target=_blank} +- See [How to configure pylint rules](https://pylint.readthedocs.io/en/stable/user_guide/configuration/index.html){target=_blank} - If custom `.pylintrc` config file isn't found, [.pylintrc](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.pylintrc){target=_blank} will be used -- See [How to disable pylint rules in files](https://pylint.pycqa.org/en/latest/user_guide/messages/message_control.html){target=_blank} -- See [Index of problems detected by pylint](https://pylint.pycqa.org/en/latest/user_guide/messages/messages_overview.html){target=_blank} +- See [How to disable pylint rules in files](https://pylint.readthedocs.io/en/stable/user_guide/messages/message_control.html){target=_blank} +- See [Index of problems detected by pylint](https://pylint.readthedocs.io/en/stable/user_guide/messages/index.html){target=_blank} -[![pylint - GitHub](https://gh-card.dev/repos/PyCQA/pylint.svg?fullname=)](https://github.com/PyCQA/pylint){target=_blank} +[![pylint - GitHub](https://gh-card.dev/repos/pylint-dev/pylint.svg?fullname=)](https://github.com/pylint-dev/pylint){target=_blank} ## Configuration in MegaLinter diff --git a/docs/descriptors/repository_checkov.md b/docs/descriptors/repository_checkov.md index 7f440bfa635..15c66cb3d5d 100644 --- a/docs/descriptors/repository_checkov.md +++ b/docs/descriptors/repository_checkov.md @@ -15,7 +15,7 @@ description: How to use checkov (configure, ignore files, ignore errors, help & ## checkov documentation -- Version in MegaLinter: **3.0.34** +- Version in MegaLinter: **3.0.36** - Visit [Official Web Site](https://www.checkov.io/){target=_blank} - See [How to configure checkov rules](https://github.com/bridgecrewio/checkov#configuration-using-a-config-file){target=_blank} - If custom `.checkov.yml` config file isn't found, [.checkov.yml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.checkov.yml){target=_blank} will be used @@ -133,7 +133,7 @@ usage: checkov [-h] [-v] [--support] [-d DIRECTORY] [--add-check] [--secrets-scan-file-type SECRETS_SCAN_FILE_TYPE] [--enable-secret-scan-all-files] [--block-list-secret-scan BLOCK_LIST_SECRET_SCAN] - [--summary-position {bottom,top}] + [--summary-position {top,bottom}] [--skip-resources-without-violations] [--deep-analysis] [--no-fail-on-crash] [--mask MASK] [--scan-secrets-history] [--secrets-history-timeout SECRETS_HISTORY_TIMEOUT] @@ -425,7 +425,7 @@ options: --block-list-secret-scan BLOCK_LIST_SECRET_SCAN List of files to filter out from the secret scanner [env var: CKV_SECRETS_SCAN_BLOCK_LIST] - --summary-position {bottom,top} + --summary-position {top,bottom} Chose whether the summary will be appended on top (before the checks results) or on bottom (after check results), default is on top. diff --git a/docs/descriptors/repository_semgrep.md b/docs/descriptors/repository_semgrep.md index 1d23a71e1a4..3244cb532a0 100644 --- a/docs/descriptors/repository_semgrep.md +++ b/docs/descriptors/repository_semgrep.md @@ -274,7 +274,7 @@ OPTIONS have time limit. Defaults to 0 s for all CLI scans. For CI scans, it defaults to 3 hours. - -j VAL, --jobs=VAL (absent=3) + -j VAL, --jobs=VAL (absent=4) Number of subprocesses to use to run checks in parallel. Defaults to the number of cores detected on the system (1 if using --pro). diff --git a/docs/descriptors/repository_trufflehog.md b/docs/descriptors/repository_trufflehog.md index 996467e4960..2d8a229d34c 100644 --- a/docs/descriptors/repository_trufflehog.md +++ b/docs/descriptors/repository_trufflehog.md @@ -105,7 +105,7 @@ Flags: --[no-]json-legacy Use the pre-v3.0 JSON format. Only works with git, gitlab, and github sources. --[no-]github-actions Output in GitHub Actions format. - --concurrency=2 Number of concurrent workers. + --concurrency=4 Number of concurrent workers. --[no-]no-verification Don't verify the results. --[no-]only-verified Only output verified results. --[no-]filter-unverified Only output first unverified result per diff --git a/docs/descriptors/snakemake_snakemake.md b/docs/descriptors/snakemake_snakemake.md index 2b859e90892..0e764a2e612 100644 --- a/docs/descriptors/snakemake_snakemake.md +++ b/docs/descriptors/snakemake_snakemake.md @@ -276,7 +276,7 @@ EXECUTION: machine in parallel (default: number of CPU cores of the host). The cores are used to execute local rules. This option is ignored when not in cluster/cloud mode. - (default: 2) + (default: 4) --resources [NAME=INT ...], --res [NAME=INT ...] Define additional resources that shall constrain the scheduling analogously to --cores (see above). A diff --git a/docs/descriptors/terraform_terragrunt.md b/docs/descriptors/terraform_terragrunt.md index 2bc0100c241..6f1c99aac3c 100644 --- a/docs/descriptors/terraform_terragrunt.md +++ b/docs/descriptors/terraform_terragrunt.md @@ -9,7 +9,7 @@ description: How to use terragrunt (configure, ignore files, ignore errors, help ## terragrunt documentation -- Version in MegaLinter: **0.53.2** +- Version in MegaLinter: **0.53.3** - Visit [Official Web Site](https://terragrunt.gruntwork.io){target=_blank} - See [How to configure terragrunt rules](https://terragrunt.gruntwork.io/docs/getting-started/configuration/#terragrunt-configuration-file){target=_blank} @@ -132,7 +132,7 @@ GLOBAL OPTIONS: --help, -h Show help --version, -v Show terragrunt version -VERSION: v0.53.2 +VERSION: v0.53.3 AUTHOR: Gruntwork ``` diff --git a/docs/descriptors/vbdotnet_dotnet_format.md b/docs/descriptors/vbdotnet_dotnet_format.md index 17e46fa77f0..146b1182efd 100644 --- a/docs/descriptors/vbdotnet_dotnet_format.md +++ b/docs/descriptors/vbdotnet_dotnet_format.md @@ -11,7 +11,7 @@ dotnet-format requires a `.sln` or `.vbproj` file to run correctly. ## dotnet-format documentation -- Version in MegaLinter: **6.0.416** +- Version in MegaLinter: **6.0.417** - Visit [Official Web Site](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format){target=_blank} [![format - GitHub](https://gh-card.dev/repos/dotnet/format.svg?fullname=)](https://github.com/dotnet/format){target=_blank} diff --git a/docs/flavors/cupcake.md b/docs/flavors/cupcake.md index bfb861ea4f4..0a543bd199a 100644 --- a/docs/flavors/cupcake.md +++ b/docs/flavors/cupcake.md @@ -45,7 +45,7 @@ MegaLinter for the most commonly used languages | | [**PHP**](https://megalinter.io/beta/descriptors/php/) | [**phpstan**](https://megalinter.io/beta/descriptors/php_phpstan/)
[_PHP_PHPSTAN_](https://megalinter.io/beta/descriptors/php_phpstan/) | [![GitHub stars](https://img.shields.io/github/stars/phpstan/phpstan?cacheSeconds=3600)](https://github.com/phpstan/phpstan) | | | [**PHP**](https://megalinter.io/beta/descriptors/php/) | [**psalm**](https://megalinter.io/beta/descriptors/php_psalm/)
[_PHP_PSALM_](https://megalinter.io/beta/descriptors/php_psalm/) | [![GitHub stars](https://img.shields.io/github/stars/vimeo/psalm?cacheSeconds=3600)](https://github.com/vimeo/psalm) ![sarif](https://shields.io/badge/-SARIF-orange) | | | [**PHP**](https://megalinter.io/beta/descriptors/php/) | [**phplint**](https://megalinter.io/beta/descriptors/php_phplint/)
[_PHP_PHPLINT_](https://megalinter.io/beta/descriptors/php_phplint/) | [![GitHub stars](https://img.shields.io/github/stars/overtrue/phplint?cacheSeconds=3600)](https://github.com/overtrue/phplint) | -| | [**PYTHON**](https://megalinter.io/beta/descriptors/python/) | [**pylint**](https://megalinter.io/beta/descriptors/python_pylint/)
[_PYTHON_PYLINT_](https://megalinter.io/beta/descriptors/python_pylint/) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/pylint?cacheSeconds=3600)](https://github.com/PyCQA/pylint) | +| | [**PYTHON**](https://megalinter.io/beta/descriptors/python/) | [**pylint**](https://megalinter.io/beta/descriptors/python_pylint/)
[_PYTHON_PYLINT_](https://megalinter.io/beta/descriptors/python_pylint/) | [![GitHub stars](https://img.shields.io/github/stars/pylint-dev/pylint?cacheSeconds=3600)](https://github.com/pylint-dev/pylint) | | | [**PYTHON**](https://megalinter.io/beta/descriptors/python/) | [**black**](https://megalinter.io/beta/descriptors/python_black/)
[_PYTHON_BLACK_](https://megalinter.io/beta/descriptors/python_black/) | [![GitHub stars](https://img.shields.io/github/stars/psf/black?cacheSeconds=3600)](https://github.com/psf/black) ![formatter](https://shields.io/badge/-format-yellow) | | | [**PYTHON**](https://megalinter.io/beta/descriptors/python/) | [**flake8**](https://megalinter.io/beta/descriptors/python_flake8/)
[_PYTHON_FLAKE8_](https://megalinter.io/beta/descriptors/python_flake8/) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/flake8?cacheSeconds=3600)](https://github.com/PyCQA/flake8) | | | [**PYTHON**](https://megalinter.io/beta/descriptors/python/) | [**isort**](https://megalinter.io/beta/descriptors/python_isort/)
[_PYTHON_ISORT_](https://megalinter.io/beta/descriptors/python_isort/) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/isort?cacheSeconds=3600)](https://github.com/PyCQA/isort) ![formatter](https://shields.io/badge/-format-yellow) | diff --git a/docs/flavors/python.md b/docs/flavors/python.md index 0ffee1a0dee..8592feaa521 100644 --- a/docs/flavors/python.md +++ b/docs/flavors/python.md @@ -29,7 +29,7 @@ Optimized for PYTHON based projects | | [**GROOVY**](https://megalinter.io/beta/descriptors/groovy/) | [**npm-groovy-lint**](https://megalinter.io/beta/descriptors/groovy_npm_groovy_lint/)
[_GROOVY_NPM_GROOVY_LINT_](https://megalinter.io/beta/descriptors/groovy_npm_groovy_lint/) | [![GitHub stars](https://img.shields.io/github/stars/nvuillam/npm-groovy-lint?cacheSeconds=3600)](https://github.com/nvuillam/npm-groovy-lint) ![autofix](https://shields.io/badge/-autofix-green) ![sarif](https://shields.io/badge/-SARIF-orange) | | | [**KOTLIN**](https://megalinter.io/beta/descriptors/kotlin/) | [**ktlint**](https://megalinter.io/beta/descriptors/kotlin_ktlint/)
[_KOTLIN_KTLINT_](https://megalinter.io/beta/descriptors/kotlin_ktlint/) | [![GitHub stars](https://img.shields.io/github/stars/pinterest/ktlint?cacheSeconds=3600)](https://github.com/pinterest/ktlint) ![autofix](https://shields.io/badge/-autofix-green) ![sarif](https://shields.io/badge/-SARIF-orange) | | | [**MAKEFILE**](https://megalinter.io/beta/descriptors/makefile/) | [**checkmake**](https://megalinter.io/beta/descriptors/makefile_checkmake/)
[_MAKEFILE_CHECKMAKE_](https://megalinter.io/beta/descriptors/makefile_checkmake/) | [![GitHub stars](https://img.shields.io/github/stars/mrtazz/checkmake?cacheSeconds=3600)](https://github.com/mrtazz/checkmake) | -| | [**PYTHON**](https://megalinter.io/beta/descriptors/python/) | [**pylint**](https://megalinter.io/beta/descriptors/python_pylint/)
[_PYTHON_PYLINT_](https://megalinter.io/beta/descriptors/python_pylint/) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/pylint?cacheSeconds=3600)](https://github.com/PyCQA/pylint) | +| | [**PYTHON**](https://megalinter.io/beta/descriptors/python/) | [**pylint**](https://megalinter.io/beta/descriptors/python_pylint/)
[_PYTHON_PYLINT_](https://megalinter.io/beta/descriptors/python_pylint/) | [![GitHub stars](https://img.shields.io/github/stars/pylint-dev/pylint?cacheSeconds=3600)](https://github.com/pylint-dev/pylint) | | | [**PYTHON**](https://megalinter.io/beta/descriptors/python/) | [**black**](https://megalinter.io/beta/descriptors/python_black/)
[_PYTHON_BLACK_](https://megalinter.io/beta/descriptors/python_black/) | [![GitHub stars](https://img.shields.io/github/stars/psf/black?cacheSeconds=3600)](https://github.com/psf/black) ![formatter](https://shields.io/badge/-format-yellow) | | | [**PYTHON**](https://megalinter.io/beta/descriptors/python/) | [**flake8**](https://megalinter.io/beta/descriptors/python_flake8/)
[_PYTHON_FLAKE8_](https://megalinter.io/beta/descriptors/python_flake8/) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/flake8?cacheSeconds=3600)](https://github.com/PyCQA/flake8) | | | [**PYTHON**](https://megalinter.io/beta/descriptors/python/) | [**isort**](https://megalinter.io/beta/descriptors/python_isort/)
[_PYTHON_ISORT_](https://megalinter.io/beta/descriptors/python_isort/) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/isort?cacheSeconds=3600)](https://github.com/PyCQA/isort) ![formatter](https://shields.io/badge/-format-yellow) | diff --git a/docs/index.md b/docs/index.md index a3f1b8a23a5..1ce53273949 100644 --- a/docs/index.md +++ b/docs/index.md @@ -139,7 +139,7 @@ All linters are integrated in the [MegaLinter docker image](https://hub.docker.c | | [**PHP**](descriptors/php.md) | [**phplint**](descriptors/php_phplint.md)
[_PHP_PHPLINT_](descriptors/php_phplint.md) | [![GitHub stars](https://img.shields.io/github/stars/overtrue/phplint?cacheSeconds=3600)](https://github.com/overtrue/phplint) | | | [**POWERSHELL**](descriptors/powershell.md) | [**powershell**](descriptors/powershell_powershell.md)
[_POWERSHELL_POWERSHELL_](descriptors/powershell_powershell.md) | [![GitHub stars](https://img.shields.io/github/stars/PowerShell/PSScriptAnalyzer?cacheSeconds=3600)](https://github.com/PowerShell/PSScriptAnalyzer) ![autofix](https://shields.io/badge/-autofix-green) | | | [**POWERSHELL**](descriptors/powershell.md) | [**powershell_formatter**](descriptors/powershell_powershell_formatter.md)
[_POWERSHELL_POWERSHELL_FORMATTER_](descriptors/powershell_powershell_formatter.md) | [![GitHub stars](https://img.shields.io/github/stars/PowerShell/PSScriptAnalyzer?cacheSeconds=3600)](https://github.com/PowerShell/PSScriptAnalyzer) ![formatter](https://shields.io/badge/-format-yellow) | -| | [**PYTHON**](descriptors/python.md) | [**pylint**](descriptors/python_pylint.md)
[_PYTHON_PYLINT_](descriptors/python_pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/pylint?cacheSeconds=3600)](https://github.com/PyCQA/pylint) | +| | [**PYTHON**](descriptors/python.md) | [**pylint**](descriptors/python_pylint.md)
[_PYTHON_PYLINT_](descriptors/python_pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/pylint-dev/pylint?cacheSeconds=3600)](https://github.com/pylint-dev/pylint) | | | [**PYTHON**](descriptors/python.md) | [**black**](descriptors/python_black.md)
[_PYTHON_BLACK_](descriptors/python_black.md) | [![GitHub stars](https://img.shields.io/github/stars/psf/black?cacheSeconds=3600)](https://github.com/psf/black) ![formatter](https://shields.io/badge/-format-yellow) | | | [**PYTHON**](descriptors/python.md) | [**flake8**](descriptors/python_flake8.md)
[_PYTHON_FLAKE8_](descriptors/python_flake8.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/flake8?cacheSeconds=3600)](https://github.com/PyCQA/flake8) | | | [**PYTHON**](descriptors/python.md) | [**isort**](descriptors/python_isort.md)
[_PYTHON_ISORT_](descriptors/python_isort.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/isort?cacheSeconds=3600)](https://github.com/PyCQA/isort) ![formatter](https://shields.io/badge/-format-yellow) | diff --git a/docs/supported-linters.md b/docs/supported-linters.md index cec5e6973d0..cb1c8865e61 100644 --- a/docs/supported-linters.md +++ b/docs/supported-linters.md @@ -46,7 +46,7 @@ All linters are integrated in the [MegaLinter docker image](https://hub.docker.c | | [**PHP**](descriptors/php.md) | [**phplint**](descriptors/php_phplint.md)
[_PHP_PHPLINT_](descriptors/php_phplint.md) | [![GitHub stars](https://img.shields.io/github/stars/overtrue/phplint?cacheSeconds=3600)](https://github.com/overtrue/phplint) | | | [**POWERSHELL**](descriptors/powershell.md) | [**powershell**](descriptors/powershell_powershell.md)
[_POWERSHELL_POWERSHELL_](descriptors/powershell_powershell.md) | [![GitHub stars](https://img.shields.io/github/stars/PowerShell/PSScriptAnalyzer?cacheSeconds=3600)](https://github.com/PowerShell/PSScriptAnalyzer) ![autofix](https://shields.io/badge/-autofix-green) | | | [**POWERSHELL**](descriptors/powershell.md) | [**powershell_formatter**](descriptors/powershell_powershell_formatter.md)
[_POWERSHELL_POWERSHELL_FORMATTER_](descriptors/powershell_powershell_formatter.md) | [![GitHub stars](https://img.shields.io/github/stars/PowerShell/PSScriptAnalyzer?cacheSeconds=3600)](https://github.com/PowerShell/PSScriptAnalyzer) ![formatter](https://shields.io/badge/-format-yellow) | -| | [**PYTHON**](descriptors/python.md) | [**pylint**](descriptors/python_pylint.md)
[_PYTHON_PYLINT_](descriptors/python_pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/pylint?cacheSeconds=3600)](https://github.com/PyCQA/pylint) | +| | [**PYTHON**](descriptors/python.md) | [**pylint**](descriptors/python_pylint.md)
[_PYTHON_PYLINT_](descriptors/python_pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/pylint-dev/pylint?cacheSeconds=3600)](https://github.com/pylint-dev/pylint) | | | [**PYTHON**](descriptors/python.md) | [**black**](descriptors/python_black.md)
[_PYTHON_BLACK_](descriptors/python_black.md) | [![GitHub stars](https://img.shields.io/github/stars/psf/black?cacheSeconds=3600)](https://github.com/psf/black) ![formatter](https://shields.io/badge/-format-yellow) | | | [**PYTHON**](descriptors/python.md) | [**flake8**](descriptors/python_flake8.md)
[_PYTHON_FLAKE8_](descriptors/python_flake8.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/flake8?cacheSeconds=3600)](https://github.com/PyCQA/flake8) | | | [**PYTHON**](descriptors/python.md) | [**isort**](descriptors/python_isort.md)
[_PYTHON_ISORT_](descriptors/python_isort.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/isort?cacheSeconds=3600)](https://github.com/PyCQA/isort) ![formatter](https://shields.io/badge/-format-yellow) | diff --git a/docs/used-by-stats.md b/docs/used-by-stats.md index b5d925c121a..98b4c4781f7 100644 --- a/docs/used-by-stats.md +++ b/docs/used-by-stats.md @@ -1,35 +1,35 @@ # Dependents stats for oxsecurity/megalinter -[![](https://img.shields.io/static/v1?label=Used%20by&message=3158&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) -[![](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=2159&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) -[![](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=999&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) -[![](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=69552&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by&message=3168&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=2170&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=998&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=69717&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) | Repository | Stars | |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:| -| [nektos/act](https://github.com/nektos/act) | 44722 | -| [PRQL/prql](https://github.com/PRQL/prql) | 8678 | -| [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2544 | -| [dorssel/usbipd-win](https://github.com/dorssel/usbipd-win) | 2463 | -| [IlanCosman/tide](https://github.com/IlanCosman/tide) | 2272 | -| [PowerDNS-Admin/PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 2158 | -| [microsoft/code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 1890 | -| [ever-co/ever-gauzy](https://github.com/ever-co/ever-gauzy) | 1553 | -| [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | 1523 | +| [nektos/act](https://github.com/nektos/act) | 44807 | +| [PRQL/prql](https://github.com/PRQL/prql) | 8686 | +| [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2543 | +| [dorssel/usbipd-win](https://github.com/dorssel/usbipd-win) | 2466 | +| [IlanCosman/tide](https://github.com/IlanCosman/tide) | 2275 | +| [PowerDNS-Admin/PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 2162 | +| [microsoft/code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 1892 | +| [ever-co/ever-gauzy](https://github.com/ever-co/ever-gauzy) | 1556 | +| [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | 1528 | | [unixorn/git-extra-commands](https://github.com/unixorn/git-extra-commands) | 928 | -| [meichthys/foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 818 | +| [meichthys/foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 824 | | [Romanitho/Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 701 | -| [unixorn/zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) | 695 | +| [unixorn/zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) | 696 | | [ministryofjustice/modernisation-platform](https://github.com/ministryofjustice/modernisation-platform) | 664 | | [secureCodeBox/secureCodeBox](https://github.com/secureCodeBox/secureCodeBox) | 640 | -| [awslabs/aws-deployment-framework](https://github.com/awslabs/aws-deployment-framework) | 595 | -| [cattle-ops/terraform-aws-gitlab-runner](https://github.com/cattle-ops/terraform-aws-gitlab-runner) | 524 | +| [awslabs/aws-deployment-framework](https://github.com/awslabs/aws-deployment-framework) | 597 | +| [cattle-ops/terraform-aws-gitlab-runner](https://github.com/cattle-ops/terraform-aws-gitlab-runner) | 526 | | [practicalli/clojure-cli-config](https://github.com/practicalli/clojure-cli-config) | 479 | -| [neon-mmd/websurfx](https://github.com/neon-mmd/websurfx) | 441 | -| [ruzickap/packer-templates](https://github.com/ruzickap/packer-templates) | 403 | -| [bjw-s/home-ops](https://github.com/bjw-s/home-ops) | 396 | -| [xUnholy/k8s-gitops](https://github.com/xUnholy/k8s-gitops) | 395 | -| [llaville/php-compatinfo](https://github.com/llaville/php-compatinfo) | 366 | +| [neon-mmd/websurfx](https://github.com/neon-mmd/websurfx) | 444 | +| [ruzickap/packer-templates](https://github.com/ruzickap/packer-templates) | 404 | +| [bjw-s/home-ops](https://github.com/bjw-s/home-ops) | 398 | +| [xUnholy/k8s-gitops](https://github.com/xUnholy/k8s-gitops) | 397 | +| [llaville/php-compatinfo](https://github.com/llaville/php-compatinfo) | 368 | | [scolladon/sfdx-git-delta](https://github.com/scolladon/sfdx-git-delta) | 342 | | [ahmadnassri/action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) | 320 | | [OCSInventory-NG/OCSInventory-Server](https://github.com/OCSInventory-NG/OCSInventory-Server) | 313 | @@ -38,26 +38,26 @@ | [NationalSecurityAgency/emissary](https://github.com/NationalSecurityAgency/emissary) | 231 | | [OCSInventory-NG/OCSInventory-ocsreports](https://github.com/OCSInventory-NG/OCSInventory-ocsreports) | 213 | | [unixorn/fzf-zsh-plugin](https://github.com/unixorn/fzf-zsh-plugin) | 211 | -| [carpenike/k8s-gitops](https://github.com/carpenike/k8s-gitops) | 192 | +| [carpenike/k8s-gitops](https://github.com/carpenike/k8s-gitops) | 193 | | [orangekame3/paclear](https://github.com/orangekame3/paclear) | 188 | | [pantheon-systems/documentation](https://github.com/pantheon-systems/documentation) | 180 | | [Luzkan/smells](https://github.com/Luzkan/smells) | 166 | | [nvuillam/npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) | 164 | | [MarketSquare/robotframework-robocop](https://github.com/MarketSquare/robotframework-robocop) | 161 | -| [T145/black-mirror](https://github.com/T145/black-mirror) | 159 | +| [T145/black-mirror](https://github.com/T145/black-mirror) | 160 | | [newrelic/newrelic-python-agent](https://github.com/newrelic/newrelic-python-agent) | 156 | | [unixorn/tumult.plugin.zsh](https://github.com/unixorn/tumult.plugin.zsh) | 153 | | [apigee/devrel](https://github.com/apigee/devrel) | 153 | | [brettinternet/homelab](https://github.com/brettinternet/homelab) | 136 | | [IQEngine/IQEngine](https://github.com/IQEngine/IQEngine) | 133 | | [eth-protocol-fellows/cohort-four](https://github.com/eth-protocol-fellows/cohort-four) | 132 | -| [philips-software/amp-embedded-infra-lib](https://github.com/philips-software/amp-embedded-infra-lib) | 122 | -| [hardisgroupcom/sfdx-hardis](https://github.com/hardisgroupcom/sfdx-hardis) | 117 | +| [philips-software/amp-embedded-infra-lib](https://github.com/philips-software/amp-embedded-infra-lib) | 124 | +| [hardisgroupcom/sfdx-hardis](https://github.com/hardisgroupcom/sfdx-hardis) | 118 | | [cbg-ethz/V-pipe](https://github.com/cbg-ethz/V-pipe) | 117 | | [Aurorastation/Aurora.3](https://github.com/Aurorastation/Aurora.3) | 108 | | [practicalli/spacemacs](https://github.com/practicalli/spacemacs) | 106 | | [unixorn/lima-xbar-plugin](https://github.com/unixorn/lima-xbar-plugin) | 98 | -| [szinn/k8s-homelab](https://github.com/szinn/k8s-homelab) | 92 | +| [szinn/k8s-homelab](https://github.com/szinn/k8s-homelab) | 93 | | [Azure/ARO-RP](https://github.com/Azure/ARO-RP) | 83 | | [davidB/tracing-opentelemetry-instrumentation-sdk](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) | 82 | | [practicalli/clojure](https://github.com/practicalli/clojure) | 82 | @@ -84,12 +84,12 @@ | [ZEISS/libczi](https://github.com/ZEISS/libczi) | 38 | | [leosuncin/nest-typeorm-custom-repository](https://github.com/leosuncin/nest-typeorm-custom-repository) | 37 | | [hardisgroupcom/vscode-sfdx-hardis](https://github.com/hardisgroupcom/vscode-sfdx-hardis) | 36 | +| [h3mmy/bloopySphere](https://github.com/h3mmy/bloopySphere) | 36 | | [ishioni/homelab-ops](https://github.com/ishioni/homelab-ops) | 36 | +| [oxsecurity/codetotal](https://github.com/oxsecurity/codetotal) | 36 | | [MythicDrops/MythicDrops](https://github.com/MythicDrops/MythicDrops) | 35 | -| [h3mmy/bloopySphere](https://github.com/h3mmy/bloopySphere) | 35 | | [philips-software/amp-devcontainer](https://github.com/philips-software/amp-devcontainer) | 35 | | [microsoft/symphony](https://github.com/microsoft/symphony) | 34 | -| [oxsecurity/codetotal](https://github.com/oxsecurity/codetotal) | 33 | | [nvuillam/node-java-caller](https://github.com/nvuillam/node-java-caller) | 32 | | [OperationCode/operationcode-pybot](https://github.com/OperationCode/operationcode-pybot) | 32 | | [homeall/caddy-reverse-proxy-cloudflare](https://github.com/homeall/caddy-reverse-proxy-cloudflare) | 31 | @@ -98,25 +98,25 @@ | [unixorn/ha-mqtt-discoverable](https://github.com/unixorn/ha-mqtt-discoverable) | 29 | | [microsoft/OHDSIonAzure](https://github.com/microsoft/OHDSIonAzure) | 29 | | [ministryofjustice/modernisation-platform-environments](https://github.com/ministryofjustice/modernisation-platform-environments) | 29 | +| [HariSekhon/GitHub-Actions](https://github.com/HariSekhon/GitHub-Actions) | 28 | | [kitos9112/k8s-home](https://github.com/kitos9112/k8s-home) | 28 | -| [HariSekhon/GitHub-Actions](https://github.com/HariSekhon/GitHub-Actions) | 27 | +| [sierrafoxtrot/srecord](https://github.com/sierrafoxtrot/srecord) | 28 | | [rafaribe/home-ops](https://github.com/rafaribe/home-ops) | 27 | | [unixorn/docker-helpers.zshplugin](https://github.com/unixorn/docker-helpers.zshplugin) | 27 | -| [sierrafoxtrot/srecord](https://github.com/sierrafoxtrot/srecord) | 27 | +| [hyperledger-labs/open-enterprise-agent](https://github.com/hyperledger-labs/open-enterprise-agent) | 26 | | [rwaltr/home-ops](https://github.com/rwaltr/home-ops) | 26 | | [ahmadnassri/node-pretty-exceptions](https://github.com/ahmadnassri/node-pretty-exceptions) | 26 | | [ahmadnassri/action-terraform-report](https://github.com/ahmadnassri/action-terraform-report) | 26 | -| [hyperledger-labs/open-enterprise-agent](https://github.com/hyperledger-labs/open-enterprise-agent) | 25 | | [arbitraryexecution/forta-bot-templates](https://github.com/arbitraryexecution/forta-bot-templates) | 25 | | [philips-software/amp-hal-st](https://github.com/philips-software/amp-hal-st) | 25 | +| [AliceO2Group/O2Physics](https://github.com/AliceO2Group/O2Physics) | 24 | | [riosengineer/Bicepify](https://github.com/riosengineer/Bicepify) | 24 | | [whoisdsmith/VAULTSIDIAN](https://github.com/whoisdsmith/VAULTSIDIAN) | 24 | +| [SilentDemonSD/Tele-LeechX](https://github.com/SilentDemonSD/Tele-LeechX) | 24 | | [AErmie/DevSecOps](https://github.com/AErmie/DevSecOps) | 24 | | [gluwa/creditcoin](https://github.com/gluwa/creditcoin) | 24 | | [ruzickap/malware-cryptominer-container](https://github.com/ruzickap/malware-cryptominer-container) | 23 | -| [AliceO2Group/O2Physics](https://github.com/AliceO2Group/O2Physics) | 23 | | [OpenZeppelin/compound-monitoring](https://github.com/OpenZeppelin/compound-monitoring) | 23 | -| [SilentDemonSD/Tele-LeechX](https://github.com/SilentDemonSD/Tele-LeechX) | 23 | | [ahmadnassri/node-api-problem](https://github.com/ahmadnassri/node-api-problem) | 23 | | [opaque-systems/opaqueprompts-python](https://github.com/opaque-systems/opaqueprompts-python) | 22 | | [orangekame3/ghfetch](https://github.com/orangekame3/ghfetch) | 22 | @@ -130,13 +130,13 @@ | [practicalli/clojurescript](https://github.com/practicalli/clojurescript) | 19 | | [practicalli/project-templates](https://github.com/practicalli/project-templates) | 19 | | [ahmadnassri/node-metalsmith-paths](https://github.com/ahmadnassri/node-metalsmith-paths) | 19 | +| [homeall/dhcphelper](https://github.com/homeall/dhcphelper) | 18 | +| [axeII/home-ops](https://github.com/axeII/home-ops) | 18 | | [ahmadnassri/node-metalsmith-imagemin](https://github.com/ahmadnassri/node-metalsmith-imagemin) | 18 | | [ahmadnassri/node-nightwatch-accessibility](https://github.com/ahmadnassri/node-nightwatch-accessibility) | 18 | | [nvuillam/markdown-table-formatter](https://github.com/nvuillam/markdown-table-formatter) | 17 | | [ruzickap/action-my-markdown-link-checker](https://github.com/ruzickap/action-my-markdown-link-checker) | 17 | | [unixorn/jira-commands](https://github.com/unixorn/jira-commands) | 17 | -| [homeall/dhcphelper](https://github.com/homeall/dhcphelper) | 17 | -| [axeII/home-ops](https://github.com/axeII/home-ops) | 17 | | [cdzombak/ecobee_influx_connector](https://github.com/cdzombak/ecobee_influx_connector) | 17 | | [snoopy82481/home_cluster](https://github.com/snoopy82481/home_cluster) | 17 | | [Programming-Simplified-Community/Social-Coder](https://github.com/Programming-Simplified-Community/Social-Coder) | 17 | @@ -155,10 +155,10 @@ | [itsmng/itsm-ng](https://github.com/itsmng/itsm-ng) | 15 | | [diggsweden/open-source-project-template](https://github.com/diggsweden/open-source-project-template) | 14 | | [GSA/site-scanning-engine](https://github.com/GSA/site-scanning-engine) | 14 | +| [mmalyska/home-ops](https://github.com/mmalyska/home-ops) | 14 | | [Marx2/homelab](https://github.com/Marx2/homelab) | 14 | | [xlab-si/iac-scan-runner](https://github.com/xlab-si/iac-scan-runner) | 13 | | [dochang/mb-url](https://github.com/dochang/mb-url) | 13 | -| [mmalyska/home-ops](https://github.com/mmalyska/home-ops) | 13 | | [jokay/docker-ccu-historian](https://github.com/jokay/docker-ccu-historian) | 13 | | [eresturo/scanadf2docspell](https://github.com/eresturo/scanadf2docspell) | 12 | | [opaque-systems/atls-python](https://github.com/opaque-systems/atls-python) | 12 | @@ -246,6 +246,8 @@ | [DIT113-V22/group-04](https://github.com/DIT113-V22/group-04) | 5 | | [GiorgioAresu/homelab-gitops](https://github.com/GiorgioAresu/homelab-gitops) | 5 | | [llaville/phpunit-LoggerTestListener](https://github.com/llaville/phpunit-LoggerTestListener) | 5 | +| [cdzombak/mailto-things](https://github.com/cdzombak/mailto-things) | 5 | +| [cdzombak/energybridge_to_influxdb](https://github.com/cdzombak/energybridge_to_influxdb) | 5 | | [mikevader/k3s-cluster-infra-apps](https://github.com/mikevader/k3s-cluster-infra-apps) | 5 | | [SamErde/Chocolately-Dip](https://github.com/SamErde/Chocolately-Dip) | 5 | | [tomorrow-one/transactional-outbox](https://github.com/tomorrow-one/transactional-outbox) | 5 | @@ -331,6 +333,7 @@ | [practicalli/learn-clojure](https://github.com/practicalli/learn-clojure) | 3 | | [practicalli/blog](https://github.com/practicalli/blog) | 3 | | [practicalli/clojure-data-science](https://github.com/practicalli/clojure-data-science) | 3 | +| [ZEISS/imgdoc2](https://github.com/ZEISS/imgdoc2) | 3 | | [RunningMattress/upm-test-package](https://github.com/RunningMattress/upm-test-package) | 3 | | [brandonmcclure/friendly-chainsaw](https://github.com/brandonmcclure/friendly-chainsaw) | 3 | | [dorssel/dotnet-xmss](https://github.com/dorssel/dotnet-xmss) | 3 | @@ -375,6 +378,7 @@ | [danistrebel/devrel](https://github.com/danistrebel/devrel) | 2 | | [Luzkan/FamilyBudget](https://github.com/Luzkan/FamilyBudget) | 2 | | [mimmi20/monolog-factory](https://github.com/mimmi20/monolog-factory) | 2 | +| [cdzombak/nut_influx_connector](https://github.com/cdzombak/nut_influx_connector) | 2 | | [bremade/TrackYourStop](https://github.com/bremade/TrackYourStop) | 2 | | [zbigniewzolnierowicz/cluster](https://github.com/zbigniewzolnierowicz/cluster) | 2 | | [cdzombak/a2-foia-rss](https://github.com/cdzombak/a2-foia-rss) | 2 | @@ -412,7 +416,6 @@ | [practicalli/vspacecode](https://github.com/practicalli/vspacecode) | 2 | | [practicalli/engineering-playbook](https://github.com/practicalli/engineering-playbook) | 2 | | [IBM/ibm-rpa-cli](https://github.com/IBM/ibm-rpa-cli) | 2 | -| [ZEISS/imgdoc2](https://github.com/ZEISS/imgdoc2) | 2 | | [jmuelbert/anniversaryreminder](https://github.com/jmuelbert/anniversaryreminder) | 2 | | [gluwa/creditcoin-staking-dashboard](https://github.com/gluwa/creditcoin-staking-dashboard) | 2 | | [ahmadnassri/node-debug](https://github.com/ahmadnassri/node-debug) | 2 | @@ -501,6 +504,7 @@ | [uah-ams/uah-ams-website](https://github.com/uah-ams/uah-ams-website) | 1 | | [mimmi20/laminas-router-hostname](https://github.com/mimmi20/laminas-router-hostname) | 1 | | [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard) | 1 | +| [MartianFlow/java-screenplay-browserstack-framework](https://github.com/MartianFlow/java-screenplay-browserstack-framework) | 1 | | [robinmordasiewicz/fortinet-devops](https://github.com/robinmordasiewicz/fortinet-devops) | 1 | | [robinmordasiewicz/clickops-to-devops](https://github.com/robinmordasiewicz/clickops-to-devops) | 1 | | [kstaniek/ironmaiden](https://github.com/kstaniek/ironmaiden) | 1 | @@ -588,6 +592,7 @@ | [brandonmcclure/vsce](https://github.com/brandonmcclure/vsce) | 1 | | [ortelius/scec-commons](https://github.com/ortelius/scec-commons) | 1 | | [Aclrian/PlayPause-with-xcover-button](https://github.com/Aclrian/PlayPause-with-xcover-button) | 1 | +| [sarvex/nebulix](https://github.com/sarvex/nebulix) | 1 | | [sarvex/astrowind](https://github.com/sarvex/astrowind) | 1 | | [tyriis/locking-service](https://github.com/tyriis/locking-service) | 1 | | [djfanatix/com.vanmoof](https://github.com/djfanatix/com.vanmoof) | 1 | @@ -1108,6 +1113,9 @@ | [xoap-io/terraform-aws-storage-s3](https://github.com/xoap-io/terraform-aws-storage-s3) | 0 | | [xoap-io/terraform-aws-networking-vpc-endpoint](https://github.com/xoap-io/terraform-aws-networking-vpc-endpoint) | 0 | | [xoap-io/terraform-aws-networking-vpc](https://github.com/xoap-io/terraform-aws-networking-vpc) | 0 | +| [bardashevich-matvei/repoC](https://github.com/bardashevich-matvei/repoC) | 0 | +| [bardashevich-matvei/repoB](https://github.com/bardashevich-matvei/repoB) | 0 | +| [bardashevich-matvei/repoA](https://github.com/bardashevich-matvei/repoA) | 0 | | [talzuzut/RepoB](https://github.com/talzuzut/RepoB) | 0 | | [talzuzut/RepoC](https://github.com/talzuzut/RepoC) | 0 | | [talzuzut/RepoA](https://github.com/talzuzut/RepoA) | 0 | @@ -1261,6 +1269,7 @@ | [NotoriousBims/mission-chief-bot-jsons](https://github.com/NotoriousBims/mission-chief-bot-jsons) | 0 | | [hywmongous/golang-template](https://github.com/hywmongous/golang-template) | 0 | | [Jasstkn/gcloud-helmfile](https://github.com/Jasstkn/gcloud-helmfile) | 0 | +| [shakefu/docker_images](https://github.com/shakefu/docker_images) | 0 | | [llaville/llaville.github.io](https://github.com/llaville/llaville.github.io) | 0 | | [hybridadmin/ansible-role-clickhouse](https://github.com/hybridadmin/ansible-role-clickhouse) | 0 | | [llaville/flames](https://github.com/llaville/flames) | 0 | @@ -1299,8 +1308,9 @@ | [rciam/simplesamlphp-module-assurance](https://github.com/rciam/simplesamlphp-module-assurance) | 0 | | [rciam/simplesamlphp-module-userid](https://github.com/rciam/simplesamlphp-module-userid) | 0 | | [Teasel-Ian/terraform](https://github.com/Teasel-Ian/terraform) | 0 | +| [robertzd/argo-aks-k8s](https://github.com/robertzd/argo-aks-k8s) | 0 | +| [cdzombak/gmail-cleaner](https://github.com/cdzombak/gmail-cleaner) | 0 | | [cdzombak/openweather-influxdb-connector](https://github.com/cdzombak/openweather-influxdb-connector) | 0 | -| [MartianFlow/java-screenplay-browserstack-framework](https://github.com/MartianFlow/java-screenplay-browserstack-framework) | 0 | | [r-shcherbakov/ml-project-template](https://github.com/r-shcherbakov/ml-project-template) | 0 | | [robinmordasiewicz/fortinet-secops-customer-simulation](https://github.com/robinmordasiewicz/fortinet-secops-customer-simulation) | 0 | | [webfutureio/PowerDNS-Admin](https://github.com/webfutureio/PowerDNS-Admin) | 0 | @@ -1564,7 +1574,6 @@ | [sarvex/3d-portfolio](https://github.com/sarvex/3d-portfolio) | 0 | | [sarvex/headscale](https://github.com/sarvex/headscale) | 0 | | [sarvex/b2b-saaskit](https://github.com/sarvex/b2b-saaskit) | 0 | -| [sarvex/nebulix](https://github.com/sarvex/nebulix) | 0 | | [sarvex/Babylon.js](https://github.com/sarvex/Babylon.js) | 0 | | [sarvex/locust](https://github.com/sarvex/locust) | 0 | | [sarvex/nostr-watch](https://github.com/sarvex/nostr-watch) | 0 | diff --git a/mega-linter-runner/README.md b/mega-linter-runner/README.md index aeee0f4030e..c7b42833a6e 100644 --- a/mega-linter-runner/README.md +++ b/mega-linter-runner/README.md @@ -172,7 +172,7 @@ You can generate a ready-to-use [.mega-linter.yml configuration file](https://me | | [**PHP**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/php.md) | [**phplint**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/php_phplint.md)
[_PHP_PHPLINT_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/php_phplint.md) | [![GitHub stars](https://img.shields.io/github/stars/overtrue/phplint?cacheSeconds=3600)](https://github.com/overtrue/phplint) | | | [**POWERSHELL**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/powershell.md) | [**powershell**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/powershell_powershell.md)
[_POWERSHELL_POWERSHELL_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/powershell_powershell.md) | [![GitHub stars](https://img.shields.io/github/stars/PowerShell/PSScriptAnalyzer?cacheSeconds=3600)](https://github.com/PowerShell/PSScriptAnalyzer) ![autofix](https://shields.io/badge/-autofix-green) | | | [**POWERSHELL**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/powershell.md) | [**powershell_formatter**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/powershell_powershell_formatter.md)
[_POWERSHELL_POWERSHELL_FORMATTER_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/powershell_powershell_formatter.md) | [![GitHub stars](https://img.shields.io/github/stars/PowerShell/PSScriptAnalyzer?cacheSeconds=3600)](https://github.com/PowerShell/PSScriptAnalyzer) ![formatter](https://shields.io/badge/-format-yellow) | -| | [**PYTHON**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python.md) | [**pylint**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_pylint.md)
[_PYTHON_PYLINT_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/pylint?cacheSeconds=3600)](https://github.com/PyCQA/pylint) | +| | [**PYTHON**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python.md) | [**pylint**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_pylint.md)
[_PYTHON_PYLINT_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/pylint-dev/pylint?cacheSeconds=3600)](https://github.com/pylint-dev/pylint) | | | [**PYTHON**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python.md) | [**black**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_black.md)
[_PYTHON_BLACK_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_black.md) | [![GitHub stars](https://img.shields.io/github/stars/psf/black?cacheSeconds=3600)](https://github.com/psf/black) ![formatter](https://shields.io/badge/-format-yellow) | | | [**PYTHON**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python.md) | [**flake8**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_flake8.md)
[_PYTHON_FLAKE8_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_flake8.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/flake8?cacheSeconds=3600)](https://github.com/PyCQA/flake8) | | | [**PYTHON**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python.md) | [**isort**](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_isort.md)
[_PYTHON_ISORT_](https://github.com/oxsecurity/megalinter/tree/main/docs/descriptors/python_isort.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/isort?cacheSeconds=3600)](https://github.com/PyCQA/isort) ![formatter](https://shields.io/badge/-format-yellow) |