From 7192a2b459dd5f5d7e0435ef444752687d6c8e6f Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Fri, 20 Dec 2024 22:26:40 +0000 Subject: [PATCH] [automation] Auto-update linters version, help and documentation --- .automation/generated/linter-helps.json | 26 +++-- .automation/generated/linter-versions.json | 10 +- CHANGELOG.md | 5 + README.md | 2 +- docs/all_linters.md | 10 +- docs/descriptors/kubernetes_kubescape.md | 2 +- docs/descriptors/python_mypy.md | 13 ++- docs/descriptors/python_ruff.md | 2 +- docs/descriptors/repository_checkov.md | 2 +- docs/descriptors/repository_trufflehog.md | 7 +- docs/descriptors/snakemake_snakemake.md | 8 +- docs/descriptors/spell_lychee.md | 4 +- docs/descriptors/xml_xmllint.md | 2 +- docs/used-by-stats.md | 115 ++++++++++----------- 14 files changed, 114 insertions(+), 94 deletions(-) diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index 370d412889b..3c0103cf0c6 100644 --- a/.automation/generated/linter-helps.json +++ b/.automation/generated/linter-helps.json @@ -3467,7 +3467,7 @@ " completion Generate autocompletion script", " config Handle cached configurations", " delete Delete configurations in Kubescape SaaS version", - " download Download attack-tracks,controls-inputs,exceptions,control,framework,artifacts", + " download Download controls-inputs,exceptions,control,framework,artifacts,attack-tracks", " fix Fix misconfiguration in files", " help Help about any command", " list List frameworks/controls will list the supported frameworks and controls", @@ -3831,7 +3831,7 @@ " -u, --user-agent ", " User agent", "", - " [default: lychee/0.17.0]", + " [default: lychee/0.18.0]", "", " -i, --insecure", " Proceed for server connections considered insecure (invalid TLS)", @@ -4106,6 +4106,7 @@ " --no-namespace-packages Disable support for namespace packages (PEP 420,", " __init__.py-less) (inverse: --namespace-packages)", " --ignore-missing-imports Silently ignore imports of missing modules", + " --follow-untyped-imports Typecheck modules without stubs or py.typed marker", " --follow-imports {normal,silent,skip,error}", " How to treat imports (default normal)", " --python-executable EXECUTABLE", @@ -4138,9 +4139,6 @@ "Disallow dynamic typing:", " Disallow the use of the dynamic 'Any' type under certain conditions.", "", - " --disallow-any-unimported", - " Disallow Any types resulting from unfollowed", - " imports", " --disallow-any-expr Disallow all expressions that have type Any", " --disallow-any-decorated Disallow functions that have Any in their", " signature after decorator transformation", @@ -4148,6 +4146,9 @@ " --disallow-any-generics Disallow usage of generic types that do not", " specify explicit type parameters (inverse:", " --allow-any-generics)", + " --disallow-any-unimported", + " Disallow Any types resulting from unfollowed", + " imports (inverse: --allow-any-unimported)", " --disallow-subclassing-any", " Disallow subclassing values of type 'Any' when", " defining classes (inverse: --allow-subclassing-", @@ -4204,6 +4205,10 @@ " any)", " --warn-unreachable Warn about statements or expressions inferred to", " be unreachable (inverse: --no-warn-unreachable)", + " --report-deprecated-as-note", + " Report importing or using deprecated features as", + " notes instead of errors (inverse: --no-report-", + " deprecated-as-note)", "", "Miscellaneous strictness flags:", " --allow-untyped-globals Suppress toplevel errors caused by missing", @@ -9087,7 +9092,7 @@ " [--d3dag] [--summary] [--detailed-summary] [--archive FILE]", " [--cleanup-metadata FILE [FILE ...]] [--cleanup-shadow]", " [--skip-script-cleanup] [--unlock]", - " [--list-changes {input,code,params}] [--list-input-changes]", + " [--list-changes {params,code,input}] [--list-input-changes]", " [--list-params-changes] [--list-untracked]", " [--delete-all-output | --delete-temp-output]", " [--keep-incomplete] [--drop-metadata] [--version]", @@ -9132,7 +9137,7 @@ " [--scheduler-solver-path SCHEDULER_SOLVER_PATH]", " [--deploy-sources QUERY CHECKSUM]", " [--target-jobs TARGET_JOBS [TARGET_JOBS ...]]", - " [--mode {subprocess,default,remote}]", + " [--mode {subprocess,remote,default}]", " [--report-html-path VALUE]", " [--report-html-stylesheet-path VALUE]", " [targets ...]", @@ -9600,7 +9605,7 @@ " (default: False)", " --unlock Remove a lock on the working directory. (default:", " False)", - " --list-changes {input,code,params}, --lc {input,code,params}", + " --list-changes {params,code,input}, --lc {params,code,input}", " List all output files for which the given items (code,", " input, params) have changed since creation.", " --list-input-changes, --li", @@ -9958,7 +9963,7 @@ " --target-jobs TARGET_JOBS [TARGET_JOBS ...]", " Internal use only: Target particular jobs by", " RULE:WILDCARD1=VALUE,WILDCARD2=VALUE,...", - " --mode {subprocess,default,remote}", + " --mode {subprocess,remote,default}", " Internal use only: Set execution mode of Snakemake.", " (default: default)", "", @@ -10861,6 +10866,9 @@ " --verifier=VERIFIER ... Set custom verification endpoints.", " --[no-]custom-verifiers-only", " Only use custom verification endpoints.", + " --detector-timeout=DETECTOR-TIMEOUT", + " Maximum time to spend scanning chunks per", + " detector (e.g., 30s).", " --archive-max-size=ARCHIVE-MAX-SIZE", " Maximum size of archive to scan. (Byte units", " eg. 512B, 2KB, 4MB)", diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index 49fe2d6329e..43087fe981c 100644 --- a/.automation/generated/linter-versions.json +++ b/.automation/generated/linter-versions.json @@ -8,7 +8,7 @@ "black": "24.10.0", "cfn-lint": "1.22.2", "checkmake": "0.2.0", - "checkov": "3.2.342", + "checkov": "3.2.343", "checkstyle": "10.21.0", "chktex": "1.7.8", "clang-format": "17.0.6", @@ -53,12 +53,12 @@ "lintr": "0.0.0", "ls-lint": "2.2.3", "luacheck": "1.2.0", - "lychee": "0.17.0", + "lychee": "0.18.0", "markdown-link-check": "3.12.2", "markdown-table-formatter": "1.6.1", "markdownlint": "0.43.0", "misspell": "0.3.4", - "mypy": "1.13.0", + "mypy": "1.14.0", "npm-groovy-lint": "15.0.2", "npm-package-json-lint": "8.0.0", "perlcritic": "1.156", @@ -85,7 +85,7 @@ "rstcheck": "6.2.4", "rstfmt": "0.0.14", "rubocop": "1.69.2", - "ruff": "0.8.3", + "ruff": "0.8.4", "scalafix": "0.13.0", "scss-lint": "0.60.0", "secretlint": "9.0.0", @@ -114,7 +114,7 @@ "tflint": "0.54.0", "trivy": "0.58.0", "trivy-sbom": "0.58.0", - "trufflehog": "3.86.1", + "trufflehog": "3.87.1", "ts-standard": "12.0.2", "tsqllint": "1.16.0.0", "v8r": "4.2.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index 9302a6cfde7..3684c924ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -114,6 +114,11 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - [checkov](https://www.checkov.io/) from 3.2.339 to **3.2.341** on 2024-12-18 - [checkov](https://www.checkov.io/) from 3.2.341 to **3.2.342** on 2024-12-18 - [sqlfluff](https://www.sqlfluff.com/) from 3.2.5 to **3.3.0** on 2024-12-18 + - [mypy](https://mypy.readthedocs.io/en/stable/) from 1.13.0 to **1.14.0** on 2024-12-20 + - [ruff](https://github.com/astral-sh/ruff) from 0.8.3 to **0.8.4** on 2024-12-20 + - [checkov](https://www.checkov.io/) from 3.2.342 to **3.2.343** on 2024-12-20 + - [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.86.1 to **3.87.1** on 2024-12-20 + - [lychee](https://lychee.cli.rs) from 0.17.0 to **0.18.0** on 2024-12-20 ## [v8.3.0] - 2024-11-23 diff --git a/README.md b/README.md index 8cc4b9053f4..130c318056f 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) -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2811&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2810&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md) [![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) diff --git a/docs/all_linters.md b/docs/all_linters.md index 3eb99778141..56b1083d581 100644 --- a/docs/all_linters.md +++ b/docs/all_linters.md @@ -14,7 +14,7 @@ | [**black**](https://github.com/psf/black){target=_blank} | 24.10.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} | 1.22.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.2.342 | [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} | +| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 3.2.343 | [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.21.0 | [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.org/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} | | [**clang-format**](https://github.com/llvm/llvm-project){target=_blank} | 17.0.6 | [Other](licenses/clang-format.md) | [![GitHub stars](https://img.shields.io/github/stars/llvm/llvm-project?cacheSeconds=3600)](https://github.com/llvm/llvm-project){target=_blank} | [C](descriptors/c_clang_format.md)
[CPP](descriptors/cpp_clang_format.md) | :white_circle: | [Repository](https://github.com/llvm/llvm-project){target=_blank} | @@ -56,11 +56,11 @@ | [**lintr**](https://github.com/r-lib/lintr){target=_blank} | N/A | [Other](licenses/lintr.md) | [![GitHub stars](https://img.shields.io/github/stars/r-lib/lintr?cacheSeconds=3600)](https://github.com/r-lib/lintr){target=_blank} | [R](descriptors/r_lintr.md) | :heart: | [MegaLinter reference](https://lintr.r-lib.org/articles/continuous-integration.html){target=_blank} | | [**ls-lint**](https://github.com/loeffel-io/ls-lint){target=_blank} | 2.2.3 | [MIT](licenses/ls-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/loeffel-io/ls-lint?cacheSeconds=3600)](https://github.com/loeffel-io/ls-lint){target=_blank} | [REPOSITORY](descriptors/repository_ls_lint.md) | :white_circle: | [Repository](https://github.com/loeffel-io/ls-lint){target=_blank} | | [**luacheck**](https://github.com/luarocks/luacheck){target=_blank} | 1.2.0 | [MIT](licenses/luacheck.md) | [![GitHub stars](https://img.shields.io/github/stars/luarocks/luacheck?cacheSeconds=3600)](https://github.com/luarocks/luacheck){target=_blank} | [LUA](descriptors/lua_luacheck.md) | :no_entry_sign: | [Repository](https://github.com/luarocks/luacheck){target=_blank} | -| [**lychee**](https://github.com/lycheeverse/lychee){target=_blank} | 0.17.0 | [Apache-2.0](licenses/lychee.md) | [![GitHub stars](https://img.shields.io/github/stars/lycheeverse/lychee?cacheSeconds=3600)](https://github.com/lycheeverse/lychee){target=_blank} | [SPELL](descriptors/spell_lychee.md) | :white_circle: | [Repository](https://github.com/lycheeverse/lychee){target=_blank} | +| [**lychee**](https://github.com/lycheeverse/lychee){target=_blank} | 0.18.0 | [Apache-2.0](licenses/lychee.md) | [![GitHub stars](https://img.shields.io/github/stars/lycheeverse/lychee?cacheSeconds=3600)](https://github.com/lycheeverse/lychee){target=_blank} | [SPELL](descriptors/spell_lychee.md) | :white_circle: | [Repository](https://github.com/lycheeverse/lychee){target=_blank} | | [**markdown-link-check**](https://github.com/tcort/markdown-link-check){target=_blank} | 3.12.2 | [ISC](licenses/markdown-link-check.md) | [![GitHub stars](https://img.shields.io/github/stars/tcort/markdown-link-check?cacheSeconds=3600)](https://github.com/tcort/markdown-link-check){target=_blank} | [MARKDOWN](descriptors/markdown_markdown_link_check.md) | :heart: | [MegaLinter reference](https://github.com/tcort/markdown-link-check#run-in-other-tools){target=_blank} | | [**markdown-table-formatter**](https://github.com/nvuillam/markdown-table-formatter){target=_blank} | 1.6.1 | [MIT](licenses/markdown-table-formatter.md) | [![GitHub stars](https://img.shields.io/github/stars/nvuillam/markdown-table-formatter?cacheSeconds=3600)](https://github.com/nvuillam/markdown-table-formatter){target=_blank} | [MARKDOWN](descriptors/markdown_markdown_table_formatter.md) | :white_circle: | [Repository](https://github.com/nvuillam/markdown-table-formatter){target=_blank} | | [**markdownlint**](https://github.com/DavidAnson/markdownlint){target=_blank} | 0.43.0 | [MIT](licenses/markdownlint.md) | [![GitHub stars](https://img.shields.io/github/stars/DavidAnson/markdownlint?cacheSeconds=3600)](https://github.com/DavidAnson/markdownlint){target=_blank} | [MARKDOWN](descriptors/markdown_markdownlint.md) | :white_circle: | [Repository](https://github.com/DavidAnson/markdownlint){target=_blank} | -| [**mypy**](https://github.com/python/mypy){target=_blank} | 1.13.0 | [MIT](licenses/mypy.md) | [![GitHub stars](https://img.shields.io/github/stars/python/mypy?cacheSeconds=3600)](https://github.com/python/mypy){target=_blank} | [PYTHON](descriptors/python_mypy.md) | | [Repository](https://github.com/python/mypy){target=_blank} | +| [**mypy**](https://github.com/python/mypy){target=_blank} | 1.14.0 | [MIT](licenses/mypy.md) | [![GitHub stars](https://img.shields.io/github/stars/python/mypy?cacheSeconds=3600)](https://github.com/python/mypy){target=_blank} | [PYTHON](descriptors/python_mypy.md) | | [Repository](https://github.com/python/mypy){target=_blank} | | [**npm-groovy-lint**](https://github.com/nvuillam/npm-groovy-lint){target=_blank} | 15.0.2 | [MIT](licenses/npm-groovy-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/nvuillam/npm-groovy-lint?cacheSeconds=3600)](https://github.com/nvuillam/npm-groovy-lint){target=_blank} | [GROOVY](descriptors/groovy_npm_groovy_lint.md) | :heart: | [MegaLinter reference](https://nvuillam.github.io/npm-groovy-lint/#mega-linter){target=_blank} | | [**npm-package-json-lint**](https://github.com/tclindner/npm-package-json-lint){target=_blank} | 8.0.0 | [MIT](licenses/npm-package-json-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/tclindner/npm-package-json-lint?cacheSeconds=3600)](https://github.com/tclindner/npm-package-json-lint){target=_blank} | [JSON](descriptors/json_npm_package_json_lint.md) | :heart: | [MegaLinter reference](https://npmpackagejsonlint.org/docs/integrations#megalinter){target=_blank} | | [**perlcritic**](https://github.com/Perl-Critic/Perl-Critic){target=_blank} | 1.156 | [Other](licenses/perlcritic.md) | [![GitHub stars](https://img.shields.io/github/stars/Perl-Critic/Perl-Critic?cacheSeconds=3600)](https://github.com/Perl-Critic/Perl-Critic){target=_blank} | [PERL](descriptors/perl_perlcritic.md) | :white_circle: | [Repository](https://github.com/Perl-Critic/Perl-Critic){target=_blank} | @@ -86,7 +86,7 @@ | [**rstcheck**](https://github.com/myint/rstcheck){target=_blank} | 6.2.4 | [MIT](licenses/rstcheck.md) | [![GitHub stars](https://img.shields.io/github/stars/myint/rstcheck?cacheSeconds=3600)](https://github.com/myint/rstcheck){target=_blank} | [RST](descriptors/rst_rstcheck.md) | :heart: | [MegaLinter reference](https://rstcheck.readthedocs.io/en/latest/usage/integration/#use-with-mega-linter){target=_blank} | | [**rstfmt**](https://github.com/dzhu/rstfmt){target=_blank} | 0.0.14 | | | [RST](descriptors/rst_rstfmt.md) | :hammer_and_wrench: | [Pull Request](https://github.com/dzhu/rstfmt/pull/1){target=_blank} | | [**rubocop**](https://github.com/rubocop-hq/rubocop){target=_blank} | 1.69.2 | [MIT](licenses/rubocop.md) | [![GitHub stars](https://img.shields.io/github/stars/rubocop-hq/rubocop?cacheSeconds=3600)](https://github.com/rubocop-hq/rubocop){target=_blank} | [RUBY](descriptors/ruby_rubocop.md) | :heart: | [MegaLinter reference](https://docs.rubocop.org/rubocop/integration_with_other_tools.html#mega-linter-integration){target=_blank} | -| [**ruff**](https://github.com/astral-sh/ruff){target=_blank} | 0.8.3 | [MIT](licenses/ruff.md) | [![GitHub stars](https://img.shields.io/github/stars/astral-sh/ruff?cacheSeconds=3600)](https://github.com/astral-sh/ruff){target=_blank} | [PYTHON](descriptors/python_ruff.md) | :white_circle: | [Repository](https://github.com/astral-sh/ruff){target=_blank} | +| [**ruff**](https://github.com/astral-sh/ruff){target=_blank} | 0.8.4 | [MIT](licenses/ruff.md) | [![GitHub stars](https://img.shields.io/github/stars/astral-sh/ruff?cacheSeconds=3600)](https://github.com/astral-sh/ruff){target=_blank} | [PYTHON](descriptors/python_ruff.md) | :white_circle: | [Repository](https://github.com/astral-sh/ruff){target=_blank} | | [**scalafix**](https://github.com/scalacenter/scalafix){target=_blank} | 0.13.0 | [Other](licenses/scalafix.md) | [![GitHub stars](https://img.shields.io/github/stars/scalacenter/scalafix?cacheSeconds=3600)](https://github.com/scalacenter/scalafix){target=_blank} | [SCALA](descriptors/scala_scalafix.md) | :heart: | [MegaLinter reference](https://scalacenter.github.io/scalafix/docs/users/installation.html#plugins-for-other-build-tools){target=_blank} | | [**secretlint**](https://github.com/secretlint/secretlint){target=_blank} | 9.0.0 | [MIT](licenses/secretlint.md) | [![GitHub stars](https://img.shields.io/github/stars/secretlint/secretlint?cacheSeconds=3600)](https://github.com/secretlint/secretlint){target=_blank} | [REPOSITORY](descriptors/repository_secretlint.md) | :heart: | [MegaLinter reference](https://github.com/secretlint/secretlint#mega-linter){target=_blank} | | [**selene**](https://github.com/Kampfkarren/selene){target=_blank} | 0.27.1 | | [![GitHub stars](https://img.shields.io/github/stars/Kampfkarren/selene?cacheSeconds=3600)](https://github.com/Kampfkarren/selene){target=_blank} | [LUA](descriptors/lua_selene.md) | :no_entry_sign: | [Repository](https://github.com/Kampfkarren/selene){target=_blank} | @@ -112,7 +112,7 @@ | [**tflint**](https://github.com/terraform-linters/tflint){target=_blank} | 0.54.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.58.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} | | [**trivy-sbom**](https://github.com/aquasecurity/trivy){target=_blank} | 0.58.0 | [Apache-2.0](licenses/trivy-sbom.md) | [![GitHub stars](https://img.shields.io/github/stars/aquasecurity/trivy?cacheSeconds=3600)](https://github.com/aquasecurity/trivy){target=_blank} | [REPOSITORY](descriptors/repository_trivy_sbom.md) | :white_circle: | [Repository](https://github.com/aquasecurity/trivy){target=_blank} | -| [**trufflehog**](https://github.com/trufflesecurity/trufflehog){target=_blank} | 3.86.1 | [AGPL-3.0](licenses/trufflehog.md) | [![GitHub stars](https://img.shields.io/github/stars/trufflesecurity/trufflehog?cacheSeconds=3600)](https://github.com/trufflesecurity/trufflehog){target=_blank} | [REPOSITORY](descriptors/repository_trufflehog.md) | :white_circle: | [Repository](https://github.com/trufflesecurity/trufflehog){target=_blank} | +| [**trufflehog**](https://github.com/trufflesecurity/trufflehog){target=_blank} | 3.87.1 | [AGPL-3.0](licenses/trufflehog.md) | [![GitHub stars](https://img.shields.io/github/stars/trufflesecurity/trufflehog?cacheSeconds=3600)](https://github.com/trufflesecurity/trufflehog){target=_blank} | [REPOSITORY](descriptors/repository_trufflehog.md) | :white_circle: | [Repository](https://github.com/trufflesecurity/trufflehog){target=_blank} | | [**ts-standard**](https://github.com/standard/ts-standard){target=_blank} | 12.0.2 | [MIT](licenses/ts-standard.md) | [![GitHub stars](https://img.shields.io/github/stars/standard/ts-standard?cacheSeconds=3600)](https://github.com/standard/ts-standard){target=_blank} | [TYPESCRIPT](descriptors/typescript_ts_standard.md) | :white_circle: | [Repository](https://github.com/standard/ts-standard){target=_blank} | | [**tsqllint**](https://github.com/tsqllint/tsqllint){target=_blank} | 1.16.0.0 | [MIT](licenses/tsqllint.md) | [![GitHub stars](https://img.shields.io/github/stars/tsqllint/tsqllint?cacheSeconds=3600)](https://github.com/tsqllint/tsqllint){target=_blank} | [SQL](descriptors/sql_tsqllint.md) | :white_circle: | [Repository](https://github.com/tsqllint/tsqllint){target=_blank} | | [**v8r**](https://github.com/chris48s/v8r){target=_blank} | 4.2.1 | [MIT](licenses/v8r.md) | [![GitHub stars](https://img.shields.io/github/stars/chris48s/v8r?cacheSeconds=3600)](https://github.com/chris48s/v8r){target=_blank} | [JSON](descriptors/json_v8r.md)
[YAML](descriptors/yaml_v8r.md) | :no_entry_sign: | [Repository](https://github.com/chris48s/v8r){target=_blank} | diff --git a/docs/descriptors/kubernetes_kubescape.md b/docs/descriptors/kubernetes_kubescape.md index 7e0c86932f9..6f936a3ccee 100644 --- a/docs/descriptors/kubernetes_kubescape.md +++ b/docs/descriptors/kubernetes_kubescape.md @@ -126,7 +126,7 @@ Available Commands: completion Generate autocompletion script config Handle cached configurations delete Delete configurations in Kubescape SaaS version - download Download attack-tracks,controls-inputs,exceptions,control,framework,artifacts + download Download controls-inputs,exceptions,control,framework,artifacts,attack-tracks fix Fix misconfiguration in files help Help about any command list List frameworks/controls will list the supported frameworks and controls diff --git a/docs/descriptors/python_mypy.md b/docs/descriptors/python_mypy.md index e743cd246e9..2b06b668034 100644 --- a/docs/descriptors/python_mypy.md +++ b/docs/descriptors/python_mypy.md @@ -19,7 +19,7 @@ If you don't use python static typing, you should disable this linter by adding ## mypy documentation -- Version in MegaLinter: **1.13.0** +- Version in MegaLinter: **1.14.0** - Visit [Official Web Site](https://mypy.readthedocs.io/en/stable/){target=_blank} - See [How to configure mypy rules](https://mypy.readthedocs.io/en/stable/config_file.html){target=_blank} - If custom `.mypy.ini` config file isn't found, [.mypy.ini](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.mypy.ini){target=_blank} will be used @@ -154,6 +154,7 @@ Import discovery: --no-namespace-packages Disable support for namespace packages (PEP 420, __init__.py-less) (inverse: --namespace-packages) --ignore-missing-imports Silently ignore imports of missing modules + --follow-untyped-imports Typecheck modules without stubs or py.typed marker --follow-imports {normal,silent,skip,error} How to treat imports (default normal) --python-executable EXECUTABLE @@ -186,9 +187,6 @@ Platform configuration: Disallow dynamic typing: Disallow the use of the dynamic 'Any' type under certain conditions. - --disallow-any-unimported - Disallow Any types resulting from unfollowed - imports --disallow-any-expr Disallow all expressions that have type Any --disallow-any-decorated Disallow functions that have Any in their signature after decorator transformation @@ -196,6 +194,9 @@ Disallow dynamic typing: --disallow-any-generics Disallow usage of generic types that do not specify explicit type parameters (inverse: --allow-any-generics) + --disallow-any-unimported + Disallow Any types resulting from unfollowed + imports (inverse: --allow-any-unimported) --disallow-subclassing-any Disallow subclassing values of type 'Any' when defining classes (inverse: --allow-subclassing- @@ -252,6 +253,10 @@ Configuring warnings: any) --warn-unreachable Warn about statements or expressions inferred to be unreachable (inverse: --no-warn-unreachable) + --report-deprecated-as-note + Report importing or using deprecated features as + notes instead of errors (inverse: --no-report- + deprecated-as-note) Miscellaneous strictness flags: --allow-untyped-globals Suppress toplevel errors caused by missing diff --git a/docs/descriptors/python_ruff.md b/docs/descriptors/python_ruff.md index 5d7b3a5ab03..303a4fe644f 100644 --- a/docs/descriptors/python_ruff.md +++ b/docs/descriptors/python_ruff.md @@ -11,7 +11,7 @@ An extremely fast Python linter, written in Rust. ## ruff documentation -- Version in MegaLinter: **0.8.3** +- Version in MegaLinter: **0.8.4** - Visit [Official Web Site](https://github.com/astral-sh/ruff#readme){target=_blank} - See [How to configure ruff rules](https://docs.astral.sh/ruff/configuration/){target=_blank} - If custom `.ruff.toml` config file isn't found, [.ruff.toml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.ruff.toml){target=_blank} will be used diff --git a/docs/descriptors/repository_checkov.md b/docs/descriptors/repository_checkov.md index b7e6e9f670d..856a071166e 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.2.342** +- Version in MegaLinter: **3.2.343** - 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 diff --git a/docs/descriptors/repository_trufflehog.md b/docs/descriptors/repository_trufflehog.md index 555ad21ca4e..a49c928e809 100644 --- a/docs/descriptors/repository_trufflehog.md +++ b/docs/descriptors/repository_trufflehog.md @@ -15,7 +15,7 @@ description: How to use trufflehog (configure, ignore files, ignore errors, help ## trufflehog documentation -- Version in MegaLinter: **3.86.1** +- Version in MegaLinter: **3.87.1** - Visit [Official Web Site](https://github.com/trufflesecurity/trufflehog#readme){target=_blank} - See [How to configure trufflehog rules](https://github.com/trufflesecurity/trufflehog#regex-detector-alpha){target=_blank} @@ -128,6 +128,9 @@ Flags: --verifier=VERIFIER ... Set custom verification endpoints. --[no-]custom-verifiers-only Only use custom verification endpoints. + --detector-timeout=DETECTOR-TIMEOUT + Maximum time to spend scanning chunks per + detector (e.g., 30s). --archive-max-size=ARCHIVE-MAX-SIZE Maximum size of archive to scan. (Byte units eg. 512B, 2KB, 4MB) @@ -214,7 +217,7 @@ analyze [] - Dockerfile commands : ```dockerfile # renovate: datasource=docker depName=trufflesecurity/trufflehog -ARG REPOSITORY_TRUFFLEHOG_VERSION=3.86.1 +ARG REPOSITORY_TRUFFLEHOG_VERSION=3.87.1 FROM trufflesecurity/trufflehog:${REPOSITORY_TRUFFLEHOG_VERSION} AS trufflehog COPY --link --from=trufflehog /usr/bin/trufflehog /usr/bin/ ``` diff --git a/docs/descriptors/snakemake_snakemake.md b/docs/descriptors/snakemake_snakemake.md index fbf439745da..d7e57239b24 100644 --- a/docs/descriptors/snakemake_snakemake.md +++ b/docs/descriptors/snakemake_snakemake.md @@ -134,7 +134,7 @@ usage: snakemake [-h] [--dry-run] [--profile PROFILE] [--d3dag] [--summary] [--detailed-summary] [--archive FILE] [--cleanup-metadata FILE [FILE ...]] [--cleanup-shadow] [--skip-script-cleanup] [--unlock] - [--list-changes {input,code,params}] [--list-input-changes] + [--list-changes {params,code,input}] [--list-input-changes] [--list-params-changes] [--list-untracked] [--delete-all-output | --delete-temp-output] [--keep-incomplete] [--drop-metadata] [--version] @@ -179,7 +179,7 @@ usage: snakemake [-h] [--dry-run] [--profile PROFILE] [--scheduler-solver-path SCHEDULER_SOLVER_PATH] [--deploy-sources QUERY CHECKSUM] [--target-jobs TARGET_JOBS [TARGET_JOBS ...]] - [--mode {subprocess,default,remote}] + [--mode {subprocess,remote,default}] [--report-html-path VALUE] [--report-html-stylesheet-path VALUE] [targets ...] @@ -647,7 +647,7 @@ UTILITIES: (default: False) --unlock Remove a lock on the working directory. (default: False) - --list-changes {input,code,params}, --lc {input,code,params} + --list-changes {params,code,input}, --lc {params,code,input} List all output files for which the given items (code, input, params) have changed since creation. --list-input-changes, --li @@ -1005,7 +1005,7 @@ INTERNAL: --target-jobs TARGET_JOBS [TARGET_JOBS ...] Internal use only: Target particular jobs by RULE:WILDCARD1=VALUE,WILDCARD2=VALUE,... - --mode {subprocess,default,remote} + --mode {subprocess,remote,default} Internal use only: Set execution mode of Snakemake. (default: default) diff --git a/docs/descriptors/spell_lychee.md b/docs/descriptors/spell_lychee.md index b2fc727ea6d..a9eb44a53d9 100644 --- a/docs/descriptors/spell_lychee.md +++ b/docs/descriptors/spell_lychee.md @@ -27,7 +27,7 @@ https://github.com/sgerrand/alpine-pkg-glibc/releases/download ## lychee documentation -- Version in MegaLinter: **0.17.0** +- Version in MegaLinter: **0.18.0** - Visit [Official Web Site](https://lychee.cli.rs){target=_blank} - See [How to configure lychee rules](https://lychee.cli.rs/#/usage/config){target=_blank} - See [Index of problems detected by lychee](https://lychee.cli.rs/#/usage/cli){target=_blank} @@ -211,7 +211,7 @@ Options: -u, --user-agent User agent - [default: lychee/0.17.0] + [default: lychee/0.18.0] -i, --insecure Proceed for server connections considered insecure (invalid TLS) diff --git a/docs/descriptors/xml_xmllint.md b/docs/descriptors/xml_xmllint.md index 45f2e7ea8ac..6bbc3f7f5f8 100644 --- a/docs/descriptors/xml_xmllint.md +++ b/docs/descriptors/xml_xmllint.md @@ -25,7 +25,7 @@ To apply file formatting you must set `XML_XMLLINT_CLI_LINT_MODE: file` and `XML | Variable | Description | Default value | |-----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------| | XML_XMLLINT_AUTOFORMAT | If set to `true`, it will reformat and reindent the output | `false` | -| XML_XMLLINT_INDENT | The number of indentation spaces when `XML_XMLLINT_AUTOFORMAT` is `true` | `` | +| XML_XMLLINT_INDENT | The number of indentation spaces when `XML_XMLLINT_AUTOFORMAT` is `true` | ` ` | | XML_XMLLINT_ARGUMENTS | User custom arguments to add in linter CLI call
Ex: `-s --foo "bar"` | | | XML_XMLLINT_COMMAND_REMOVE_ARGUMENTS | User custom arguments to remove from command line before calling the linter
Ex: `-s --foo "bar"` | | | XML_XMLLINT_FILTER_REGEX_INCLUDE | Custom regex including filter
Ex: `(src\|lib)` | Include every file | diff --git a/docs/used-by-stats.md b/docs/used-by-stats.md index 644fd49b5ca..938c4d7d974 100644 --- a/docs/used-by-stats.md +++ b/docs/used-by-stats.md @@ -1,32 +1,32 @@ # Dependents stats for oxsecurity/megalinter -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2811&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=2811&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=-2811&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=97806&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2810&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=2810&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=-2810&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=97939&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) | Repository | Stars | |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:| -|   [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 56245 | -|   [PRQL](https://github.com/PRQL) / [prql](https://github.com/PRQL/prql) | 10010 | -|   [dorssel](https://github.com/dorssel) / [usbipd-win](https://github.com/dorssel/usbipd-win) | 3874 | -|   [IlanCosman](https://github.com/IlanCosman) / [tide](https://github.com/IlanCosman/tide) | 3067 | -|   [privacyguides](https://github.com/privacyguides) / [privacyguides.org](https://github.com/privacyguides/privacyguides.org) | 2844 | -|   [stepancheg](https://github.com/stepancheg) / [rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2820 | -|   [PowerDNS-Admin](https://github.com/PowerDNS-Admin) / [PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 2495 | -|   [ever-co](https://github.com/ever-co) / [ever-gauzy](https://github.com/ever-co/ever-gauzy) | 2332 | -|   [microsoft](https://github.com/microsoft) / [code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 2287 | -|   [meichthys](https://github.com/meichthys) / [foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 2044 | -|   [oxsecurity](https://github.com/oxsecurity) / [megalinter](https://github.com/oxsecurity/megalinter) | 1979 | -|   [cisagov](https://github.com/cisagov) / [ScubaGear](https://github.com/cisagov/ScubaGear) | 1844 | +|   [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 56281 | +|   [PRQL](https://github.com/PRQL) / [prql](https://github.com/PRQL/prql) | 10013 | +|   [dorssel](https://github.com/dorssel) / [usbipd-win](https://github.com/dorssel/usbipd-win) | 3885 | +|   [IlanCosman](https://github.com/IlanCosman) / [tide](https://github.com/IlanCosman/tide) | 3070 | +|   [privacyguides](https://github.com/privacyguides) / [privacyguides.org](https://github.com/privacyguides/privacyguides.org) | 2850 | +|   [stepancheg](https://github.com/stepancheg) / [rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2822 | +|   [PowerDNS-Admin](https://github.com/PowerDNS-Admin) / [PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 2499 | +|   [ever-co](https://github.com/ever-co) / [ever-gauzy](https://github.com/ever-co/ever-gauzy) | 2338 | +|   [microsoft](https://github.com/microsoft) / [code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 2290 | +|   [meichthys](https://github.com/meichthys) / [foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 2051 | +|   [oxsecurity](https://github.com/oxsecurity) / [megalinter](https://github.com/oxsecurity/megalinter) | 1981 | +|   [cisagov](https://github.com/cisagov) / [ScubaGear](https://github.com/cisagov/ScubaGear) | 1865 | |   [Romanitho](https://github.com/Romanitho) / [Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 1213 | -|   [unixorn](https://github.com/unixorn) / [git-extra-commands](https://github.com/unixorn/git-extra-commands) | 1028 | -|   [TrimarcJake](https://github.com/TrimarcJake) / [Locksmith](https://github.com/TrimarcJake/Locksmith) | 965 | -|   [unixorn](https://github.com/unixorn) / [zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) | 795 | -|   [secureCodeBox](https://github.com/secureCodeBox) / [secureCodeBox](https://github.com/secureCodeBox/secureCodeBox) | 787 | -|   [ministryofjustice](https://github.com/ministryofjustice) / [modernisation-platform](https://github.com/ministryofjustice/modernisation-platform) | 680 | -|   [awslabs](https://github.com/awslabs) / [aws-deployment-framework](https://github.com/awslabs/aws-deployment-framework) | 670 | -|   [cattle-ops](https://github.com/cattle-ops) / [terraform-aws-gitlab-runner](https://github.com/cattle-ops/terraform-aws-gitlab-runner) | 588 | +|   [unixorn](https://github.com/unixorn) / [git-extra-commands](https://github.com/unixorn/git-extra-commands) | 1030 | +|   [TrimarcJake](https://github.com/TrimarcJake) / [Locksmith](https://github.com/TrimarcJake/Locksmith) | 967 | +|   [unixorn](https://github.com/unixorn) / [zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) | 797 | +|   [secureCodeBox](https://github.com/secureCodeBox) / [secureCodeBox](https://github.com/secureCodeBox/secureCodeBox) | 791 | +|   [ministryofjustice](https://github.com/ministryofjustice) / [modernisation-platform](https://github.com/ministryofjustice/modernisation-platform) | 681 | +|   [awslabs](https://github.com/awslabs) / [aws-deployment-framework](https://github.com/awslabs/aws-deployment-framework) | 669 | +|   [cattle-ops](https://github.com/cattle-ops) / [terraform-aws-gitlab-runner](https://github.com/cattle-ops/terraform-aws-gitlab-runner) | 587 | |   [practicalli](https://github.com/practicalli) / [clojure-cli-config](https://github.com/practicalli/clojure-cli-config) | 524 | |   [pola-rs](https://github.com/pola-rs) / [r-polars](https://github.com/pola-rs/r-polars) | 482 | |   [scolladon](https://github.com/scolladon) / [sfdx-git-delta](https://github.com/scolladon/sfdx-git-delta) | 453 | @@ -34,19 +34,19 @@ |   [leosuncin](https://github.com/leosuncin) / [nest-auth-example](https://github.com/leosuncin/nest-auth-example) | 409 | |   [llaville](https://github.com/llaville) / [php-compatinfo](https://github.com/llaville/php-compatinfo) | 373 | |   [OCSInventory-NG](https://github.com/OCSInventory-NG) / [OCSInventory-Server](https://github.com/OCSInventory-NG/OCSInventory-Server) | 359 | -|   [ahmadnassri](https://github.com/ahmadnassri) / [action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) | 343 | -|   [unixorn](https://github.com/unixorn) / [fzf-zsh-plugin](https://github.com/unixorn/fzf-zsh-plugin) | 314 | +|   [ahmadnassri](https://github.com/ahmadnassri) / [action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) | 344 | +|   [unixorn](https://github.com/unixorn) / [fzf-zsh-plugin](https://github.com/unixorn/fzf-zsh-plugin) | 313 | |   [toboshii](https://github.com/toboshii) / [home-ops](https://github.com/toboshii/home-ops) | 309 | |   [brettdottech](https://github.com/brettdottech) / [info-orbs](https://github.com/brettdottech/info-orbs) | 283 | |   [carpenike](https://github.com/carpenike) / [k8s-gitops](https://github.com/carpenike/k8s-gitops) | 249 | |   [NationalSecurityAgency](https://github.com/NationalSecurityAgency) / [emissary](https://github.com/NationalSecurityAgency/emissary) | 246 | |   [OCSInventory-NG](https://github.com/OCSInventory-NG) / [OCSInventory-ocsreports](https://github.com/OCSInventory-NG/OCSInventory-ocsreports) | 235 | -|   [Luzkan](https://github.com/Luzkan) / [smells](https://github.com/Luzkan/smells) | 221 | -|   [orangekame3](https://github.com/orangekame3) / [paclear](https://github.com/orangekame3/paclear) | 217 | +|   [Luzkan](https://github.com/Luzkan) / [smells](https://github.com/Luzkan/smells) | 222 | +|   [orangekame3](https://github.com/orangekame3) / [paclear](https://github.com/orangekame3/paclear) | 218 | |   [hardisgroupcom](https://github.com/hardisgroupcom) / [sfdx-hardis](https://github.com/hardisgroupcom/sfdx-hardis) | 214 | -|   [IQEngine](https://github.com/IQEngine) / [IQEngine](https://github.com/IQEngine/IQEngine) | 212 | +|   [IQEngine](https://github.com/IQEngine) / [IQEngine](https://github.com/IQEngine/IQEngine) | 213 | |   [nvuillam](https://github.com/nvuillam) / [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) | 211 | -|   [brettinternet](https://github.com/brettinternet) / [homeops](https://github.com/brettinternet/homeops) | 210 | +|   [brettinternet](https://github.com/brettinternet) / [homeops](https://github.com/brettinternet/homeops) | 211 | |   [philips-software](https://github.com/philips-software) / [amp-embedded-infra-lib](https://github.com/philips-software/amp-embedded-infra-lib) | 205 | |   [bevyengine](https://github.com/bevyengine) / [bevy-website](https://github.com/bevyengine/bevy-website) | 202 | |   [T145](https://github.com/T145) / [black-mirror](https://github.com/T145/black-mirror) | 199 | @@ -61,9 +61,9 @@ |   [etchteam](https://github.com/etchteam) / [next-pagination](https://github.com/etchteam/next-pagination) | 168 | |   [unixorn](https://github.com/unixorn) / [tumult.plugin.zsh](https://github.com/unixorn/tumult.plugin.zsh) | 167 | |   [davidB](https://github.com/davidB) / [tracing-opentelemetry-instrumentation-sdk](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) | 154 | -|   [github](https://github.com/github) / [local-action](https://github.com/github/local-action) | 149 | +|   [github](https://github.com/github) / [local-action](https://github.com/github/local-action) | 151 | |   [Aurorastation](https://github.com/Aurorastation) / [Aurora.3](https://github.com/Aurorastation/Aurora.3) | 148 | -|   [AndreaPontrandolfo](https://github.com/AndreaPontrandolfo) / [sheriff](https://github.com/AndreaPontrandolfo/sheriff) | 142 | +|   [AndreaPontrandolfo](https://github.com/AndreaPontrandolfo) / [sheriff](https://github.com/AndreaPontrandolfo/sheriff) | 144 | |   [LukePrior](https://github.com/LukePrior) / [nbn-upgrade-map](https://github.com/LukePrior/nbn-upgrade-map) | 141 | |   [cbg-ethz](https://github.com/cbg-ethz) / [V-pipe](https://github.com/cbg-ethz/V-pipe) | 133 | |   [orangekame3](https://github.com/orangekame3) / [stree](https://github.com/orangekame3/stree) | 133 | @@ -73,9 +73,9 @@ |   [ishioni](https://github.com/ishioni) / [homelab-ops](https://github.com/ishioni/homelab-ops) | 113 | |   [philips-software](https://github.com/philips-software) / [amp-devcontainer](https://github.com/philips-software/amp-devcontainer) | 110 | |   [unixorn](https://github.com/unixorn) / [ha-mqtt-discoverable](https://github.com/unixorn/ha-mqtt-discoverable) | 105 | -|   [Azure](https://github.com/Azure) / [ARO-RP](https://github.com/Azure/ARO-RP) | 102 | +|   [Azure](https://github.com/Azure) / [ARO-RP](https://github.com/Azure/ARO-RP) | 103 | |   [ahmadnassri](https://github.com/ahmadnassri) / [docker-vscode-server](https://github.com/ahmadnassri/docker-vscode-server) | 99 | -|   [leosuncin](https://github.com/leosuncin) / [nest-api-example](https://github.com/leosuncin/nest-api-example) | 94 | +|   [leosuncin](https://github.com/leosuncin) / [nest-api-example](https://github.com/leosuncin/nest-api-example) | 95 | |   [practicalli](https://github.com/practicalli) / [clojure](https://github.com/practicalli/clojure) | 93 | |   [ulises-jeremias](https://github.com/ulises-jeremias) / [dotfiles](https://github.com/ulises-jeremias/dotfiles) | 92 | |   [npalm](https://github.com/npalm) / [action-docs](https://github.com/npalm/action-docs) | 88 | @@ -92,22 +92,22 @@ |   [Azure](https://github.com/Azure) / [benchpress](https://github.com/Azure/benchpress) | 61 | |   [unixorn](https://github.com/unixorn) / [warhol.plugin.zsh](https://github.com/unixorn/warhol.plugin.zsh) | 60 | |   [llaville](https://github.com/llaville) / [umlwriter](https://github.com/llaville/umlwriter) | 59 | +|   [philips-software](https://github.com/philips-software) / [amp-hal-st](https://github.com/philips-software/amp-hal-st) | 59 | |   [FaserF](https://github.com/FaserF) / [hassio-addons](https://github.com/FaserF/hassio-addons) | 58 | -|   [philips-software](https://github.com/philips-software) / [amp-hal-st](https://github.com/philips-software/amp-hal-st) | 58 | +|   [apigee](https://github.com/apigee) / [terraform-modules](https://github.com/apigee/terraform-modules) | 56 | |   [GoogleCloudPlatform](https://github.com/GoogleCloudPlatform) / [apigee-samples](https://github.com/GoogleCloudPlatform/apigee-samples) | 55 | -|   [apigee](https://github.com/apigee) / [terraform-modules](https://github.com/apigee/terraform-modules) | 55 | |   [leosuncin](https://github.com/leosuncin) / [nest-typeorm-custom-repository](https://github.com/leosuncin/nest-typeorm-custom-repository) | 53 | |   [nvuillam](https://github.com/nvuillam) / [sfdx-essentials](https://github.com/nvuillam/sfdx-essentials) | 53 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-glob-promise](https://github.com/ahmadnassri/node-glob-promise) | 53 | |   [stepancheg](https://github.com/stepancheg) / [rust-tls-api](https://github.com/stepancheg/rust-tls-api) | 50 | |   [hardisgroupcom](https://github.com/hardisgroupcom) / [vscode-sfdx-hardis](https://github.com/hardisgroupcom/vscode-sfdx-hardis) | 50 | |   [HariSekhon](https://github.com/HariSekhon) / [GitHub-Actions](https://github.com/HariSekhon/GitHub-Actions) | 49 | +|   [quackduck](https://github.com/quackduck) / [cool](https://github.com/quackduck/cool) | 49 | |   [ruzickap](https://github.com/ruzickap) / [k8s-flagger-istio-flux](https://github.com/ruzickap/k8s-flagger-istio-flux) | 49 | |   [cdzombak](https://github.com/cdzombak) / [pi-fm-player](https://github.com/cdzombak/pi-fm-player) | 49 | |   [ZEISS](https://github.com/ZEISS) / [libczi](https://github.com/ZEISS/libczi) | 49 | |   [unixorn](https://github.com/unixorn) / [chocolate-factory-engineering-docs](https://github.com/unixorn/chocolate-factory-engineering-docs) | 48 | |   [quackduck](https://github.com/quackduck) / [rem](https://github.com/quackduck/rem) | 48 | -|   [quackduck](https://github.com/quackduck) / [cool](https://github.com/quackduck/cool) | 48 | |   [ruzickap](https://github.com/ruzickap) / [action-my-broken-link-checker](https://github.com/ruzickap/action-my-broken-link-checker) | 48 | |   [jr0dd](https://github.com/jr0dd) / [home-ops](https://github.com/jr0dd/home-ops) | 47 | |   [Amplitude-Developer-Docs](https://github.com/Amplitude-Developer-Docs) / [amplitude-dev-center](https://github.com/Amplitude-Developer-Docs/amplitude-dev-center) | 47 | @@ -115,8 +115,8 @@ |   [xlab-si](https://github.com/xlab-si) / [iac-scan-runner](https://github.com/xlab-si/iac-scan-runner) | 46 | |   [orangekame3](https://github.com/orangekame3) / [ghfetch](https://github.com/orangekame3/ghfetch) | 46 | |   [AliceO2Group](https://github.com/AliceO2Group) / [O2Physics](https://github.com/AliceO2Group/O2Physics) | 45 | +|   [PowerDNS-Admin](https://github.com/PowerDNS-Admin) / [pda-next](https://github.com/PowerDNS-Admin/pda-next) | 44 | |   [axeII](https://github.com/axeII) / [home-ops](https://github.com/axeII/home-ops) | 43 | -|   [PowerDNS-Admin](https://github.com/PowerDNS-Admin) / [pda-next](https://github.com/PowerDNS-Admin/pda-next) | 43 | |   [tyriis](https://github.com/tyriis) / [home-ops](https://github.com/tyriis/home-ops) | 43 | |   [camaraproject](https://github.com/camaraproject) / [QualityOnDemand](https://github.com/camaraproject/QualityOnDemand) | 43 | |   [reefland](https://github.com/reefland) / [cri-purge](https://github.com/reefland/cri-purge) | 43 | @@ -124,8 +124,8 @@ |   [ruzickap](https://github.com/ruzickap) / [malware-cryptominer-container](https://github.com/ruzickap/malware-cryptominer-container) | 41 | |   [nvuillam](https://github.com/nvuillam) / [node-java-caller](https://github.com/nvuillam/node-java-caller) | 41 | |   [MythicDrops](https://github.com/MythicDrops) / [MythicDrops](https://github.com/MythicDrops/MythicDrops) | 40 | +|   [MoegirlPediaInterfaceAdmins](https://github.com/MoegirlPediaInterfaceAdmins) / [MoegirlPediaInterfaceCodes](https://github.com/MoegirlPediaInterfaceAdmins/MoegirlPediaInterfaceCodes) | 38 | |   [orangekame3](https://github.com/orangekame3) / [mk](https://github.com/orangekame3/mk) | 38 | -|   [MoegirlPediaInterfaceAdmins](https://github.com/MoegirlPediaInterfaceAdmins) / [MoegirlPediaInterfaceCodes](https://github.com/MoegirlPediaInterfaceAdmins/MoegirlPediaInterfaceCodes) | 37 | |   [whoisdsmith](https://github.com/whoisdsmith) / [VAULTSIDIAN](https://github.com/whoisdsmith/VAULTSIDIAN) | 37 | |   [microsoft](https://github.com/microsoft) / [OHDSIonAzure](https://github.com/microsoft/OHDSIonAzure) | 37 | |   [ahmadnassri](https://github.com/ahmadnassri) / [action-terraform-report](https://github.com/ahmadnassri/action-terraform-report) | 37 | @@ -143,10 +143,10 @@ |   [rwaltr](https://github.com/rwaltr) / [home-ops](https://github.com/rwaltr/home-ops) | 28 | |   [arbitraryexecution](https://github.com/arbitraryexecution) / [forta-bot-templates](https://github.com/arbitraryexecution/forta-bot-templates) | 27 | |   [ruzickap](https://github.com/ruzickap) / [k8s-flux-istio-gitlab-harbor](https://github.com/ruzickap/k8s-flux-istio-gitlab-harbor) | 27 | +|   [nvuillam](https://github.com/nvuillam) / [markdown-table-formatter](https://github.com/nvuillam/markdown-table-formatter) | 26 | |   [litejs](https://github.com/litejs) / [dom](https://github.com/litejs/dom) | 26 | |   [camaraproject](https://github.com/camaraproject) / [SimSwap](https://github.com/camaraproject/SimSwap) | 26 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-pretty-exceptions](https://github.com/ahmadnassri/node-pretty-exceptions) | 26 | -|   [nvuillam](https://github.com/nvuillam) / [markdown-table-formatter](https://github.com/nvuillam/markdown-table-formatter) | 25 | |   [Simplifi-ED](https://github.com/Simplifi-ED) / [cloudcost](https://github.com/Simplifi-ED/cloudcost) | 25 | |   [mirakc](https://github.com/mirakc) / [mirakc-arib](https://github.com/mirakc/mirakc-arib) | 24 | |   [unixorn](https://github.com/unixorn) / [jpb.zshplugin](https://github.com/unixorn/jpb.zshplugin) | 23 | @@ -163,8 +163,8 @@ |   [gmoon](https://github.com/gmoon) / [s3proxy](https://github.com/gmoon/s3proxy) | 21 | |   [practicalli](https://github.com/practicalli) / [neovim](https://github.com/practicalli/neovim) | 21 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-metalsmith-pug](https://github.com/ahmadnassri/node-metalsmith-pug) | 21 | +|   [nanlabs](https://github.com/nanlabs) / [terraform-aws-starter](https://github.com/nanlabs/terraform-aws-starter) | 21 | |   [KristjanESPERANTO](https://github.com/KristjanESPERANTO) / [MagicMirror-3rd-Party-Modules](https://github.com/KristjanESPERANTO/MagicMirror-3rd-Party-Modules) | 20 | -|   [nanlabs](https://github.com/nanlabs) / [terraform-aws-starter](https://github.com/nanlabs/terraform-aws-starter) | 20 | |   [diggsweden](https://github.com/diggsweden) / [open-source-project-template](https://github.com/diggsweden/open-source-project-template) | 19 | |   [ruzickap](https://github.com/ruzickap) / [action-my-markdown-link-checker](https://github.com/ruzickap/action-my-markdown-link-checker) | 19 | |   [unixorn](https://github.com/unixorn) / [jira-commands](https://github.com/unixorn/jira-commands) | 19 | @@ -191,12 +191,12 @@ |   [svt](https://github.com/svt) / [open-source-project-template](https://github.com/svt/open-source-project-template) | 16 | |   [svt](https://github.com/svt) / [media-analyzer](https://github.com/svt/media-analyzer) | 16 | |   [quackduck](https://github.com/quackduck) / [ncis](https://github.com/quackduck/ncis) | 16 | +|   [you-n-g](https://github.com/you-n-g) / [navigate-note.nvim](https://github.com/you-n-g/navigate-note.nvim) | 16 | +|   [meichthys](https://github.com/meichthys) / [foss_note_apps](https://github.com/meichthys/foss_note_apps) | 16 | |   [xoap-io](https://github.com/xoap-io) / [terraform-module-template](https://github.com/xoap-io/terraform-module-template) | 15 | -|   [you-n-g](https://github.com/you-n-g) / [navigate-note.nvim](https://github.com/you-n-g/navigate-note.nvim) | 15 | |   [ruzickap](https://github.com/ruzickap) / [k8s-eks-bottlerocket-fargate](https://github.com/ruzickap/k8s-eks-bottlerocket-fargate) | 15 | |   [opaque-systems](https://github.com/opaque-systems) / [atls-python](https://github.com/opaque-systems/atls-python) | 15 | |   [tomorrow-one](https://github.com/tomorrow-one) / [transactional-outbox](https://github.com/tomorrow-one/transactional-outbox) | 15 | -|   [meichthys](https://github.com/meichthys) / [foss_note_apps](https://github.com/meichthys/foss_note_apps) | 15 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-metalsmith-request](https://github.com/ahmadnassri/node-metalsmith-request) | 15 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-april-fools](https://github.com/ahmadnassri/node-april-fools) | 15 | |   [ministryofjustice](https://github.com/ministryofjustice) / [operations-engineering](https://github.com/ministryofjustice/operations-engineering) | 15 | @@ -259,9 +259,11 @@ |   [curedao](https://github.com/curedao) / [docs](https://github.com/curedao/docs) | 9 | |   [unixorn](https://github.com/unixorn) / [docker-cupsd](https://github.com/unixorn/docker-cupsd) | 9 | |   [stepancheg](https://github.com/stepancheg) / [rust-protoc-bin-vendored](https://github.com/stepancheg/rust-protoc-bin-vendored) | 9 | +|   [leosuncin](https://github.com/leosuncin) / [nest-graphql-example](https://github.com/leosuncin/nest-graphql-example) | 9 | |   [xoap-io](https://github.com/xoap-io) / [XOAPFSLogixDSC](https://github.com/xoap-io/XOAPFSLogixDSC) | 9 | |   [xoap-io](https://github.com/xoap-io) / [terraform-aws-storage-s3-policy](https://github.com/xoap-io/terraform-aws-storage-s3-policy) | 9 | |   [xoap-io](https://github.com/xoap-io) / [terraform-aws-storage-s3-inventory](https://github.com/xoap-io/terraform-aws-storage-s3-inventory) | 9 | +|   [diggsweden](https://github.com/diggsweden) / [mla](https://github.com/diggsweden/mla) | 9 | |   [ruzickap](https://github.com/ruzickap) / [k8s-jenkins-x](https://github.com/ruzickap/k8s-jenkins-x) | 9 | |   [cdzombak](https://github.com/cdzombak) / [nut_influx_connector](https://github.com/cdzombak/nut_influx_connector) | 9 | |   [torivara](https://github.com/torivara) / [public](https://github.com/torivara/public) | 9 | @@ -269,12 +271,12 @@ |   [jokay](https://github.com/jokay) / [docker-loxone-backup](https://github.com/jokay/docker-loxone-backup) | 9 | |   [philips-software](https://github.com/philips-software) / [amp-cucumber-cpp-runner](https://github.com/philips-software/amp-cucumber-cpp-runner) | 9 | |   [quiltdata](https://github.com/quiltdata) / [nf-quilt](https://github.com/quiltdata/nf-quilt) | 9 | +|   [issue-ops](https://github.com/issue-ops) / [parser](https://github.com/issue-ops/parser) | 9 | |   [GSA-TTS](https://github.com/GSA-TTS) / [tts.gsa.gov](https://github.com/GSA-TTS/tts.gsa.gov) | 9 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-autoenv](https://github.com/ahmadnassri/node-autoenv) | 9 | |   [gluwa](https://github.com/gluwa) / [creditcoin3](https://github.com/gluwa/creditcoin3) | 9 | |   [LowerRockLabs](https://github.com/LowerRockLabs) / [LaravelLivewireTablesAdvancedFilters](https://github.com/LowerRockLabs/LaravelLivewireTablesAdvancedFilters) | 8 | |   [QuantumPL](https://github.com/QuantumPL) / [bib](https://github.com/QuantumPL/bib) | 8 | -|   [leosuncin](https://github.com/leosuncin) / [nest-graphql-example](https://github.com/leosuncin/nest-graphql-example) | 8 | |   [xoap-io](https://github.com/xoap-io) / [XOAPDemoConfigurationDSC](https://github.com/xoap-io/XOAPDemoConfigurationDSC) | 8 | |   [xoap-io](https://github.com/xoap-io) / [XOAPW11SecurityBaseline22H2DSC](https://github.com/xoap-io/XOAPW11SecurityBaseline22H2DSC) | 8 | |   [xoap-io](https://github.com/xoap-io) / [xoap-psadt-framework-template](https://github.com/xoap-io/xoap-psadt-framework-template) | 8 | @@ -287,7 +289,6 @@ |   [RedHatProductSecurity](https://github.com/RedHatProductSecurity) / [trestle-bot](https://github.com/RedHatProductSecurity/trestle-bot) | 8 | |   [axelrindle](https://github.com/axelrindle) / [github-version-checker](https://github.com/axelrindle/github-version-checker) | 8 | |   [ahmadnassri](https://github.com/ahmadnassri) / [action-google-cloud-sql-proxy](https://github.com/ahmadnassri/action-google-cloud-sql-proxy) | 8 | -|   [issue-ops](https://github.com/issue-ops) / [parser](https://github.com/issue-ops/parser) | 8 | |   [nabondance](https://github.com/nabondance) / [Trailhead-Stats](https://github.com/nabondance/Trailhead-Stats) | 8 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-oas-fastify](https://github.com/ahmadnassri/node-oas-fastify) | 8 | |   [ahmadnassri](https://github.com/ahmadnassri) / [template-js-lib](https://github.com/ahmadnassri/template-js-lib) | 8 | @@ -304,9 +305,7 @@ |   [xoap-io](https://github.com/xoap-io) / [terraform-aws-database-rds](https://github.com/xoap-io/terraform-aws-database-rds) | 7 | |   [xoap-io](https://github.com/xoap-io) / [terraform-aws-networking-vpc](https://github.com/xoap-io/terraform-aws-networking-vpc) | 7 | |   [apigee](https://github.com/apigee) / [ansible-apigee-hybrid-accelerator](https://github.com/apigee/ansible-apigee-hybrid-accelerator) | 7 | -|   [liu23zhi](https://github.com/liu23zhi) / [ESurfingDialerDocker](https://github.com/liu23zhi/ESurfingDialerDocker) | 7 | |   [liblaf](https://github.com/liblaf) / [route-rules](https://github.com/liblaf/route-rules) | 7 | -|   [diggsweden](https://github.com/diggsweden) / [mla](https://github.com/diggsweden/mla) | 7 | |   [lukemurraynz](https://github.com/lukemurraynz) / [Codespace_IaC_Coding](https://github.com/lukemurraynz/Codespace_IaC_Coding) | 7 | |   [RedHatProductSecurity](https://github.com/RedHatProductSecurity) / [oscal-profiles](https://github.com/RedHatProductSecurity/oscal-profiles) | 7 | |   [RedHatProductSecurity](https://github.com/RedHatProductSecurity) / [oscal-component-definitions](https://github.com/RedHatProductSecurity/oscal-component-definitions) | 7 | @@ -321,7 +320,6 @@ |   [ahmadnassri](https://github.com/ahmadnassri) / [node-spawn-promise](https://github.com/ahmadnassri/node-spawn-promise) | 7 | |   [lpsm-dev](https://github.com/lpsm-dev) / [azure-pipelines](https://github.com/lpsm-dev/azure-pipelines) | 6 | |   [ADFC-Hamburg](https://github.com/ADFC-Hamburg) / [adfc-ansible](https://github.com/ADFC-Hamburg/adfc-ansible) | 6 | -|   [mihaur](https://github.com/mihaur) / [node-fastify-template](https://github.com/mihaur/node-fastify-template) | 6 | |   [XoopsModules25x](https://github.com/XoopsModules25x) / [publisher](https://github.com/XoopsModules25x/publisher) | 6 | |   [AlbanAndrieu](https://github.com/AlbanAndrieu) / [ansible-jenkins-slave-docker](https://github.com/AlbanAndrieu/ansible-jenkins-slave-docker) | 6 | |   [dochang](https://github.com/dochang) / [bumplus](https://github.com/dochang/bumplus) | 6 | @@ -342,6 +340,7 @@ |   [ahmadnassri](https://github.com/ahmadnassri) / [template-node-lib](https://github.com/ahmadnassri/template-node-lib) | 6 | |   [VirtwhoQE](https://github.com/VirtwhoQE) / [hypervisor-builder](https://github.com/VirtwhoQE/hypervisor-builder) | 6 | |   [unixorn](https://github.com/unixorn) / [ha-mqtt-discoverable-cli](https://github.com/unixorn/ha-mqtt-discoverable-cli) | 6 | +|   [mihaur](https://github.com/mihaur) / [node-fastify-template](https://github.com/mihaur/node-fastify-template) | 5 | |   [AliceO2Group](https://github.com/AliceO2Group) / [Run3AnalysisValidation](https://github.com/AliceO2Group/Run3AnalysisValidation) | 5 | |   [iggy](https://github.com/iggy) / [slendmail](https://github.com/iggy/slendmail) | 5 | |   [DIT113-V22](https://github.com/DIT113-V22) / [group-04](https://github.com/DIT113-V22/group-04) | 5 | @@ -363,6 +362,7 @@ |   [seantrane](https://github.com/seantrane) / [engineering](https://github.com/seantrane/engineering) | 5 | |   [shalltearb1oodfallen](https://github.com/shalltearb1oodfallen) / [airbnb](https://github.com/shalltearb1oodfallen/airbnb) | 5 | |   [shiranr](https://github.com/shiranr) / [linkcheck](https://github.com/shiranr/linkcheck) | 5 | +|   [brettinternet](https://github.com/brettinternet) / [homelab](https://github.com/brettinternet/homelab) | 5 | |   [ahmadnassri](https://github.com/ahmadnassri) / [template-template](https://github.com/ahmadnassri/template-template) | 5 | |   [wesley-dean-flexion](https://github.com/wesley-dean-flexion) / [upload-sarif-to-defectdojo](https://github.com/wesley-dean-flexion/upload-sarif-to-defectdojo) | 5 | |   [SamErde](https://github.com/SamErde) / [Zero-Email-Domain](https://github.com/SamErde/Zero-Email-Domain) | 5 | @@ -391,7 +391,7 @@ |   [cdzombak](https://github.com/cdzombak) / [instapaper-auto-archiver](https://github.com/cdzombak/instapaper-auto-archiver) | 4 | |   [MrMarble](https://github.com/MrMarble) / [home-ops](https://github.com/MrMarble/home-ops) | 4 | |   [GenZmeY](https://github.com/GenZmeY) / [KF2-BuildTools](https://github.com/GenZmeY/KF2-BuildTools) | 4 | -|   [brettinternet](https://github.com/brettinternet) / [homelab](https://github.com/brettinternet/homelab) | 4 | +|   [Game-DevOps](https://github.com/Game-DevOps) / [awesome-game-devops](https://github.com/Game-DevOps/awesome-game-devops) | 4 | |   [AliceO2Group](https://github.com/AliceO2Group) / [analysis-framework](https://github.com/AliceO2Group/analysis-framework) | 4 | |   [proinsias](https://github.com/proinsias) / [mac-playbook](https://github.com/proinsias/mac-playbook) | 4 | |   [proinsias](https://github.com/proinsias) / [proinsias.github.io](https://github.com/proinsias/proinsias.github.io) | 4 | @@ -418,6 +418,7 @@ |   [flexion](https://github.com/flexion) / [bash_shell_script_starter](https://github.com/flexion/bash_shell_script_starter) | 4 | |   [jan-guenter](https://github.com/jan-guenter) / [action-class](https://github.com/jan-guenter/action-class) | 3 | |   [ruzickap](https://github.com/ruzickap) / [ruzickap.github.io](https://github.com/ruzickap/ruzickap.github.io) | 3 | +|   [stevengonsalvez](https://github.com/stevengonsalvez) / [cloud-cicd-exploration](https://github.com/stevengonsalvez/cloud-cicd-exploration) | 3 | |   [rafyco](https://github.com/rafyco) / [ytrss](https://github.com/rafyco/ytrss) | 3 | |   [SueyGuey](https://github.com/SueyGuey) / [Infidelity](https://github.com/SueyGuey/Infidelity) | 3 | |   [MythicDrops](https://github.com/MythicDrops) / [mythicdrops-gradle-plugin](https://github.com/MythicDrops/mythicdrops-gradle-plugin) | 3 | @@ -457,7 +458,6 @@ |   [HealthDataInsight](https://github.com/HealthDataInsight) / [way_of_working](https://github.com/HealthDataInsight/way_of_working) | 3 | |   [proinsias](https://github.com/proinsias) / [gilbert-shannon-reeds](https://github.com/proinsias/gilbert-shannon-reeds) | 3 | |   [brettinternet](https://github.com/brettinternet) / [slides](https://github.com/brettinternet/slides) | 3 | -|   [Game-DevOps](https://github.com/Game-DevOps) / [awesome-game-devops](https://github.com/Game-DevOps/awesome-game-devops) | 3 | |   [ashokm](https://github.com/ashokm) / [dotfiles](https://github.com/ashokm/dotfiles) | 3 | |   [dmamulashvili](https://github.com/dmamulashvili) / [webapi-msa-template](https://github.com/dmamulashvili/webapi-msa-template) | 3 | |   [tdonaworth](https://github.com/tdonaworth) / [pipeline-security](https://github.com/tdonaworth/pipeline-security) | 3 | @@ -476,6 +476,7 @@ |   [SamErde](https://github.com/SamErde) / [Locksmith-dev](https://github.com/SamErde/Locksmith-dev) | 3 | |   [ZEISS](https://github.com/ZEISS) / [imgdoc2](https://github.com/ZEISS/imgdoc2) | 3 | |   [jmuelbert](https://github.com/jmuelbert) / [anniversaryreminder](https://github.com/jmuelbert/anniversaryreminder) | 3 | +|   [inventium-tech](https://github.com/inventium-tech) / [terraform-provider-helpers](https://github.com/inventium-tech/terraform-provider-helpers) | 3 | |   [camaraproject](https://github.com/camaraproject) / [PopulationDensityData](https://github.com/camaraproject/PopulationDensityData) | 3 | |   [camaraproject](https://github.com/camaraproject) / [NetworkAccessManagement](https://github.com/camaraproject/NetworkAccessManagement) | 3 | |   [camaraproject](https://github.com/camaraproject) / [HomeDevicesQoD](https://github.com/camaraproject/HomeDevicesQoD) | 3 | @@ -498,7 +499,6 @@ |   [lpsm-dev](https://github.com/lpsm-dev) / [helm-recursive-library](https://github.com/lpsm-dev/helm-recursive-library) | 2 | |   [mambax7](https://github.com/mambax7) / [songlist](https://github.com/mambax7/songlist) | 2 | |   [janderssonse](https://github.com/janderssonse) / [changelog-tag](https://github.com/janderssonse/changelog-tag) | 2 | -|   [stevengonsalvez](https://github.com/stevengonsalvez) / [cloud-cicd-exploration](https://github.com/stevengonsalvez/cloud-cicd-exploration) | 2 | |   [anandchugh](https://github.com/anandchugh) / [iotedge-cicd-github-actions](https://github.com/anandchugh/iotedge-cicd-github-actions) | 2 | |   [AlbanAndrieu](https://github.com/AlbanAndrieu) / [nabla-servers-bower-sample](https://github.com/AlbanAndrieu/nabla-servers-bower-sample) | 2 | |   [jokay](https://github.com/jokay) / [jokay.github.io](https://github.com/jokay/jokay.github.io) | 2 | @@ -523,6 +523,7 @@ |   [ol3d](https://github.com/ol3d) / [ansible-role-pikvm](https://github.com/ol3d/ansible-role-pikvm) | 2 | |   [you-n-g](https://github.com/you-n-g) / [jinja-engine.nvim](https://github.com/you-n-g/jinja-engine.nvim) | 2 | |   [liblaf](https://github.com/liblaf) / [actions](https://github.com/liblaf/actions) | 2 | +|   [liblaf](https://github.com/liblaf) / [awesome](https://github.com/liblaf/awesome) | 2 | |   [NanashiTheNameless](https://github.com/NanashiTheNameless) / [Discord-Emoji-Downloader](https://github.com/NanashiTheNameless/Discord-Emoji-Downloader) | 2 | |   [echoix](https://github.com/echoix) / [setup-OSGeo4W](https://github.com/echoix/setup-OSGeo4W) | 2 | |   [metarex-media](https://github.com/metarex-media) / [mrx-tool](https://github.com/metarex-media/mrx-tool) | 2 | @@ -565,7 +566,6 @@ |   [practicalli](https://github.com/practicalli) / [vspacecode](https://github.com/practicalli/vspacecode) | 2 | |   [jmuelbert](https://github.com/jmuelbert) / [jmbde-dotnet](https://github.com/jmuelbert/jmbde-dotnet) | 2 | |   [brandonmcclure](https://github.com/brandonmcclure) / [Spooky-Screensaver](https://github.com/brandonmcclure/Spooky-Screensaver) | 2 | -|   [inventium-tech](https://github.com/inventium-tech) / [terraform-provider-helpers](https://github.com/inventium-tech/terraform-provider-helpers) | 2 | |   [ortelius](https://github.com/ortelius) / [scec-vulnerability](https://github.com/ortelius/scec-vulnerability) | 2 | |   [camaraproject](https://github.com/camaraproject) / [LocationInsights](https://github.com/camaraproject/LocationInsights) | 2 | |   [camaraproject](https://github.com/camaraproject) / [NumberRecycling](https://github.com/camaraproject/NumberRecycling) | 2 | @@ -583,6 +583,7 @@ |   [New-Horizontes](https://github.com/New-Horizontes) / [New-Horizons](https://github.com/New-Horizontes/New-Horizons) | 2 | |   [Robinysh](https://github.com/Robinysh) / [python-template](https://github.com/Robinysh/python-template) | 2 | |   [nvuillam](https://github.com/nvuillam) / [demo-salesforce-ci](https://github.com/nvuillam/demo-salesforce-ci) | 2 | +|   [fchastanet](https://github.com/fchastanet) / [bash-tools](https://github.com/fchastanet/bash-tools) | 2 | |   [wesley-dean-flexion](https://github.com/wesley-dean-flexion) / [data_flow_diagram_examples](https://github.com/wesley-dean-flexion/data_flow_diagram_examples) | 2 | |   [tyriis](https://github.com/tyriis) / [bedrock-version-fetcher](https://github.com/tyriis/bedrock-version-fetcher) | 2 | |   [james-txt](https://github.com/james-txt) / [cybersecurity-awareness](https://github.com/james-txt/cybersecurity-awareness) | 1 | @@ -664,12 +665,12 @@ |   [stweil](https://github.com/stweil) / [OCSInventory-ocsreports](https://github.com/stweil/OCSInventory-ocsreports) | 1 | |   [mimmi20](https://github.com/mimmi20) / [laminas-router-hostname](https://github.com/mimmi20/laminas-router-hostname) | 1 | |   [mimmi20](https://github.com/mimmi20) / [coding-standard](https://github.com/mimmi20/coding-standard) | 1 | +|   [jmuelbert](https://github.com/jmuelbert) / [jmbde-python](https://github.com/jmuelbert/jmbde-python) | 1 | |   [ONS-Innovation](https://github.com/ONS-Innovation) / [github-repository-archive-script](https://github.com/ONS-Innovation/github-repository-archive-script) | 1 | |   [liblaf](https://github.com/liblaf) / [ai-cli](https://github.com/liblaf/ai-cli) | 1 | |   [rwth-afu](https://github.com/rwth-afu) / [dapnetscripts](https://github.com/rwth-afu/dapnetscripts) | 1 | |   [lasseignelab](https://github.com/lasseignelab) / [capture](https://github.com/lasseignelab/capture) | 1 | |   [mihaur](https://github.com/mihaur) / [node-fastify-clone](https://github.com/mihaur/node-fastify-clone) | 1 | -|   [liblaf](https://github.com/liblaf) / [awesome](https://github.com/liblaf/awesome) | 1 | |   [metarex-media](https://github.com/metarex-media) / [mxf-test](https://github.com/metarex-media/mxf-test) | 1 | |   [NanashiTheNameless](https://github.com/NanashiTheNameless) / [BlackScreen](https://github.com/NanashiTheNameless/BlackScreen) | 1 | |   [ONSdigital](https://github.com/ONSdigital) / [ssdc-rm-job-processor](https://github.com/ONSdigital/ssdc-rm-job-processor) | 1 | @@ -815,7 +816,6 @@ |   [quiltdata](https://github.com/quiltdata) / [quiltplus](https://github.com/quiltdata/quiltplus) | 1 | |   [spreequalle](https://github.com/spreequalle) / [ebuilds](https://github.com/spreequalle/ebuilds) | 1 | |   [gluwa](https://github.com/gluwa) / [crunch](https://github.com/gluwa/crunch) | 1 | -|   [fchastanet](https://github.com/fchastanet) / [bash-tools](https://github.com/fchastanet/bash-tools) | 1 | |   [techtales-io](https://github.com/techtales-io) / [terraform-discord](https://github.com/techtales-io/terraform-discord) | 1 | |   [tyriis](https://github.com/tyriis) / [zigbee2mqtt-exporter](https://github.com/tyriis/zigbee2mqtt-exporter) | 1 | |   [flexion](https://github.com/flexion) / [jubilant-computing-machine](https://github.com/flexion/jubilant-computing-machine) | 1 | @@ -1545,8 +1545,9 @@ |   [rciam](https://github.com/rciam) / [simplesamlphp-module-assurance](https://github.com/rciam/simplesamlphp-module-assurance) | 0 | |   [rciam](https://github.com/rciam) / [simplesamlphp-module-userid](https://github.com/rciam/simplesamlphp-module-userid) | 0 | |   [Teasel-Ian](https://github.com/Teasel-Ian) / [terraform](https://github.com/Teasel-Ian/terraform) | 0 | -|   [abraitechnology](https://github.com/abraitechnology) / [webapp](https://github.com/abraitechnology/webapp) | 0 | -|   [jmuelbert](https://github.com/jmuelbert) / [jmbde-python](https://github.com/jmuelbert/jmbde-python) | 0 | +|   [kareo-netops](https://github.com/kareo-netops) / [apigee-terraform-modules](https://github.com/kareo-netops/apigee-terraform-modules) | 0 | +|   [cognitedata](https://github.com/cognitedata) / [tracing-opentelemetry-instrumentation-sdk](https://github.com/cognitedata/tracing-opentelemetry-instrumentation-sdk) | 0 | +|   [toniecrumley](https://github.com/toniecrumley) / [journalistics](https://github.com/toniecrumley/journalistics) | 0 | |   [cdviz-dev](https://github.com/cdviz-dev) / [cdviz-collector](https://github.com/cdviz-dev/cdviz-collector) | 0 | |   [ScottGibb](https://github.com/ScottGibb) / [ci_playground](https://github.com/ScottGibb/ci_playground) | 0 | |   [iacavd](https://github.com/iacavd) / [Winget-AutoUpdate](https://github.com/iacavd/Winget-AutoUpdate) | 0 | @@ -1945,9 +1946,7 @@ |   [codingwithmagga](https://github.com/codingwithmagga) / [mathvizanimator](https://github.com/codingwithmagga/mathvizanimator) | 0 | |   [ankita-nema](https://github.com/ankita-nema) / [ValidationAndHook](https://github.com/ankita-nema/ValidationAndHook) | 0 | |   [ankita-nema](https://github.com/ankita-nema) / [SampleWebhook](https://github.com/ankita-nema/SampleWebhook) | 0 | -|   [PabloZaiden](https://github.com/PabloZaiden) / [syb2](https://github.com/PabloZaiden/syb2) | 0 | -|   [PabloZaiden](https://github.com/PabloZaiden) / [sym1](https://github.com/PabloZaiden/sym1) | 0 | -|   [PabloZaiden](https://github.com/PabloZaiden) / [sym-simple-01](https://github.com/PabloZaiden/sym-simple-01) | 0 | +|   [PabloZaiden](https://github.com/PabloZaiden) / [sytr2](https://github.com/PabloZaiden/sytr2) | 0 | |   [yvesfso](https://github.com/yvesfso) / [symphony-lab](https://github.com/yvesfso/symphony-lab) | 0 | |   [practicalli](https://github.com/practicalli) / [clojure-kafka](https://github.com/practicalli/clojure-kafka) | 0 | |   [Zochory](https://github.com/Zochory) / [symphony](https://github.com/Zochory/symphony) | 0 |