From a4e7bb595e525698392706c14233eba9a5851f7d Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Fri, 22 Sep 2023 07:48:14 +0200 Subject: [PATCH] [automation] Auto-update linters version, help and documentation (#2971) * [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam --- .automation/generated/flavors-stats.json | 68 ++++++++++++++++++ .automation/generated/linter-helps.json | 8 +-- .automation/generated/linter-versions.json | 2 +- CHANGELOG.md | 1 + README.md | 2 +- docs/all_linters.md | 2 +- docs/descriptors/kubernetes_kubescape.md | 2 +- docs/descriptors/repository_checkov.md | 6 +- docs/descriptors/spell_vale.md | 2 +- docs/used-by-stats.md | 84 ++++++++++++---------- 10 files changed, 129 insertions(+), 48 deletions(-) diff --git a/.automation/generated/flavors-stats.json b/.automation/generated/flavors-stats.json index 36a899fe1e2..44dc328c9be 100644 --- a/.automation/generated/flavors-stats.json +++ b/.automation/generated/flavors-stats.json @@ -1755,6 +1755,10 @@ [ "2023-09-21T01:10:04", 3165854 + ], + [ + "2023-09-22T01:09:03", + 3168052 ] ], "ci_light": [ @@ -3513,6 +3517,10 @@ [ "2023-09-21T01:10:04", 93513 + ], + [ + "2023-09-22T01:09:03", + 93833 ] ], "cupcake": [ @@ -4251,6 +4259,10 @@ [ "2023-09-21T01:10:04", 30854 + ], + [ + "2023-09-22T01:09:03", + 31018 ] ], "dart": [ @@ -6919,6 +6931,10 @@ [ "2023-09-21T01:10:04", 182430 + ], + [ + "2023-09-22T01:09:03", + 182651 ] ], "dotnet": [ @@ -8677,6 +8693,10 @@ [ "2023-09-21T01:10:04", 435090 + ], + [ + "2023-09-22T01:09:03", + 435769 ] ], "dotnetweb": [ @@ -8819,6 +8839,10 @@ [ "2023-09-21T01:10:04", 1609 + ], + [ + "2023-09-22T01:09:03", + 1654 ] ], "go": [ @@ -10577,6 +10601,10 @@ [ "2023-09-21T01:10:04", 30128 + ], + [ + "2023-09-22T01:09:03", + 30194 ] ], "java": [ @@ -12335,6 +12363,10 @@ [ "2023-09-21T01:10:04", 141056 + ], + [ + "2023-09-22T01:09:03", + 141332 ] ], "javascript": [ @@ -14093,6 +14125,10 @@ [ "2023-09-21T01:10:04", 376546 + ], + [ + "2023-09-22T01:09:03", + 378254 ] ], "php": [ @@ -15851,6 +15887,10 @@ [ "2023-09-21T01:10:04", 54094 + ], + [ + "2023-09-22T01:09:03", + 54137 ] ], "python": [ @@ -17609,6 +17649,10 @@ [ "2023-09-21T01:10:04", 260516 + ], + [ + "2023-09-22T01:09:03", + 261234 ] ], "ruby": [ @@ -19363,6 +19407,10 @@ [ "2023-09-21T01:10:04", 4000 + ], + [ + "2023-09-22T01:09:03", + 4000 ] ], "rust": [ @@ -21117,6 +21165,10 @@ [ "2023-09-21T01:10:04", 6843 + ], + [ + "2023-09-22T01:09:03", + 6848 ] ], "salesforce": [ @@ -22875,6 +22927,10 @@ [ "2023-09-21T01:10:04", 24588 + ], + [ + "2023-09-22T01:09:03", + 24625 ] ], "scala": [ @@ -24631,6 +24687,10 @@ [ "2023-09-21T01:10:04", 35052 + ], + [ + "2023-09-22T01:09:03", + 35335 ] ], "swift": [ @@ -26385,6 +26445,10 @@ [ "2023-09-21T01:10:04", 4299 + ], + [ + "2023-09-22T01:09:03", + 4306 ] ], "terraform": [ @@ -28143,6 +28207,10 @@ [ "2023-09-21T01:10:04", 332996 + ], + [ + "2023-09-22T01:09:03", + 334007 ] ] } \ No newline at end of file diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index 83e0178b42a..1c9d47a5695 100644 --- a/.automation/generated/linter-helps.json +++ b/.automation/generated/linter-helps.json @@ -746,7 +746,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]", @@ -1017,7 +1017,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.", @@ -3131,7 +3131,7 @@ " completion Generate autocompletion script", " config Handle cached configurations", " delete Delete configurations in Kubescape SaaS version", - " download Download framework,artifacts,attack-tracks,controls-inputs,exceptions,control", + " 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", @@ -10571,9 +10571,9 @@ "", "Commands:", "", + " ls-config Print the current configuration to stdout.", " ls-metrics Print the given file's internal metrics to stdout.", " sync Download and install external configuration sources.", - " ls-config Print the current configuration to stdout.", "" ], "xmllint": [ diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index 33ebce7e68e..19eb09393be 100644 --- a/.automation/generated/linter-versions.json +++ b/.automation/generated/linter-versions.json @@ -8,7 +8,7 @@ "black": "23.9.1", "cfn-lint": "0.80.2", "checkmake": "0.2.0", - "checkov": "2.4.47", + "checkov": "2.4.48", "checkstyle": "10.12.3", "chktex": "1.7.8", "clippy": "0.1.72", diff --git a/CHANGELOG.md b/CHANGELOG.md index 17744eec926..7ff52631e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -180,6 +180,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - [vale](https://vale.sh/) from 2.28.3 to **2.29.0** on 2023-09-20 - [terragrunt](https://terragrunt.gruntwork.io) from 0.51.0 to **0.51.3** on 2023-09-20 - [syft](https://github.com/anchore/syft) from 0.90.0 to **0.91.0** on 2023-09-21 + - [checkov](https://www.checkov.io/) from 2.4.47 to **2.4.48** on 2023-09-22 ## [v7.3.0] - 2023-08-10 diff --git a/README.md b/README.md index b237444ecac..5b70f580e7d 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=2901&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by&message=2914&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) diff --git a/docs/all_linters.md b/docs/all_linters.md index 14df9d20fdd..2365809d857 100644 --- a/docs/all_linters.md +++ b/docs/all_linters.md @@ -14,7 +14,7 @@ | [**black**](https://github.com/psf/black){target=_blank} | 23.9.1 | [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.80.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} | 2.4.47 | [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} | 2.4.48 | [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.3 | [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.72 | [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} | diff --git a/docs/descriptors/kubernetes_kubescape.md b/docs/descriptors/kubernetes_kubescape.md index f49315c5902..bc882065a26 100644 --- a/docs/descriptors/kubernetes_kubescape.md +++ b/docs/descriptors/kubernetes_kubescape.md @@ -124,7 +124,7 @@ Available Commands: completion Generate autocompletion script config Handle cached configurations delete Delete configurations in Kubescape SaaS version - download Download framework,artifacts,attack-tracks,controls-inputs,exceptions,control + 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/repository_checkov.md b/docs/descriptors/repository_checkov.md index 6146abbf38d..53a4027a163 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: **2.4.47** +- Version in MegaLinter: **2.4.48** - 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 @@ -134,7 +134,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] @@ -405,7 +405,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/spell_vale.md b/docs/descriptors/spell_vale.md index 44f00503883..99e9ce6318b 100644 --- a/docs/descriptors/spell_vale.md +++ b/docs/descriptors/spell_vale.md @@ -141,9 +141,9 @@ Flags: Commands: + ls-config Print the current configuration to stdout. ls-metrics Print the given file's internal metrics to stdout. sync Download and install external configuration sources. - ls-config Print the current configuration to stdout. ``` diff --git a/docs/used-by-stats.md b/docs/used-by-stats.md index c702ec21bc2..e01969af28a 100644 --- a/docs/used-by-stats.md +++ b/docs/used-by-stats.md @@ -1,27 +1,27 @@ # Dependents stats for oxsecurity/megalinter -[![](https://img.shields.io/static/v1?label=Used%20by&message=2901&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) -[![](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=1985&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) -[![](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=916&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) -[![](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=71316&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by&message=2914&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=1997&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=917&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=71744&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) | Repository | Stars | |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:| -| [nektos/act](https://github.com/nektos/act) | 43358 | -| [PRQL/prql](https://github.com/PRQL/prql) | 8559 | -| [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2499 | -| [dorssel/usbipd-win](https://github.com/dorssel/usbipd-win) | 2326 | +| [nektos/act](https://github.com/nektos/act) | 43394 | +| [PRQL/prql](https://github.com/PRQL/prql) | 8563 | +| [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2500 | +| [dorssel/usbipd-win](https://github.com/dorssel/usbipd-win) | 2327 | | [IlanCosman/tide](https://github.com/IlanCosman/tide) | 2187 | | [PowerDNS-Admin/PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 2106 | -| [microsoft/code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 1819 | -| [ever-co/ever-gauzy](https://github.com/ever-co/ever-gauzy) | 1457 | -| [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | 1440 | +| [microsoft/code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 1821 | +| [ever-co/ever-gauzy](https://github.com/ever-co/ever-gauzy) | 1460 | +| [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | 1442 | | [unixorn/git-extra-commands](https://github.com/unixorn/git-extra-commands) | 916 | -| [meichthys/foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 685 | +| [meichthys/foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 686 | | [unixorn/zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) | 681 | | [ministryofjustice/modernisation-platform](https://github.com/ministryofjustice/modernisation-platform) | 645 | | [secureCodeBox/secureCodeBox](https://github.com/secureCodeBox/secureCodeBox) | 627 | -| [Romanitho/Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 622 | +| [Romanitho/Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 624 | | [awslabs/aws-deployment-framework](https://github.com/awslabs/aws-deployment-framework) | 588 | | [cattle-ops/terraform-aws-gitlab-runner](https://github.com/cattle-ops/terraform-aws-gitlab-runner) | 517 | | [practicalli/clojure-cli-config](https://github.com/practicalli/clojure-cli-config) | 475 | @@ -29,12 +29,12 @@ | [xUnholy/k8s-gitops](https://github.com/xUnholy/k8s-gitops) | 381 | | [bjw-s/home-ops](https://github.com/bjw-s/home-ops) | 369 | | [llaville/php-compatinfo](https://github.com/llaville/php-compatinfo) | 364 | -| [neon-mmd/websurfx](https://github.com/neon-mmd/websurfx) | 352 | -| [scolladon/sfdx-git-delta](https://github.com/scolladon/sfdx-git-delta) | 327 | +| [neon-mmd/websurfx](https://github.com/neon-mmd/websurfx) | 353 | +| [scolladon/sfdx-git-delta](https://github.com/scolladon/sfdx-git-delta) | 328 | | [ahmadnassri/action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) | 312 | | [OCSInventory-NG/OCSInventory-Server](https://github.com/OCSInventory-NG/OCSInventory-Server) | 310 | | [leosuncin/nest-auth-example](https://github.com/leosuncin/nest-auth-example) | 296 | -| [toboshii/home-ops](https://github.com/toboshii/home-ops) | 211 | +| [toboshii/home-ops](https://github.com/toboshii/home-ops) | 212 | | [OCSInventory-NG/OCSInventory-ocsreports](https://github.com/OCSInventory-NG/OCSInventory-ocsreports) | 210 | | [unixorn/fzf-zsh-plugin](https://github.com/unixorn/fzf-zsh-plugin) | 194 | | [pantheon-systems/documentation](https://github.com/pantheon-systems/documentation) | 181 | @@ -44,7 +44,7 @@ | [MarketSquare/robotframework-robocop](https://github.com/MarketSquare/robotframework-robocop) | 156 | | [unixorn/tumult.plugin.zsh](https://github.com/unixorn/tumult.plugin.zsh) | 153 | | [newrelic/newrelic-python-agent](https://github.com/newrelic/newrelic-python-agent) | 153 | -| [T145/black-mirror](https://github.com/T145/black-mirror) | 148 | +| [T145/black-mirror](https://github.com/T145/black-mirror) | 149 | | [apigee/devrel](https://github.com/apigee/devrel) | 148 | | [brettinternet/homelab](https://github.com/brettinternet/homelab) | 129 | | [eth-protocol-fellows/cohort-four](https://github.com/eth-protocol-fellows/cohort-four) | 124 | @@ -52,9 +52,9 @@ | [philips-software/amp-embedded-infra-lib](https://github.com/philips-software/amp-embedded-infra-lib) | 110 | | [IQEngine/IQEngine](https://github.com/IQEngine/IQEngine) | 106 | | [practicalli/spacemacs](https://github.com/practicalli/spacemacs) | 103 | -| [hardisgroupcom/sfdx-hardis](https://github.com/hardisgroupcom/sfdx-hardis) | 97 | -| [unixorn/lima-xbar-plugin](https://github.com/unixorn/lima-xbar-plugin) | 92 | -| [szinn/k8s-homelab](https://github.com/szinn/k8s-homelab) | 87 | +| [hardisgroupcom/sfdx-hardis](https://github.com/hardisgroupcom/sfdx-hardis) | 98 | +| [unixorn/lima-xbar-plugin](https://github.com/unixorn/lima-xbar-plugin) | 93 | +| [szinn/k8s-homelab](https://github.com/szinn/k8s-homelab) | 88 | | [Azure/ARO-RP](https://github.com/Azure/ARO-RP) | 82 | | [rasa/scoops](https://github.com/rasa/scoops) | 78 | | [practicalli/clojure](https://github.com/practicalli/clojure) | 78 | @@ -81,8 +81,8 @@ | [philips-software/amp-devcontainer](https://github.com/philips-software/amp-devcontainer) | 34 | | [ZEISS/libczi](https://github.com/ZEISS/libczi) | 34 | | [hardisgroupcom/vscode-sfdx-hardis](https://github.com/hardisgroupcom/vscode-sfdx-hardis) | 33 | +| [LukePrior/nbn-upgrade-map](https://github.com/LukePrior/nbn-upgrade-map) | 32 | | [OperationCode/operationcode-pybot](https://github.com/OperationCode/operationcode-pybot) | 32 | -| [LukePrior/nbn-upgrade-map](https://github.com/LukePrior/nbn-upgrade-map) | 31 | | [camaraproject/QualityOnDemand](https://github.com/camaraproject/QualityOnDemand) | 31 | | [nvuillam/node-java-caller](https://github.com/nvuillam/node-java-caller) | 30 | | [homeall/caddy-reverse-proxy-cloudflare](https://github.com/homeall/caddy-reverse-proxy-cloudflare) | 29 | @@ -109,24 +109,25 @@ | [OpenZeppelin/compound-monitoring](https://github.com/OpenZeppelin/compound-monitoring) | 22 | | [SilentDemonSD/Tele-LeechX](https://github.com/SilentDemonSD/Tele-LeechX) | 22 | | [microsoft/symphony](https://github.com/microsoft/symphony) | 22 | +| [hyperledger-labs/open-enterprise-agent](https://github.com/hyperledger-labs/open-enterprise-agent) | 21 | | [mirakc/mirakc-arib](https://github.com/mirakc/mirakc-arib) | 21 | | [philips-software/amp-hal-st](https://github.com/philips-software/amp-hal-st) | 21 | | [YukinaMochizuki/notion-sdk-java](https://github.com/YukinaMochizuki/notion-sdk-java) | 21 | | [ahmadnassri/node-metalsmith-pug](https://github.com/ahmadnassri/node-metalsmith-pug) | 21 | | [AliceO2Group/O2Physics](https://github.com/AliceO2Group/O2Physics) | 20 | | [GSA/usagov-benefits-eligibility](https://github.com/GSA/usagov-benefits-eligibility) | 20 | +| [GoogleCloudPlatform/apigee-samples](https://github.com/GoogleCloudPlatform/apigee-samples) | 20 | | [unixorn/jpb.zshplugin](https://github.com/unixorn/jpb.zshplugin) | 20 | -| [hyperledger-labs/open-enterprise-agent](https://github.com/hyperledger-labs/open-enterprise-agent) | 19 | | [practicalli/clojurescript](https://github.com/practicalli/clojurescript) | 19 | | [opaque-systems/opaqueprompts-python](https://github.com/opaque-systems/opaqueprompts-python) | 19 | | [ahmadnassri/node-metalsmith-paths](https://github.com/ahmadnassri/node-metalsmith-paths) | 19 | | [ruzickap/action-my-markdown-link-checker](https://github.com/ruzickap/action-my-markdown-link-checker) | 18 | -| [GoogleCloudPlatform/apigee-samples](https://github.com/GoogleCloudPlatform/apigee-samples) | 18 | +| [rafaribe/home-ops](https://github.com/rafaribe/home-ops) | 18 | | [practicalli/project-templates](https://github.com/practicalli/project-templates) | 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 | | [homeall/dhcphelper](https://github.com/homeall/dhcphelper) | 17 | -| [rafaribe/home-ops](https://github.com/rafaribe/home-ops) | 17 | +| [cdzombak/ecobee_influx_connector](https://github.com/cdzombak/ecobee_influx_connector) | 17 | | [orangekame3/stree](https://github.com/orangekame3/stree) | 17 | | [nvuillam/markdown-table-formatter](https://github.com/nvuillam/markdown-table-formatter) | 16 | | [unixorn/jira-commands](https://github.com/unixorn/jira-commands) | 16 | @@ -148,11 +149,11 @@ | [snoopy82481/home_cluster](https://github.com/snoopy82481/home_cluster) | 14 | | [practicalli/neovim](https://github.com/practicalli/neovim) | 14 | | [itsmng/itsm-ng](https://github.com/itsmng/itsm-ng) | 14 | +| [diggsweden/open-source-project-template](https://github.com/diggsweden/open-source-project-template) | 13 | | [dochang/mb-url](https://github.com/dochang/mb-url) | 13 | | [appunite/Loudius](https://github.com/appunite/Loudius) | 13 | | [jokay/docker-ccu-historian](https://github.com/jokay/docker-ccu-historian) | 13 | | [chgl/kube-powertools](https://github.com/chgl/kube-powertools) | 13 | -| [diggsweden/open-source-project-template](https://github.com/diggsweden/open-source-project-template) | 12 | | [eresturo/scanadf2docspell](https://github.com/eresturo/scanadf2docspell) | 12 | | [mmalyska/home-ops](https://github.com/mmalyska/home-ops) | 12 | | [tyriis/home-ops](https://github.com/tyriis/home-ops) | 12 | @@ -176,7 +177,7 @@ | [ahmadnassri/action-semantic-release](https://github.com/ahmadnassri/action-semantic-release) | 10 | | [curedao/docs](https://github.com/curedao/docs) | 9 | | [chgl/charts](https://github.com/chgl/charts) | 9 | -| [Nautilus-Cyberneering/git-queue](https://github.com/Nautilus-Cyberneering/git-queue) | 9 | +| [nautilus-cyberneering/git-queue](https://github.com/nautilus-cyberneering/git-queue) | 9 | | [doonga/greyrock-ops](https://github.com/doonga/greyrock-ops) | 9 | | [GenZmeY/KF2-SafeMutLoader](https://github.com/GenZmeY/KF2-SafeMutLoader) | 9 | | [PowerDNS-Admin/pda-next](https://github.com/PowerDNS-Admin/pda-next) | 9 | @@ -214,7 +215,7 @@ | [ADFC-Hamburg/adfc-ansible](https://github.com/ADFC-Hamburg/adfc-ansible) | 6 | | [CoffeeOps/commandline-fu](https://github.com/CoffeeOps/commandline-fu) | 6 | | [XoopsModules25x/publisher](https://github.com/XoopsModules25x/publisher) | 6 | -| [Nautilus-Cyberneering/secure-git-guide](https://github.com/Nautilus-Cyberneering/secure-git-guide) | 6 | +| [nautilus-cyberneering/secure-git-guide](https://github.com/nautilus-cyberneering/secure-git-guide) | 6 | | [cbg-ethz/pareg](https://github.com/cbg-ethz/pareg) | 6 | | [AlbanAndrieu/ansible-jenkins-slave-docker](https://github.com/AlbanAndrieu/ansible-jenkins-slave-docker) | 6 | | [llaville/sarif-php-sdk](https://github.com/llaville/sarif-php-sdk) | 6 | @@ -223,6 +224,7 @@ | [elraro/home-ops](https://github.com/elraro/home-ops) | 6 | | [unixorn/gitlike-commands](https://github.com/unixorn/gitlike-commands) | 6 | | [mimmi20/browscap-helper](https://github.com/mimmi20/browscap-helper) | 6 | +| [riosengineer/Bicepify](https://github.com/riosengineer/Bicepify) | 6 | | [AzorianSolutions/broadband-label-maker](https://github.com/AzorianSolutions/broadband-label-maker) | 6 | | [maksimkurb/home-ops](https://github.com/maksimkurb/home-ops) | 6 | | [ahmadnassri/action-commit-lint](https://github.com/ahmadnassri/action-commit-lint) | 6 | @@ -234,7 +236,6 @@ | [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 | -| [riosengineer/Bicepify](https://github.com/riosengineer/Bicepify) | 5 | | [SamErde/Chocolately-Dip](https://github.com/SamErde/Chocolately-Dip) | 5 | | [torivara/public](https://github.com/torivara/public) | 5 | | [tomorrow-one/transactional-outbox](https://github.com/tomorrow-one/transactional-outbox) | 5 | @@ -244,12 +245,13 @@ | [ahmadnassri/template-template](https://github.com/ahmadnassri/template-template) | 5 | | [ahmadnassri/docker-github-pages](https://github.com/ahmadnassri/docker-github-pages) | 5 | | [quiltdata/nf-quilt](https://github.com/quiltdata/nf-quilt) | 5 | +| [ahmadnassri/node-template-literals-engine](https://github.com/ahmadnassri/node-template-literals-engine) | 5 | | [ahmadnassri/node-serve-reload-replace](https://github.com/ahmadnassri/node-serve-reload-replace) | 5 | | [VirtwhoQE/hypervisor-builder](https://github.com/VirtwhoQE/hypervisor-builder) | 5 | | [hobbyfarm/e2e-testing](https://github.com/hobbyfarm/e2e-testing) | 4 | | [ruzickap/popular-containers-vulnerability-checks](https://github.com/ruzickap/popular-containers-vulnerability-checks) | 4 | | [svt/junit5-redis-extension](https://github.com/svt/junit5-redis-extension) | 4 | -| [Nautilus-Cyberneering/chinese-ideographs](https://github.com/Nautilus-Cyberneering/chinese-ideographs) | 4 | +| [nautilus-cyberneering/chinese-ideographs](https://github.com/nautilus-cyberneering/chinese-ideographs) | 4 | | [chgl/fhir-server-exporter](https://github.com/chgl/fhir-server-exporter) | 4 | | [iggy/slendmail](https://github.com/iggy/slendmail) | 4 | | [mimmi20/monolog-streamformatter](https://github.com/mimmi20/monolog-streamformatter) | 4 | @@ -274,7 +276,6 @@ | [stuartp44/com.vanmoof](https://github.com/stuartp44/com.vanmoof) | 4 | | [cityssm/lot-occupancy-system](https://github.com/cityssm/lot-occupancy-system) | 4 | | [ahmadnassri/node-updated](https://github.com/ahmadnassri/node-updated) | 4 | -| [ahmadnassri/node-template-literals-engine](https://github.com/ahmadnassri/node-template-literals-engine) | 4 | | [ahmadnassri/template-node-lib](https://github.com/ahmadnassri/template-node-lib) | 4 | | [JeanMGirard/Awesome](https://github.com/JeanMGirard/Awesome) | 4 | | [flexion/bash_shell_script_starter](https://github.com/flexion/bash_shell_script_starter) | 4 | @@ -287,7 +288,7 @@ | [MTUCI-VR/shooter-project](https://github.com/MTUCI-VR/shooter-project) | 3 | | [iggy/gocate](https://github.com/iggy/gocate) | 3 | | [wenzeslaus/foss4g-2022-developing-custom-grass-tools](https://github.com/wenzeslaus/foss4g-2022-developing-custom-grass-tools) | 3 | -| [Nautilus-Cyberneering/nautilus-librarian](https://github.com/Nautilus-Cyberneering/nautilus-librarian) | 3 | +| [nautilus-cyberneering/nautilus-librarian](https://github.com/nautilus-cyberneering/nautilus-librarian) | 3 | | [drae/k8s-home-ops](https://github.com/drae/k8s-home-ops) | 3 | | [bsrodrigs/terraform-aws-selfconfig-cgw](https://github.com/bsrodrigs/terraform-aws-selfconfig-cgw) | 3 | | [cbg-ethz/SARS-CoV-2_Analysis](https://github.com/cbg-ethz/SARS-CoV-2_Analysis) | 3 | @@ -341,6 +342,7 @@ | [hamza-u/gstcefsrc](https://github.com/hamza-u/gstcefsrc) | 2 | | [iggy/govern](https://github.com/iggy/govern) | 2 | | [nitra/smsc](https://github.com/nitra/smsc) | 2 | +| [McIntosh-Lab/plspy](https://github.com/McIntosh-Lab/plspy) | 2 | | [Athe-kunal/Verge_Scraper](https://github.com/Athe-kunal/Verge_Scraper) | 2 | | [ncsu-geoforall-lab/grass-gis-on-hpc-henry2](https://github.com/ncsu-geoforall-lab/grass-gis-on-hpc-henry2) | 2 | | [apheon-terra/01_k3s_ops](https://github.com/apheon-terra/01_k3s_ops) | 2 | @@ -400,7 +402,6 @@ | [ahmadnassri/node-uncaught-extender](https://github.com/ahmadnassri/node-uncaught-extender) | 2 | | [louffee/canada-design-system](https://github.com/louffee/canada-design-system) | 2 | | [unixorn/ha-mqtt-discoverable-cli](https://github.com/unixorn/ha-mqtt-discoverable-cli) | 2 | -| [YuraVolk/practice-landings](https://github.com/YuraVolk/practice-landings) | 1 | | [lpsm-dev/personal-resume](https://github.com/lpsm-dev/personal-resume) | 1 | | [janderssonse/ort-ci-base](https://github.com/janderssonse/ort-ci-base) | 1 | | [janderssonse/ort-ci-action](https://github.com/janderssonse/ort-ci-action) | 1 | @@ -452,7 +453,6 @@ | [johnduprey/CIPP](https://github.com/johnduprey/CIPP) | 1 | | [llaville/graph-uml](https://github.com/llaville/graph-uml) | 1 | | [rasa/law-scraper](https://github.com/rasa/law-scraper) | 1 | -| [McIntosh-Lab/plspy](https://github.com/McIntosh-Lab/plspy) | 1 | | [pythoninthegrass/aoc](https://github.com/pythoninthegrass/aoc) | 1 | | [MrBrain295/prime-finder](https://github.com/MrBrain295/prime-finder) | 1 | | [josecelano/mandelbrot-orbits-rust](https://github.com/josecelano/mandelbrot-orbits-rust) | 1 | @@ -509,7 +509,6 @@ | [hypercision/i18ntools](https://github.com/hypercision/i18ntools) | 1 | | [GenZmeY/KF2-AdminAutoLogin](https://github.com/GenZmeY/KF2-AdminAutoLogin) | 1 | | [stefancrain/home](https://github.com/stefancrain/home) | 1 | -| [FlorianPfaff/pyRecEst](https://github.com/FlorianPfaff/pyRecEst) | 1 | | [neilmfrench/homelab-prod](https://github.com/neilmfrench/homelab-prod) | 1 | | [brettinternet/cluster](https://github.com/brettinternet/cluster) | 1 | | [HealthDataInsight/way_of_working-template](https://github.com/HealthDataInsight/way_of_working-template) | 1 | @@ -556,7 +555,6 @@ | [EndUser26/action-dependabot-auto-merge](https://github.com/EndUser26/action-dependabot-auto-merge) | 1 | | [sarvex/gopeed](https://github.com/sarvex/gopeed) | 1 | | [abame/demo-nodejs-app](https://github.com/abame/demo-nodejs-app) | 1 | -| [sarvex/gem.gen.in](https://github.com/sarvex/gem.gen.in) | 1 | | [Blue-BigTech/Auth-Template-Nest.js](https://github.com/Blue-BigTech/Auth-Template-Nest.js) | 1 | | [OpenSemanticLab/interactive-semantic-graph](https://github.com/OpenSemanticLab/interactive-semantic-graph) | 1 | | [slim16165/Semantic-MediaWiki-Graph](https://github.com/slim16165/Semantic-MediaWiki-Graph) | 1 | @@ -577,6 +575,7 @@ | [ahmadnassri/template-terraform](https://github.com/ahmadnassri/template-terraform) | 1 | | [dx-phincon/code-with-engineering-playbook](https://github.com/dx-phincon/code-with-engineering-playbook) | 0 | | [anthonygiuliano/ubiquitous-lamp](https://github.com/anthonygiuliano/ubiquitous-lamp) | 0 | +| [YuraVolk/practice-landings](https://github.com/YuraVolk/practice-landings) | 0 | | [noritakaIzumi/flask-quickstart](https://github.com/noritakaIzumi/flask-quickstart) | 0 | | [tooniez/code-with-engineering-playbook](https://github.com/tooniez/code-with-engineering-playbook) | 0 | | [alvin-agidi/CodeLux](https://github.com/alvin-agidi/CodeLux) | 0 | @@ -606,6 +605,7 @@ | [growthatco/growthatpkgs](https://github.com/growthatco/growthatpkgs) | 0 | | [lpsm-dev/rust-intro](https://github.com/lpsm-dev/rust-intro) | 0 | | [pgraverdy/actions-templates](https://github.com/pgraverdy/actions-templates) | 0 | +| [trevorspinks/zsh-quickstart-kit](https://github.com/trevorspinks/zsh-quickstart-kit) | 0 | | [manoharmarandi/azureIoT](https://github.com/manoharmarandi/azureIoT) | 0 | | [bioc/pareg](https://github.com/bioc/pareg) | 0 | | [ilya-vdovenko/Students-WebApp](https://github.com/ilya-vdovenko/Students-WebApp) | 0 | @@ -677,7 +677,7 @@ | [Jeebey/docker_images](https://github.com/Jeebey/docker_images) | 0 | | [adithyaamara/FlaskApp](https://github.com/adithyaamara/FlaskApp) | 0 | | [IlanCosman/tide-test](https://github.com/IlanCosman/tide-test) | 0 | -| [Nautilus-Cyberneering/github-actions-secrets](https://github.com/Nautilus-Cyberneering/github-actions-secrets) | 0 | +| [nautilus-cyberneering/github-actions-secrets](https://github.com/nautilus-cyberneering/github-actions-secrets) | 0 | | [dschveninger/common-tools](https://github.com/dschveninger/common-tools) | 0 | | [pecigonzalo/docker_images](https://github.com/pecigonzalo/docker_images) | 0 | | [jkoan/test-navit](https://github.com/jkoan/test-navit) | 0 | @@ -1065,6 +1065,13 @@ | [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 | +| [nhsanura/Repo1](https://github.com/nhsanura/Repo1) | 0 | +| [Abhinav-Shere/repoC](https://github.com/Abhinav-Shere/repoC) | 0 | +| [Abhinav-Shere/repoB](https://github.com/Abhinav-Shere/repoB) | 0 | +| [Abhinav-Shere/repoA](https://github.com/Abhinav-Shere/repoA) | 0 | +| [p-g-krish/Orangek8Server](https://github.com/p-g-krish/Orangek8Server) | 0 | +| [p-g-krish/Orangek8Client](https://github.com/p-g-krish/Orangek8Client) | 0 | +| [p-g-krish/Orangek8ApiGateway](https://github.com/p-g-krish/Orangek8ApiGateway) | 0 | | [svpermari0/flatdesk](https://github.com/svpermari0/flatdesk) | 0 | | [rathoddeepak/ScannableRepoC](https://github.com/rathoddeepak/ScannableRepoC) | 0 | | [rathoddeepak/ScannableRepoB](https://github.com/rathoddeepak/ScannableRepoB) | 0 | @@ -1239,6 +1246,8 @@ | [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 | +| [vkuehn/mmMover2023_05](https://github.com/vkuehn/mmMover2023_05) | 0 | +| [ablyler/ecobee_influx_connector](https://github.com/ablyler/ecobee_influx_connector) | 0 | | [matejkosiarcik/personal-scripts](https://github.com/matejkosiarcik/personal-scripts) | 0 | | [A-Sai-Chaithanya/ffmpeg-build](https://github.com/A-Sai-Chaithanya/ffmpeg-build) | 0 | | [cdzombak/apply-crontab](https://github.com/cdzombak/apply-crontab) | 0 | @@ -1307,6 +1316,7 @@ | [KIT-ISAS/pyLCD](https://github.com/KIT-ISAS/pyLCD) | 0 | | [FlorianPfaff/pyLCD](https://github.com/FlorianPfaff/pyLCD) | 0 | | [KIT-ISAS/pyRecEst](https://github.com/KIT-ISAS/pyRecEst) | 0 | +| [FlorianPfaff/pyRecEst](https://github.com/FlorianPfaff/pyRecEst) | 0 | | [D-o-c/Doc-Home-ops](https://github.com/D-o-c/Doc-Home-ops) | 0 | | [gardar/ansible-test-molecule](https://github.com/gardar/ansible-test-molecule) | 0 | | [FlorianPfaff/bibtex_tools](https://github.com/FlorianPfaff/bibtex_tools) | 0 | @@ -1664,6 +1674,7 @@ | [sarvex/harmaxa.jatasra.com](https://github.com/sarvex/harmaxa.jatasra.com) | 0 | | [sarvex/harmaxa.com](https://github.com/sarvex/harmaxa.com) | 0 | | [sarvex/gizlang.com](https://github.com/sarvex/gizlang.com) | 0 | +| [sarvex/gem.gen.in](https://github.com/sarvex/gem.gen.in) | 0 | | [sarvex/e3cart.com](https://github.com/sarvex/e3cart.com) | 0 | | [sarvex/cppfronts.com](https://github.com/sarvex/cppfronts.com) | 0 | | [sarvex/cppfront.org](https://github.com/sarvex/cppfront.org) | 0 | @@ -1744,6 +1755,7 @@ | [ahmadnassri/node-oas-request-readme](https://github.com/ahmadnassri/node-oas-request-readme) | 0 | | [ahmadnassri/node-ahmad](https://github.com/ahmadnassri/node-ahmad) | 0 | | [Traydr/ppm](https://github.com/Traydr/ppm) | 0 | +| [Iah-Uch/monkey-prod-back](https://github.com/Iah-Uch/monkey-prod-back) | 0 | | [Iah-Uch/monkey-log-back](https://github.com/Iah-Uch/monkey-log-back) | 0 | | [mdrocan/Fronius-stats](https://github.com/mdrocan/Fronius-stats) | 0 | | [sbtaylor15/ms-setenv-action](https://github.com/sbtaylor15/ms-setenv-action) | 0 |