From dc32ce20cedf5418352d3bf98382e16e0f197068 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Tue, 4 Feb 2025 00:31:42 +0100 Subject: [PATCH] [automation] Auto-update linters version, help and documentation (#4644) --- .automation/generated/linter-versions.json | 6 +- CHANGELOG.md | 3 + README.md | 2 +- docs/all_linters.md | 6 +- docs/descriptors/java_pmd.md | 4 +- docs/descriptors/php_psalm.md | 2 +- docs/descriptors/repository_checkov.md | 2 +- docs/descriptors/salesforce.md | 2 +- .../salesforce_lightning_flow_scanner.md | 2 +- .../salesforce_sfdx_scanner_apex.md | 2 +- .../salesforce_sfdx_scanner_aura.md | 2 +- .../salesforce_sfdx_scanner_lwc.md | 2 +- docs/used-by-stats.md | 76 +++++++++---------- 13 files changed, 56 insertions(+), 55 deletions(-) diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index c13997390ed..eec3dd6c7e8 100644 --- a/.automation/generated/linter-versions.json +++ b/.automation/generated/linter-versions.json @@ -8,7 +8,7 @@ "black": "25.1.0", "cfn-lint": "1.23.1", "checkmake": "0.2.0", - "checkov": "3.2.360", + "checkov": "3.2.362", "checkstyle": "10.21.2", "chktex": "1.7.8", "clang-format": "19.1.4", @@ -67,13 +67,13 @@ "phpcs": "3.11.3", "phplint": "9.5.6", "phpstan": "2.1.2", - "pmd": "7.9.0", + "pmd": "7.10.0", "powershell": "7.5.0", "powershell_formatter": "7.5.0", "prettier": "3.4.2", "proselint": "0.14.0", "protolint": "0.52.0", - "psalm": "Psalm.6.1.0@", + "psalm": "Psalm.6.2.0@", "puppet-lint": "4.2.4", "pylint": "3.3.4", "pyright": "1.1.393", diff --git a/CHANGELOG.md b/CHANGELOG.md index ad088ae3c30..e03bb08c0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - mega-linter-runner - Linter versions upgrades (N) + - [pmd](https://pmd.github.io/) from 7.9.0 to **7.10.0** on 2025-02-03 + - [psalm](https://psalm.dev) from Psalm.6.1.0@ to **Psalm.6.2.0@** on 2025-02-03 + - [checkov](https://www.checkov.io/) from 3.2.360 to **3.2.362** on 2025-02-03 ## [v8.4.2] - 2024-02-02 diff --git a/README.md b/README.md index 6c048e95094..010c71f8670 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=2832&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=2829&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 a384f97af68..ddfccb9696a 100644 --- a/docs/all_linters.md +++ b/docs/all_linters.md @@ -14,7 +14,7 @@ | [**black**](https://github.com/psf/black){target=_blank} | 25.1.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.23.1 | [MIT-0](licenses/cfn-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/aws-cloudformation/cfn-lint?cacheSeconds=3600)](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | [CLOUDFORMATION](descriptors/cloudformation_cfn_lint.md) | :white_circle: | [Repository](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | | [**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.360 | [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.362 | [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.2 | [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} | 19.1.4 | [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} | @@ -68,13 +68,13 @@ | [**phpcs**](https://github.com/PHPCSStandards/PHP_CodeSniffer){target=_blank} | 3.11.3 | [BSD-3-Clause](licenses/phpcs.md) | [![GitHub stars](https://img.shields.io/github/stars/PHPCSStandards/PHP_CodeSniffer?cacheSeconds=3600)](https://github.com/PHPCSStandards/PHP_CodeSniffer){target=_blank} | [PHP](descriptors/php_phpcs.md) | :white_circle: | [Repository](https://github.com/PHPCSStandards/PHP_CodeSniffer){target=_blank} | | [**phplint**](https://github.com/overtrue/phplint){target=_blank} | 9.5.6 | [MIT](licenses/phplint.md) | [![GitHub stars](https://img.shields.io/github/stars/overtrue/phplint?cacheSeconds=3600)](https://github.com/overtrue/phplint){target=_blank} | [PHP](descriptors/php_phplint.md) | :white_circle: | [Repository](https://github.com/overtrue/phplint){target=_blank} | | [**phpstan**](https://github.com/phpstan/phpstan){target=_blank} | 2.1.2 | [MIT](licenses/phpstan.md) | [![GitHub stars](https://img.shields.io/github/stars/phpstan/phpstan?cacheSeconds=3600)](https://github.com/phpstan/phpstan){target=_blank} | [PHP](descriptors/php_phpstan.md) | :white_circle: | [Repository](https://github.com/phpstan/phpstan){target=_blank} | -| [**pmd**](https://github.com/pmd/pmd){target=_blank} | 7.9.0 | [Apache-2.0](licenses/pmd.md) | [![GitHub stars](https://img.shields.io/github/stars/pmd/pmd?cacheSeconds=3600)](https://github.com/pmd/pmd){target=_blank} | [JAVA](descriptors/java_pmd.md) | :heart: | [MegaLinter reference](https://pmd.sourceforge.io/pmd-6.55.0/pmd_userdocs_tools_ci.html){target=_blank} | +| [**pmd**](https://github.com/pmd/pmd){target=_blank} | 7.10.0 | [Apache-2.0](licenses/pmd.md) | [![GitHub stars](https://img.shields.io/github/stars/pmd/pmd?cacheSeconds=3600)](https://github.com/pmd/pmd){target=_blank} | [JAVA](descriptors/java_pmd.md) | :heart: | [MegaLinter reference](https://pmd.sourceforge.io/pmd-6.55.0/pmd_userdocs_tools_ci.html){target=_blank} | | [**powershell**](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} | 7.5.0 | [MIT](licenses/powershell.md) | [![GitHub stars](https://img.shields.io/github/stars/PowerShell/PSScriptAnalyzer?cacheSeconds=3600)](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} | [POWERSHELL](descriptors/powershell_powershell.md) | :white_circle: | [Repository](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} | | [**powershell_formatter**](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} | 7.5.0 | [MIT](licenses/powershell_formatter.md) | [![GitHub stars](https://img.shields.io/github/stars/PowerShell/PSScriptAnalyzer?cacheSeconds=3600)](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} | [POWERSHELL](descriptors/powershell_powershell_formatter.md) | :white_circle: | [Repository](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} | | [**prettier**](https://github.com/prettier/prettier){target=_blank} | 3.4.2 | [MIT](licenses/prettier.md) | [![GitHub stars](https://img.shields.io/github/stars/prettier/prettier?cacheSeconds=3600)](https://github.com/prettier/prettier){target=_blank} | [JAVASCRIPT](descriptors/javascript_prettier.md)
[JSON](descriptors/json_prettier.md)
[TYPESCRIPT](descriptors/typescript_prettier.md)
[YAML](descriptors/yaml_prettier.md) | :white_circle: | [Repository](https://github.com/prettier/prettier){target=_blank} | | [**proselint**](https://github.com/amperser/proselint){target=_blank} | 0.14.0 | [BSD-3-Clause](licenses/proselint.md) | [![GitHub stars](https://img.shields.io/github/stars/amperser/proselint?cacheSeconds=3600)](https://github.com/amperser/proselint){target=_blank} | [SPELL](descriptors/spell_proselint.md) | :white_circle: | [Repository](https://github.com/amperser/proselint){target=_blank} | | [**protolint**](https://github.com/yoheimuta/protolint){target=_blank} | 0.52.0 | [MIT](licenses/protolint.md) | [![GitHub stars](https://img.shields.io/github/stars/yoheimuta/protolint?cacheSeconds=3600)](https://github.com/yoheimuta/protolint){target=_blank} | [PROTOBUF](descriptors/protobuf_protolint.md) | :white_circle: | [Repository](https://github.com/yoheimuta/protolint){target=_blank} | -| [**psalm**](https://github.com/vimeo/psalm){target=_blank} | Psalm.6.1.0@ | [MIT](licenses/psalm.md) | [![GitHub stars](https://img.shields.io/github/stars/vimeo/psalm?cacheSeconds=3600)](https://github.com/vimeo/psalm){target=_blank} | [PHP](descriptors/php_psalm.md) | :white_circle: | [Repository](https://github.com/vimeo/psalm){target=_blank} | +| [**psalm**](https://github.com/vimeo/psalm){target=_blank} | Psalm.6.2.0@ | [MIT](licenses/psalm.md) | [![GitHub stars](https://img.shields.io/github/stars/vimeo/psalm?cacheSeconds=3600)](https://github.com/vimeo/psalm){target=_blank} | [PHP](descriptors/php_psalm.md) | :white_circle: | [Repository](https://github.com/vimeo/psalm){target=_blank} | | [**puppet-lint**](https://github.com/puppetlabs/puppet-lint){target=_blank} | 4.2.4 | [MIT](licenses/puppet-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/puppetlabs/puppet-lint?cacheSeconds=3600)](https://github.com/puppetlabs/puppet-lint){target=_blank} | [PUPPET](descriptors/puppet_puppet_lint.md) | :white_circle: | [Repository](https://github.com/puppetlabs/puppet-lint){target=_blank} | | [**pylint**](https://github.com/pylint-dev/pylint){target=_blank} | 3.3.4 | [GPL-2.0](licenses/pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/pylint-dev/pylint?cacheSeconds=3600)](https://github.com/pylint-dev/pylint){target=_blank} | [PYTHON](descriptors/python_pylint.md) | :white_circle: | [Repository](https://github.com/pylint-dev/pylint){target=_blank} | | [**pyright**](https://github.com/microsoft/pyright){target=_blank} | 1.1.393 | [Other](licenses/pyright.md) | [![GitHub stars](https://img.shields.io/github/stars/microsoft/pyright?cacheSeconds=3600)](https://github.com/microsoft/pyright){target=_blank} | [PYTHON](descriptors/python_pyright.md) | :white_circle: | [Repository](https://github.com/microsoft/pyright){target=_blank} | diff --git a/docs/descriptors/java_pmd.md b/docs/descriptors/java_pmd.md index bc90cb423a5..23edd970728 100644 --- a/docs/descriptors/java_pmd.md +++ b/docs/descriptors/java_pmd.md @@ -9,7 +9,7 @@ description: How to use pmd (configure, ignore files, ignore errors, help & vers ## pmd documentation -- Version in MegaLinter: **7.9.0** +- Version in MegaLinter: **7.10.0** - Visit [Official Web Site](https://pmd.github.io/){target=_blank} - See [How to configure pmd rules](https://docs.pmd-code.org/pmd-doc-6.55.0/pmd_userdocs_configuring_rules.html){target=_blank} - If custom `java-pmd-ruleset.xml` config file isn't found, [java-pmd-ruleset.xml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/java-pmd-ruleset.xml){target=_blank} will be used @@ -108,7 +108,7 @@ ENV JAVA_HOME=/usr/lib/jvm/java-21-openjdk ENV PATH="$JAVA_HOME/bin:${PATH}" # Linter install # renovate: datasource=github-tags depName=pmd/pmd extractVersion=^pmd_releases/(?.*)$ -ARG PMD_VERSION=7.9.0 +ARG PMD_VERSION=7.10.0 RUN wget --quiet https://github.com/pmd/pmd/releases/download/pmd_releases%2F${PMD_VERSION}/pmd-dist-${PMD_VERSION}-bin.zip && \ unzip pmd-dist-${PMD_VERSION}-bin.zip || echo "Error unzipping" && \ diff --git a/docs/descriptors/php_psalm.md b/docs/descriptors/php_psalm.md index 3c29d348e06..ecaaa5f090d 100644 --- a/docs/descriptors/php_psalm.md +++ b/docs/descriptors/php_psalm.md @@ -15,7 +15,7 @@ description: How to use psalm (configure, ignore files, ignore errors, help & ve ## psalm documentation -- Version in MegaLinter: **Psalm.6.1.0@** +- Version in MegaLinter: **Psalm.6.2.0@** - Visit [Official Web Site](https://psalm.dev){target=_blank} - See [How to configure psalm rules](https://psalm.dev/docs/running_psalm/configuration/){target=_blank} - If custom `psalm.xml` config file isn't found, [psalm.xml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/psalm.xml){target=_blank} will be used diff --git a/docs/descriptors/repository_checkov.md b/docs/descriptors/repository_checkov.md index 80b604e884b..9775bf9bb99 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.360** +- Version in MegaLinter: **3.2.362** - 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/salesforce.md b/docs/descriptors/salesforce.md index 95a0ffd840e..2029fc180a7 100644 --- a/docs/descriptors/salesforce.md +++ b/docs/descriptors/salesforce.md @@ -39,7 +39,7 @@ ARG SALESFORCE_CLI_VERSION=2.74.6 # renovate: datasource=npm depName=@salesforce/plugin-packaging ARG SALESFORCE_PLUGIN_PACKAGING_VERSION=2.9.14 # renovate: datasource=npm depName=sfdx-hardis -ARG SFDX_HARDIS_VERSION=5.17.4 +ARG SFDX_HARDIS_VERSION=5.18.0 ENV JAVA_HOME=/usr/lib/jvm/java-21-openjdk ENV PATH="$JAVA_HOME/bin:${PATH}" RUN sf plugins install @salesforce/plugin-packaging@${SALESFORCE_PLUGIN_PACKAGING_VERSION} \ diff --git a/docs/descriptors/salesforce_lightning_flow_scanner.md b/docs/descriptors/salesforce_lightning_flow_scanner.md index f3f088067a4..3417bcd4e27 100644 --- a/docs/descriptors/salesforce_lightning_flow_scanner.md +++ b/docs/descriptors/salesforce_lightning_flow_scanner.md @@ -128,7 +128,7 @@ ARG SALESFORCE_CLI_VERSION=2.74.6 # renovate: datasource=npm depName=@salesforce/plugin-packaging ARG SALESFORCE_PLUGIN_PACKAGING_VERSION=2.9.14 # renovate: datasource=npm depName=sfdx-hardis -ARG SFDX_HARDIS_VERSION=5.17.4 +ARG SFDX_HARDIS_VERSION=5.18.0 ENV JAVA_HOME=/usr/lib/jvm/java-21-openjdk ENV PATH="$JAVA_HOME/bin:${PATH}" RUN sf plugins install @salesforce/plugin-packaging@${SALESFORCE_PLUGIN_PACKAGING_VERSION} \ diff --git a/docs/descriptors/salesforce_sfdx_scanner_apex.md b/docs/descriptors/salesforce_sfdx_scanner_apex.md index cb878f66145..fdfe4236d90 100644 --- a/docs/descriptors/salesforce_sfdx_scanner_apex.md +++ b/docs/descriptors/salesforce_sfdx_scanner_apex.md @@ -379,7 +379,7 @@ ARG SALESFORCE_CLI_VERSION=2.74.6 # renovate: datasource=npm depName=@salesforce/plugin-packaging ARG SALESFORCE_PLUGIN_PACKAGING_VERSION=2.9.14 # renovate: datasource=npm depName=sfdx-hardis -ARG SFDX_HARDIS_VERSION=5.17.4 +ARG SFDX_HARDIS_VERSION=5.18.0 ENV JAVA_HOME=/usr/lib/jvm/java-21-openjdk ENV PATH="$JAVA_HOME/bin:${PATH}" RUN sf plugins install @salesforce/plugin-packaging@${SALESFORCE_PLUGIN_PACKAGING_VERSION} \ diff --git a/docs/descriptors/salesforce_sfdx_scanner_aura.md b/docs/descriptors/salesforce_sfdx_scanner_aura.md index 24d3281f3e0..0f960e98ec9 100644 --- a/docs/descriptors/salesforce_sfdx_scanner_aura.md +++ b/docs/descriptors/salesforce_sfdx_scanner_aura.md @@ -375,7 +375,7 @@ ARG SALESFORCE_CLI_VERSION=2.74.6 # renovate: datasource=npm depName=@salesforce/plugin-packaging ARG SALESFORCE_PLUGIN_PACKAGING_VERSION=2.9.14 # renovate: datasource=npm depName=sfdx-hardis -ARG SFDX_HARDIS_VERSION=5.17.4 +ARG SFDX_HARDIS_VERSION=5.18.0 ENV JAVA_HOME=/usr/lib/jvm/java-21-openjdk ENV PATH="$JAVA_HOME/bin:${PATH}" RUN sf plugins install @salesforce/plugin-packaging@${SALESFORCE_PLUGIN_PACKAGING_VERSION} \ diff --git a/docs/descriptors/salesforce_sfdx_scanner_lwc.md b/docs/descriptors/salesforce_sfdx_scanner_lwc.md index e240b0bee95..d0a9fd232a0 100644 --- a/docs/descriptors/salesforce_sfdx_scanner_lwc.md +++ b/docs/descriptors/salesforce_sfdx_scanner_lwc.md @@ -375,7 +375,7 @@ ARG SALESFORCE_CLI_VERSION=2.74.6 # renovate: datasource=npm depName=@salesforce/plugin-packaging ARG SALESFORCE_PLUGIN_PACKAGING_VERSION=2.9.14 # renovate: datasource=npm depName=sfdx-hardis -ARG SFDX_HARDIS_VERSION=5.17.4 +ARG SFDX_HARDIS_VERSION=5.18.0 ENV JAVA_HOME=/usr/lib/jvm/java-21-openjdk ENV PATH="$JAVA_HOME/bin:${PATH}" RUN sf plugins install @salesforce/plugin-packaging@${SALESFORCE_PLUGIN_PACKAGING_VERSION} \ diff --git a/docs/used-by-stats.md b/docs/used-by-stats.md index 9038de1c1ee..1a4404dfa08 100644 --- a/docs/used-by-stats.md +++ b/docs/used-by-stats.md @@ -1,26 +1,26 @@ # Dependents stats for oxsecurity/megalinter -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2832&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=2832&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=-2832&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=91694&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=2829&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=2829&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=-2829&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=91534&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) | Repository | Stars | |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:| -|   [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 57368 | -|   [PRQL](https://github.com/PRQL) / [prql](https://github.com/PRQL/prql) | 10065 | -|   [IlanCosman](https://github.com/IlanCosman) / [tide](https://github.com/IlanCosman/tide) | 3202 | -|   [privacyguides](https://github.com/privacyguides) / [privacyguides.org](https://github.com/privacyguides/privacyguides.org) | 2972 | +|   [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 57407 | +|   [PRQL](https://github.com/PRQL) / [prql](https://github.com/PRQL/prql) | 10069 | +|   [IlanCosman](https://github.com/IlanCosman) / [tide](https://github.com/IlanCosman/tide) | 3203 | +|   [privacyguides](https://github.com/privacyguides) / [privacyguides.org](https://github.com/privacyguides/privacyguides.org) | 2977 | |   [stepancheg](https://github.com/stepancheg) / [rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2848 | -|   [PowerDNS-Admin](https://github.com/PowerDNS-Admin) / [PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 2520 | -|   [ever-co](https://github.com/ever-co) / [ever-gauzy](https://github.com/ever-co/ever-gauzy) | 2429 | +|   [PowerDNS-Admin](https://github.com/PowerDNS-Admin) / [PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 2523 | +|   [ever-co](https://github.com/ever-co) / [ever-gauzy](https://github.com/ever-co/ever-gauzy) | 2433 | |   [microsoft](https://github.com/microsoft) / [code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 2345 | -|   [meichthys](https://github.com/meichthys) / [foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 2160 | +|   [meichthys](https://github.com/meichthys) / [foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 2163 | |   [oxsecurity](https://github.com/oxsecurity) / [megalinter](https://github.com/oxsecurity/megalinter) | 2025 | -|   [cisagov](https://github.com/cisagov) / [ScubaGear](https://github.com/cisagov/ScubaGear) | 1943 | -|   [Romanitho](https://github.com/Romanitho) / [Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 1284 | +|   [cisagov](https://github.com/cisagov) / [ScubaGear](https://github.com/cisagov/ScubaGear) | 1944 | +|   [Romanitho](https://github.com/Romanitho) / [Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 1288 | |   [unixorn](https://github.com/unixorn) / [git-extra-commands](https://github.com/unixorn/git-extra-commands) | 1041 | -|   [jakehildreth](https://github.com/jakehildreth) / [Locksmith](https://github.com/jakehildreth/Locksmith) | 1015 | +|   [jakehildreth](https://github.com/jakehildreth) / [Locksmith](https://github.com/jakehildreth/Locksmith) | 1016 | |   [unixorn](https://github.com/unixorn) / [zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) | 803 | |   [secureCodeBox](https://github.com/secureCodeBox) / [secureCodeBox](https://github.com/secureCodeBox/secureCodeBox) | 798 | |   [ministryofjustice](https://github.com/ministryofjustice) / [modernisation-platform](https://github.com/ministryofjustice/modernisation-platform) | 685 | @@ -28,25 +28,25 @@ |   [cattle-ops](https://github.com/cattle-ops) / [terraform-aws-gitlab-runner](https://github.com/cattle-ops/terraform-aws-gitlab-runner) | 590 | |   [practicalli](https://github.com/practicalli) / [clojure-cli-config](https://github.com/practicalli/clojure-cli-config) | 530 | |   [pola-rs](https://github.com/pola-rs) / [r-polars](https://github.com/pola-rs/r-polars) | 493 | -|   [scolladon](https://github.com/scolladon) / [sfdx-git-delta](https://github.com/scolladon/sfdx-git-delta) | 461 | +|   [scolladon](https://github.com/scolladon) / [sfdx-git-delta](https://github.com/scolladon/sfdx-git-delta) | 463 | |   [ruzickap](https://github.com/ruzickap) / [packer-templates](https://github.com/ruzickap/packer-templates) | 446 | -|   [leosuncin](https://github.com/leosuncin) / [nest-auth-example](https://github.com/leosuncin/nest-auth-example) | 426 | -|   [llaville](https://github.com/llaville) / [php-compatinfo](https://github.com/llaville/php-compatinfo) | 377 | +|   [leosuncin](https://github.com/leosuncin) / [nest-auth-example](https://github.com/leosuncin/nest-auth-example) | 429 | +|   [llaville](https://github.com/llaville) / [php-compatinfo](https://github.com/llaville/php-compatinfo) | 378 | |   [OCSInventory-NG](https://github.com/OCSInventory-NG) / [OCSInventory-Server](https://github.com/OCSInventory-NG/OCSInventory-Server) | 360 | |   [Boeing](https://github.com/Boeing) / [config-file-validator](https://github.com/Boeing/config-file-validator) | 355 | |   [brettdottech](https://github.com/brettdottech) / [info-orbs](https://github.com/brettdottech/info-orbs) | 346 | |   [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) | 325 | -|   [toboshii](https://github.com/toboshii) / [home-ops](https://github.com/toboshii/home-ops) | 324 | -|   [carpenike](https://github.com/carpenike) / [k8s-gitops](https://github.com/carpenike/k8s-gitops) | 257 | +|   [toboshii](https://github.com/toboshii) / [home-ops](https://github.com/toboshii/home-ops) | 323 | +|   [carpenike](https://github.com/carpenike) / [k8s-gitops](https://github.com/carpenike/k8s-gitops) | 256 | |   [NationalSecurityAgency](https://github.com/NationalSecurityAgency) / [emissary](https://github.com/NationalSecurityAgency/emissary) | 249 | |   [OCSInventory-NG](https://github.com/OCSInventory-NG) / [OCSInventory-ocsreports](https://github.com/OCSInventory-NG/OCSInventory-ocsreports) | 237 | -|   [hardisgroupcom](https://github.com/hardisgroupcom) / [sfdx-hardis](https://github.com/hardisgroupcom/sfdx-hardis) | 225 | +|   [hardisgroupcom](https://github.com/hardisgroupcom) / [sfdx-hardis](https://github.com/hardisgroupcom/sfdx-hardis) | 224 | |   [Luzkan](https://github.com/Luzkan) / [smells](https://github.com/Luzkan/smells) | 223 | |   [IQEngine](https://github.com/IQEngine) / [IQEngine](https://github.com/IQEngine/IQEngine) | 221 | |   [orangekame3](https://github.com/orangekame3) / [paclear](https://github.com/orangekame3/paclear) | 220 | |   [brettinternet](https://github.com/brettinternet) / [homeops](https://github.com/brettinternet/homeops) | 216 | -|   [nvuillam](https://github.com/nvuillam) / [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) | 214 | +|   [nvuillam](https://github.com/nvuillam) / [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) | 215 | |   [philips-software](https://github.com/philips-software) / [amp-embedded-infra-lib](https://github.com/philips-software/amp-embedded-infra-lib) | 209 | |   [bevyengine](https://github.com/bevyengine) / [bevy-website](https://github.com/bevyengine/bevy-website) | 203 | |   [eth-protocol-fellows](https://github.com/eth-protocol-fellows) / [cohort-four](https://github.com/eth-protocol-fellows/cohort-four) | 201 | @@ -66,9 +66,9 @@ |   [Aurorastation](https://github.com/Aurorastation) / [Aurora.3](https://github.com/Aurorastation/Aurora.3) | 149 | |   [orangekame3](https://github.com/orangekame3) / [stree](https://github.com/orangekame3/stree) | 135 | |   [cbg-ethz](https://github.com/cbg-ethz) / [V-pipe](https://github.com/cbg-ethz/V-pipe) | 134 | -|   [nvuillam](https://github.com/nvuillam) / [github-dependents-info](https://github.com/nvuillam/github-dependents-info) | 124 | -|   [unixorn](https://github.com/unixorn) / [lima-xbar-plugin](https://github.com/unixorn/lima-xbar-plugin) | 119 | -|   [ishioni](https://github.com/ishioni) / [homelab-ops](https://github.com/ishioni/homelab-ops) | 119 | +|   [nvuillam](https://github.com/nvuillam) / [github-dependents-info](https://github.com/nvuillam/github-dependents-info) | 125 | +|   [ishioni](https://github.com/ishioni) / [homelab-ops](https://github.com/ishioni/homelab-ops) | 121 | +|   [unixorn](https://github.com/unixorn) / [lima-xbar-plugin](https://github.com/unixorn/lima-xbar-plugin) | 120 | |   [practicalli](https://github.com/practicalli) / [spacemacs](https://github.com/practicalli/spacemacs) | 113 | |   [philips-software](https://github.com/philips-software) / [amp-devcontainer](https://github.com/philips-software/amp-devcontainer) | 109 | |   [unixorn](https://github.com/unixorn) / [ha-mqtt-discoverable](https://github.com/unixorn/ha-mqtt-discoverable) | 108 | @@ -76,7 +76,7 @@ |   [leosuncin](https://github.com/leosuncin) / [nest-api-example](https://github.com/leosuncin/nest-api-example) | 101 | |   [ahmadnassri](https://github.com/ahmadnassri) / [docker-vscode-server](https://github.com/ahmadnassri/docker-vscode-server) | 98 | |   [practicalli](https://github.com/practicalli) / [clojure](https://github.com/practicalli/clojure) | 96 | -|   [ulises-jeremias](https://github.com/ulises-jeremias) / [dotfiles](https://github.com/ulises-jeremias/dotfiles) | 96 | +|   [ulises-jeremias](https://github.com/ulises-jeremias) / [dotfiles](https://github.com/ulises-jeremias/dotfiles) | 95 | |   [npalm](https://github.com/npalm) / [action-docs](https://github.com/npalm/action-docs) | 90 | |   [hyperledger](https://github.com/hyperledger) / [identus-cloud-agent](https://github.com/hyperledger/identus-cloud-agent) | 87 | |   [rasa](https://github.com/rasa) / [scoops](https://github.com/rasa/scoops) | 83 | @@ -99,15 +99,15 @@ |   [leosuncin](https://github.com/leosuncin) / [nest-typeorm-custom-repository](https://github.com/leosuncin/nest-typeorm-custom-repository) | 54 | |   [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 | +|   [orangekame3](https://github.com/orangekame3) / [ghfetch](https://github.com/orangekame3/ghfetch) | 52 | |   [HariSekhon](https://github.com/HariSekhon) / [GitHub-Actions](https://github.com/HariSekhon/GitHub-Actions) | 51 | |   [tyriis](https://github.com/tyriis) / [home-ops](https://github.com/tyriis/home-ops) | 51 | -|   [orangekame3](https://github.com/orangekame3) / [ghfetch](https://github.com/orangekame3/ghfetch) | 51 | |   [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 | +|   [sierrafoxtrot](https://github.com/sierrafoxtrot) / [srecord](https://github.com/sierrafoxtrot/srecord) | 50 | |   [quackduck](https://github.com/quackduck) / [cool](https://github.com/quackduck/cool) | 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 | -|   [sierrafoxtrot](https://github.com/sierrafoxtrot) / [srecord](https://github.com/sierrafoxtrot/srecord) | 49 | |   [unixorn](https://github.com/unixorn) / [chocolate-factory-engineering-docs](https://github.com/unixorn/chocolate-factory-engineering-docs) | 48 | |   [xlab-si](https://github.com/xlab-si) / [iac-scan-runner](https://github.com/xlab-si/iac-scan-runner) | 47 | |   [quackduck](https://github.com/quackduck) / [rem](https://github.com/quackduck/rem) | 47 | @@ -121,7 +121,7 @@ |   [reefland](https://github.com/reefland) / [cri-purge](https://github.com/reefland/cri-purge) | 44 | |   [TUSB](https://github.com/TUSB) / [TheUnusualSkyBlock](https://github.com/TUSB/TheUnusualSkyBlock) | 43 | |   [leeter](https://github.com/leeter) / [WinMTR-refresh](https://github.com/leeter/WinMTR-refresh) | 43 | -|   [ruzickap](https://github.com/ruzickap) / [malware-cryptominer-container](https://github.com/ruzickap/malware-cryptominer-container) | 41 | +|   [ruzickap](https://github.com/ruzickap) / [malware-cryptominer-container](https://github.com/ruzickap/malware-cryptominer-container) | 42 | |   [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 | |   [orangekame3](https://github.com/orangekame3) / [mk](https://github.com/orangekame3/mk) | 39 | @@ -145,7 +145,7 @@ |   [arbitraryexecution](https://github.com/arbitraryexecution) / [forta-bot-templates](https://github.com/arbitraryexecution/forta-bot-templates) | 27 | |   [rwaltr](https://github.com/rwaltr) / [home-ops](https://github.com/rwaltr/home-ops) | 27 | |   [camaraproject](https://github.com/camaraproject) / [DeviceLocation](https://github.com/camaraproject/DeviceLocation) | 27 | -|   [nabondance](https://github.com/nabondance) / [Trailhead-Banner](https://github.com/nabondance/Trailhead-Banner) | 26 | +|   [nabondance](https://github.com/nabondance) / [Trailhead-Banner](https://github.com/nabondance/Trailhead-Banner) | 27 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-pretty-exceptions](https://github.com/ahmadnassri/node-pretty-exceptions) | 26 | |   [KristjanESPERANTO](https://github.com/KristjanESPERANTO) / [MMM-PublicTransportHafas](https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas) | 25 | |   [litejs](https://github.com/litejs) / [dom](https://github.com/litejs/dom) | 25 | @@ -354,7 +354,6 @@ |   [Moringa-SDF-PTO5](https://github.com/Moringa-SDF-PTO5) / [post-moringa](https://github.com/Moringa-SDF-PTO5/post-moringa) | 5 | |   [alexanderbazhenoff](https://github.com/alexanderbazhenoff) / [scripts-pipelines-and-tiny-tools](https://github.com/alexanderbazhenoff/scripts-pipelines-and-tiny-tools) | 5 | |   [RedHatProductSecurity](https://github.com/RedHatProductSecurity) / [trestle-demo](https://github.com/RedHatProductSecurity/trestle-demo) | 5 | -|   [Tanvir1337x](https://github.com/Tanvir1337x) / [dotfiles](https://github.com/Tanvir1337x/dotfiles) | 5 | |   [chilcano](https://github.com/chilcano) / [how-tos](https://github.com/chilcano/how-tos) | 5 | |   [ruzickap](https://github.com/ruzickap) / [cheatsheet-macos](https://github.com/ruzickap/cheatsheet-macos) | 5 | |   [ruzickap](https://github.com/ruzickap) / [action-my-markdown-linter](https://github.com/ruzickap/action-my-markdown-linter) | 5 | @@ -363,6 +362,7 @@ |   [cdzombak](https://github.com/cdzombak) / [energybridge_to_influxdb](https://github.com/cdzombak/energybridge_to_influxdb) | 5 | |   [ruzickap](https://github.com/ruzickap) / [ansible-my_workstation](https://github.com/ruzickap/ansible-my_workstation) | 5 | |   [mikevader](https://github.com/mikevader) / [k3s-cluster-infra-apps](https://github.com/mikevader/k3s-cluster-infra-apps) | 5 | +|   [worksuiteio](https://github.com/worksuiteio) / [worksuite](https://github.com/worksuiteio/worksuite) | 5 | |   [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 | @@ -387,7 +387,6 @@ |   [nautilus-cyberneering](https://github.com/nautilus-cyberneering) / [chinese-ideographs](https://github.com/nautilus-cyberneering/chinese-ideographs) | 4 | |   [c6o](https://github.com/c6o) / [docs](https://github.com/c6o/docs) | 4 | |   [McIntosh-Lab](https://github.com/McIntosh-Lab) / [plspy](https://github.com/McIntosh-Lab/plspy) | 4 | -|   [storm-software](https://github.com/storm-software) / [storm-ops](https://github.com/storm-software/storm-ops) | 4 | |   [Osazz](https://github.com/Osazz) / [banking_system](https://github.com/Osazz/banking_system) | 4 | |   [spbu-coding-2023](https://github.com/spbu-coding-2023) / [graphs-graphs-8](https://github.com/spbu-coding-2023/graphs-graphs-8) | 4 | |   [bacterial-genomics](https://github.com/bacterial-genomics) / [wf-ani](https://github.com/bacterial-genomics/wf-ani) | 4 | @@ -396,7 +395,6 @@ |   [xxl4](https://github.com/xxl4) / [gundns-admin](https://github.com/xxl4/gundns-admin) | 4 | |   [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 | -|   [worksuiteio](https://github.com/worksuiteio) / [worksuite](https://github.com/worksuiteio/worksuite) | 4 | |   [GenZmeY](https://github.com/GenZmeY) / [KF2-BuildTools](https://github.com/GenZmeY/KF2-BuildTools) | 4 | |   [proinsias](https://github.com/proinsias) / [gilbert-shannon-reeds](https://github.com/proinsias/gilbert-shannon-reeds) | 4 | |   [Game-DevOps](https://github.com/Game-DevOps) / [awesome-game-devops](https://github.com/Game-DevOps/awesome-game-devops) | 4 | @@ -422,6 +420,7 @@ |   [dysonltd](https://github.com/dysonltd) / [universal-robot](https://github.com/dysonltd/universal-robot) | 4 | |   [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 | @@ -477,6 +476,7 @@ |   [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) / [NumberRecycling](https://github.com/camaraproject/NumberRecycling) | 3 | |   [camaraproject](https://github.com/camaraproject) / [NetworkAccessManagement](https://github.com/camaraproject/NetworkAccessManagement) | 3 | |   [camaraproject](https://github.com/camaraproject) / [DeviceIdentifier](https://github.com/camaraproject/DeviceIdentifier) | 3 | |   [practicalli](https://github.com/practicalli) / [dotfiles](https://github.com/practicalli/dotfiles) | 3 | @@ -490,6 +490,7 @@ |   [ahmadnassri](https://github.com/ahmadnassri) / [node-stringify-clone](https://github.com/ahmadnassri/node-stringify-clone) | 3 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-smart-promise](https://github.com/ahmadnassri/node-smart-promise) | 3 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-error](https://github.com/ahmadnassri/node-error) | 3 | +|   [TheophileChampion](https://github.com/TheophileChampion) / [ReLab](https://github.com/TheophileChampion/ReLab) | 3 | |   [cheyannelam](https://github.com/cheyannelam) / [code-switch](https://github.com/cheyannelam/code-switch) | 3 | |   [fchastanet](https://github.com/fchastanet) / [bash-tools-framework](https://github.com/fchastanet/bash-tools-framework) | 3 | |   [alanjonesit](https://github.com/alanjonesit) / [terraform-aws-gitlab-stale-merge-requests-slack-app](https://github.com/alanjonesit/terraform-aws-gitlab-stale-merge-requests-slack-app) | 3 | @@ -497,7 +498,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 | -|   [ruzickap](https://github.com/ruzickap) / [ruzickap.github.io](https://github.com/ruzickap/ruzickap.github.io) | 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 | @@ -566,7 +566,6 @@ |   [ortelius](https://github.com/ortelius) / [scec-vulnerability](https://github.com/ortelius/scec-vulnerability) | 2 | |   [camaraproject](https://github.com/camaraproject) / [RegionDeviceCount](https://github.com/camaraproject/RegionDeviceCount) | 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 | |   [camaraproject](https://github.com/camaraproject) / [Tenure](https://github.com/camaraproject/Tenure) | 2 | |   [camaraproject](https://github.com/camaraproject) / [SimpleEdgeDiscovery](https://github.com/camaraproject/SimpleEdgeDiscovery) | 2 | |   [camaraproject](https://github.com/camaraproject) / [HomeDevicesQoD](https://github.com/camaraproject/HomeDevicesQoD) | 2 | @@ -661,6 +660,7 @@ |   [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 | +|   [storm-software](https://github.com/storm-software) / [stryke](https://github.com/storm-software/stryke) | 1 | |   [robinmordasiewicz](https://github.com/robinmordasiewicz) / [fortigate-terraform-deploy](https://github.com/robinmordasiewicz/fortigate-terraform-deploy) | 1 | |   [diggsweden](https://github.com/diggsweden) / [.github](https://github.com/diggsweden/.github) | 1 | |   [cfkoehler](https://github.com/cfkoehler) / [emissary](https://github.com/cfkoehler/emissary) | 1 | @@ -1039,7 +1039,6 @@ |   [Ashby-Computer-Services](https://github.com/Ashby-Computer-Services) / [CIPP](https://github.com/Ashby-Computer-Services/CIPP) | 0 | |   [YvesGourle](https://github.com/YvesGourle) / [CIPP](https://github.com/YvesGourle/CIPP) | 0 | |   [CastleRockSky](https://github.com/CastleRockSky) / [CIPP](https://github.com/CastleRockSky/CIPP) | 0 | -|   [schelpdesk](https://github.com/schelpdesk) / [CIPP](https://github.com/schelpdesk/CIPP) | 0 | |   [mattkdit](https://github.com/mattkdit) / [CIPP](https://github.com/mattkdit/CIPP) | 0 | |   [kfear27](https://github.com/kfear27) / [CIPP](https://github.com/kfear27/CIPP) | 0 | |   [Tan-DE](https://github.com/Tan-DE) / [CIPP](https://github.com/Tan-DE/CIPP) | 0 | @@ -1537,6 +1536,8 @@ |   [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 | +|   [carlosmscabral](https://github.com/carlosmscabral) / [apigee-camara-staging](https://github.com/carlosmscabral/apigee-camara-staging) | 0 | +|   [brucellino](https://github.com/brucellino) / [ansible-role-umd](https://github.com/brucellino/ansible-role-umd) | 0 | |   [rartych](https://github.com/rartych) / [xCAMARA](https://github.com/rartych/xCAMARA) | 0 | |   [ScottGibb](https://github.com/ScottGibb) / [Sophies-Fly-Plotter](https://github.com/ScottGibb/Sophies-Fly-Plotter) | 0 | |   [ni140](https://github.com/ni140) / [zephyr-f411re-irq](https://github.com/ni140/zephyr-f411re-irq) | 0 | @@ -1567,7 +1568,6 @@ |   [khulnasoft](https://github.com/khulnasoft) / [actions](https://github.com/khulnasoft/actions) | 0 | |   [joyshmitz](https://github.com/joyshmitz) / [k8s-gitops-rpi-talos](https://github.com/joyshmitz/k8s-gitops-rpi-talos) | 0 | |   [mrmxf](https://github.com/mrmxf) / [opentsg-node](https://github.com/mrmxf/opentsg-node) | 0 | -|   [diggsweden](https://github.com/diggsweden) / [eudiw-wallet-issuer-poc](https://github.com/diggsweden/eudiw-wallet-issuer-poc) | 0 | |   [chprat](https://github.com/chprat) / [dotfiles](https://github.com/chprat/dotfiles) | 0 | |   [MartianFlow](https://github.com/MartianFlow) / [qa-assessment](https://github.com/MartianFlow/qa-assessment) | 0 | |   [Artventuria](https://github.com/Artventuria) / [API](https://github.com/Artventuria/API) | 0 | @@ -1730,7 +1730,6 @@ |   [diggsweden](https://github.com/diggsweden) / [jitsi-moderator](https://github.com/diggsweden/jitsi-moderator) | 0 | |   [dcardellino24](https://github.com/dcardellino24) / [terraform-cloudamqp-instance](https://github.com/dcardellino24/terraform-cloudamqp-instance) | 0 | |   [DmitriySolopenkov](https://github.com/DmitriySolopenkov) / [PowerDNS-Admin](https://github.com/DmitriySolopenkov/PowerDNS-Admin) | 0 | -|   [sjzhu0v0](https://github.com/sjzhu0v0) / [O2Physics](https://github.com/sjzhu0v0/O2Physics) | 0 | |   [raman24kumar](https://github.com/raman24kumar) / [test_repo](https://github.com/raman24kumar/test_repo) | 0 | |   [robpitcher](https://github.com/robpitcher) / [radapp](https://github.com/robpitcher/radapp) | 0 | |   [PratikGaner](https://github.com/PratikGaner) / [mock2](https://github.com/PratikGaner/mock2) | 0 | @@ -1954,6 +1953,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 | +|   [hedonicadapter](https://github.com/hedonicadapter) / [symphony-subvending](https://github.com/hedonicadapter/symphony-subvending) | 0 | |   [ScottGibb](https://github.com/ScottGibb) / [ScottGibb](https://github.com/ScottGibb/ScottGibb) | 0 | |   [fchastanet](https://github.com/fchastanet) / [my-documents](https://github.com/fchastanet/my-documents) | 0 | |   [yvesfso](https://github.com/yvesfso) / [symphony-lab](https://github.com/yvesfso/symphony-lab) | 0 | @@ -1970,7 +1970,6 @@ |   [Hawthorne001](https://github.com/Hawthorne001) / [amplitude-dev-center](https://github.com/Hawthorne001/amplitude-dev-center) | 0 | |   [symphonyOrganization](https://github.com/symphonyOrganization) / [symphonyRepo](https://github.com/symphonyOrganization/symphonyRepo) | 0 | |   [alterway](https://github.com/alterway) / [symphony-iac-cs](https://github.com/alterway/symphony-iac-cs) | 0 | -|   [RelativeSure](https://github.com/RelativeSure) / [personal-site](https://github.com/RelativeSure/personal-site) | 0 | |   [pazdedav](https://github.com/pazdedav) / [symphony-bicep](https://github.com/pazdedav/symphony-bicep) | 0 | |   [matsest](https://github.com/matsest) / [symphony-demo](https://github.com/matsest/symphony-demo) | 0 | |   [RelativeSure](https://github.com/RelativeSure) / [ansible-wsl2-playbook](https://github.com/RelativeSure/ansible-wsl2-playbook) | 0 | @@ -2024,7 +2023,6 @@ |   [brandonmcclure](https://github.com/brandonmcclure) / [unitybuild_test](https://github.com/brandonmcclure/unitybuild_test) | 0 | |   [brandonmcclure](https://github.com/brandonmcclure) / [ansible-role-githubrunner](https://github.com/brandonmcclure/ansible-role-githubrunner) | 0 | |   [Team-AB-DevOps](https://github.com/Team-AB-DevOps) / [ab-dev-ops](https://github.com/Team-AB-DevOps/ab-dev-ops) | 0 | -|   [lizardcat](https://github.com/lizardcat) / [hospital-management](https://github.com/lizardcat/hospital-management) | 0 | |   [Bonial-International-GmbH](https://github.com/Bonial-International-GmbH) / [sops-check](https://github.com/Bonial-International-GmbH/sops-check) | 0 | |   [caopengau](https://github.com/caopengau) / [git-jira-release](https://github.com/caopengau/git-jira-release) | 0 | |   [metarex-media](https://github.com/metarex-media) / [mxf-to-go-generator](https://github.com/metarex-media/mxf-to-go-generator) | 0 |