diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index 1824a9a70bf..1fe209cc884 100644 --- a/.automation/generated/linter-helps.json +++ b/.automation/generated/linter-helps.json @@ -816,7 +816,7 @@ " [--secrets-scan-file-type SECRETS_SCAN_FILE_TYPE]", " [--enable-secret-scan-all-files]", " [--block-list-secret-scan BLOCK_LIST_SECRET_SCAN]", - " [--summary-position {top,bottom}]", + " [--summary-position {bottom,top}]", " [--skip-resources-without-violations] [--deep-analysis]", " [--no-fail-on-crash] [--mask MASK] [--scan-secrets-history]", " [--secrets-history-timeout SECRETS_HISTORY_TIMEOUT]", @@ -1129,7 +1129,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 {top,bottom}", + " --summary-position {bottom,top}", " Chose whether the summary will be appended on top", " (before the checks results) or on bottom (after check", " results), default is on top.", @@ -3837,8 +3837,7 @@ " -l, --logger string Logger level. Supported: debug/info/success/warning/error/fatal [$KS_LOGGER] (default \"info\")", " --server string Backend discovery server URL", "", - "Use \"kubescape [command] --help\" for more information about a command.", - "{\"level\":\"info\",\"ts\":\"2025-08-03T22:18:03Z\",\"msg\":\"Received interrupt signal, exiting...\"}" + "Use \"kubescape [command] --help\" for more information about a command." ], "kubeval": [ "Validate a Kubernetes YAML file against the relevant schema", @@ -9622,7 +9621,7 @@ " [--scheduler-solver-path SCHEDULER_SOLVER_PATH]", " [--deploy-sources QUERY CHECKSUM]", " [--target-jobs TARGET_JOBS [TARGET_JOBS ...]]", - " [--mode {subprocess,default,remote}]", + " [--mode {remote,default,subprocess}]", " [--report-html-path VALUE]", " [--report-html-stylesheet-path VALUE]", " [targets ...]", @@ -10463,7 +10462,7 @@ " --target-jobs TARGET_JOBS [TARGET_JOBS ...]", " Internal use only: Target particular jobs by", " RULE:WILDCARD1=VALUE,WILDCARD2=VALUE,...", - " --mode {subprocess,default,remote}", + " --mode {remote,default,subprocess}", " Internal use only: Set execution mode of Snakemake.", " (default: default)", "", diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index a4caf322f57..c754528cb84 100644 --- a/.automation/generated/linter-versions.json +++ b/.automation/generated/linter-versions.json @@ -18,7 +18,7 @@ "coffeelint": "5.2.11", "cppcheck": "2.14.2", "cpplint": "2.0.2", - "csharpier": "1.1.0", + "csharpier": "1.1.1", "cspell": "9.2.0", "dartanalyzer": "3.8.2", "detekt": "1.23.8", @@ -50,7 +50,7 @@ "kubeconform": "0.7.0", "kubescape": "3.0.37", "kubeval": "0.16.1", - "lightning-flow-scanner": "3.27.0", + "lightning-flow-scanner": "3.27.1", "lintr": "0.0.0", "ls-lint": "2.3.1", "luacheck": "1.2.0", @@ -97,7 +97,7 @@ "sfdx-scanner-apex": "4.12.0", "sfdx-scanner-aura": "4.12.0", "sfdx-scanner-lwc": "4.12.0", - "shellcheck": "0.10.0", + "shellcheck": "0.11.0", "shfmt": "3.12.0", "snakefmt": "0.11.0", "snakemake": "9.9.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 818dd576f42..654fd73c807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -198,6 +198,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.36.177 to **0.37.4** on 2025-08-02 - [csharpier](https://csharpier.com/) from 1.0.3 to **1.1.0** on 2025-08-03 - [golangci-lint](https://golangci-lint.run/) from 2.3.0 to **2.3.1** on 2025-08-03 + - [shellcheck](https://github.com/koalaman/shellcheck) from 0.10.0 to **0.11.0** on 2025-08-04 + - [csharpier](https://csharpier.com/) from 1.1.0 to **1.1.1** on 2025-08-04 + - [lightning-flow-scanner](https://github.com/Lightning-Flow-Scanner) from 3.27.0 to **3.27.1** on 2025-08-04 ## [v8.8.0] - 2024-06-15 diff --git a/README.md b/README.md index 0cc3684c91d..e7ad979fe28 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=2688&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=2690&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 6a06cadceee..28feedd5a53 100644 --- a/docs/all_linters.md +++ b/docs/all_linters.md @@ -24,7 +24,7 @@ | [**coffeelint**](https://github.com/clutchski/coffeelint){target=_blank} | 5.2.11 | [MIT](licenses/coffeelint.md) | [![GitHub stars](https://img.shields.io/github/stars/clutchski/coffeelint?cacheSeconds=3600)](https://github.com/clutchski/coffeelint){target=_blank} | [COFFEE](descriptors/coffee_coffeelint.md) | :white_circle: | [Repository](https://github.com/clutchski/coffeelint){target=_blank} | | [**cppcheck**](https://cppcheck.sourceforge.io/){target=_blank} | 2.14.2 | GPL-3.0 | | [C](descriptors/c_cppcheck.md)
[CPP](descriptors/cpp_cppcheck.md) | :white_circle: | [Repository](https://cppcheck.sourceforge.io/){target=_blank} | | [**cpplint**](https://github.com/cpplint/cpplint){target=_blank} | 2.0.2 | [BSD-3-Clause](licenses/cpplint.md) | [![GitHub stars](https://img.shields.io/github/stars/cpplint/cpplint?cacheSeconds=3600)](https://github.com/cpplint/cpplint){target=_blank} | [C](descriptors/c_cpplint.md)
[CPP](descriptors/cpp_cpplint.md) | :white_circle: | [Repository](https://github.com/cpplint/cpplint){target=_blank} | -| [**csharpier**](https://github.com/belav/csharpier){target=_blank} | 1.1.0 | [MIT](licenses/csharpier.md) | [![GitHub stars](https://img.shields.io/github/stars/belav/csharpier?cacheSeconds=3600)](https://github.com/belav/csharpier){target=_blank} | [CSHARP](descriptors/csharp_csharpier.md) | :white_circle: | [Repository](https://github.com/belav/csharpier){target=_blank} | +| [**csharpier**](https://github.com/belav/csharpier){target=_blank} | 1.1.1 | [MIT](licenses/csharpier.md) | [![GitHub stars](https://img.shields.io/github/stars/belav/csharpier?cacheSeconds=3600)](https://github.com/belav/csharpier){target=_blank} | [CSHARP](descriptors/csharp_csharpier.md) | :white_circle: | [Repository](https://github.com/belav/csharpier){target=_blank} | | [**cspell**](https://github.com/streetsidesoftware/cspell){target=_blank} | 9.2.0 | [MIT](licenses/cspell.md) | [![GitHub stars](https://img.shields.io/github/stars/streetsidesoftware/cspell?cacheSeconds=3600)](https://github.com/streetsidesoftware/cspell){target=_blank} | [SPELL](descriptors/spell_cspell.md) | :heart: | [MegaLinter reference](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#mega-linter){target=_blank} | | [**dartanalyzer**](https://github.com/dart-lang/sdk){target=_blank} | 3.8.2 | [BSD-3-Clause](licenses/dartanalyzer.md) | [![GitHub stars](https://img.shields.io/github/stars/dart-lang/sdk?cacheSeconds=3600)](https://github.com/dart-lang/sdk){target=_blank} | [DART](descriptors/dart_dartanalyzer.md) | :no_entry_sign: | [Repository](https://github.com/dart-lang/sdk){target=_blank} | | [**detekt**](https://github.com/detekt/detekt){target=_blank} | 1.23.8 | [Apache-2.0](licenses/detekt.md) | [![GitHub stars](https://img.shields.io/github/stars/detekt/detekt?cacheSeconds=3600)](https://github.com/detekt/detekt){target=_blank} | [KOTLIN](descriptors/kotlin_detekt.md) | :heart: | [MegaLinter reference](https://detekt.dev/docs/intro){target=_blank} | @@ -53,7 +53,7 @@ | [**ktlint**](https://github.com/pinterest/ktlint){target=_blank} | 1.7.1 | [MIT](licenses/ktlint.md) | [![GitHub stars](https://img.shields.io/github/stars/pinterest/ktlint?cacheSeconds=3600)](https://github.com/pinterest/ktlint){target=_blank} | [KOTLIN](descriptors/kotlin_ktlint.md) | :heart: | [MegaLinter reference](https://github.com/pinterest/ktlint#-with-continuous-integration){target=_blank} | | [**kubeconform**](https://github.com/yannh/kubeconform){target=_blank} | 0.7.0 | [Apache-2.0](licenses/kubeconform.md) | [![GitHub stars](https://img.shields.io/github/stars/yannh/kubeconform?cacheSeconds=3600)](https://github.com/yannh/kubeconform){target=_blank} | [KUBERNETES](descriptors/kubernetes_kubeconform.md) | :white_circle: | [Repository](https://github.com/yannh/kubeconform){target=_blank} | | [**kubescape**](https://github.com/kubescape/kubescape){target=_blank} | 3.0.37 | [Apache-2.0](licenses/kubescape.md) | [![GitHub stars](https://img.shields.io/github/stars/kubescape/kubescape?cacheSeconds=3600)](https://github.com/kubescape/kubescape){target=_blank} | [KUBERNETES](descriptors/kubernetes_kubescape.md) | :white_circle: | [Repository](https://github.com/kubescape/kubescape){target=_blank} | -| [**lightning-flow-scanner**](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx){target=_blank} | 3.27.0 | [AGPL-3.0](licenses/lightning-flow-scanner.md) | [![GitHub stars](https://img.shields.io/github/stars/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx?cacheSeconds=3600)](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx){target=_blank} | [SALESFORCE](descriptors/salesforce_lightning_flow_scanner.md) | :white_circle: | [Repository](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx){target=_blank} | +| [**lightning-flow-scanner**](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx){target=_blank} | 3.27.1 | [AGPL-3.0](licenses/lightning-flow-scanner.md) | [![GitHub stars](https://img.shields.io/github/stars/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx?cacheSeconds=3600)](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx){target=_blank} | [SALESFORCE](descriptors/salesforce_lightning_flow_scanner.md) | :white_circle: | [Repository](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx){target=_blank} | | [**lintr**](https://github.com/r-lib/lintr){target=_blank} | N/A | [MIT](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.3.1 | [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/lunarmodules/luacheck){target=_blank} | 1.2.0 | [MIT](licenses/luacheck.md) | [![GitHub stars](https://img.shields.io/github/stars/lunarmodules/luacheck?cacheSeconds=3600)](https://github.com/lunarmodules/luacheck){target=_blank} | [LUA](descriptors/lua_luacheck.md) | :no_entry_sign: | [Repository](https://github.com/lunarmodules/luacheck){target=_blank} | @@ -95,7 +95,7 @@ | [**sfdx-scanner-apex**](https://github.com/forcedotcom/code-analyzer){target=_blank} | 4.12.0 | [BSD-3-Clause](licenses/sfdx-scanner-apex.md) | [![GitHub stars](https://img.shields.io/github/stars/forcedotcom/code-analyzer?cacheSeconds=3600)](https://github.com/forcedotcom/code-analyzer){target=_blank} | [SALESFORCE](descriptors/salesforce_sfdx_scanner_apex.md) | :heart: | [MegaLinter reference](https://github.com/forcedotcom/code-analyzer){target=_blank} | | [**sfdx-scanner-aura**](https://github.com/forcedotcom/code-analyzer){target=_blank} | 4.12.0 | [BSD-3-Clause](licenses/sfdx-scanner-aura.md) | [![GitHub stars](https://img.shields.io/github/stars/forcedotcom/code-analyzer?cacheSeconds=3600)](https://github.com/forcedotcom/code-analyzer){target=_blank} | [SALESFORCE](descriptors/salesforce_sfdx_scanner_aura.md) | :heart: | [MegaLinter reference](https://github.com/forcedotcom/code-analyzer){target=_blank} | | [**sfdx-scanner-lwc**](https://github.com/forcedotcom/code-analyzer){target=_blank} | 4.12.0 | [BSD-3-Clause](licenses/sfdx-scanner-lwc.md) | [![GitHub stars](https://img.shields.io/github/stars/forcedotcom/code-analyzer?cacheSeconds=3600)](https://github.com/forcedotcom/code-analyzer){target=_blank} | [SALESFORCE](descriptors/salesforce_sfdx_scanner_lwc.md) | :heart: | [MegaLinter reference](https://github.com/forcedotcom/code-analyzer){target=_blank} | -| [**shellcheck**](https://github.com/koalaman/shellcheck){target=_blank} | 0.10.0 | [GPL-3.0](licenses/shellcheck.md) | [![GitHub stars](https://img.shields.io/github/stars/koalaman/shellcheck?cacheSeconds=3600)](https://github.com/koalaman/shellcheck){target=_blank} | [BASH](descriptors/bash_shellcheck.md) | | [Repository](https://github.com/koalaman/shellcheck){target=_blank} | +| [**shellcheck**](https://github.com/koalaman/shellcheck){target=_blank} | 0.11.0 | [GPL-3.0](licenses/shellcheck.md) | [![GitHub stars](https://img.shields.io/github/stars/koalaman/shellcheck?cacheSeconds=3600)](https://github.com/koalaman/shellcheck){target=_blank} | [BASH](descriptors/bash_shellcheck.md) | | [Repository](https://github.com/koalaman/shellcheck){target=_blank} | | [**shfmt**](https://github.com/mvdan/sh){target=_blank} | 3.12.0 | [BSD-3-Clause](licenses/shfmt.md) | [![GitHub stars](https://img.shields.io/github/stars/mvdan/sh?cacheSeconds=3600)](https://github.com/mvdan/sh){target=_blank} | [BASH](descriptors/bash_shfmt.md) | :no_entry_sign: | [Repository](https://github.com/mvdan/sh){target=_blank} | | [**snakefmt**](https://github.com/snakemake/snakefmt){target=_blank} | 0.11.0 | [MIT](licenses/snakefmt.md) | [![GitHub stars](https://img.shields.io/github/stars/snakemake/snakefmt?cacheSeconds=3600)](https://github.com/snakemake/snakefmt){target=_blank} | [SNAKEMAKE](descriptors/snakemake_snakefmt.md) | :white_circle: | [Repository](https://github.com/snakemake/snakefmt){target=_blank} | | [**snakemake**](https://github.com/snakemake/snakemake){target=_blank} | 9.9.0 | [MIT](licenses/snakemake.md) | [![GitHub stars](https://img.shields.io/github/stars/snakemake/snakemake?cacheSeconds=3600)](https://github.com/snakemake/snakemake){target=_blank} | [SNAKEMAKE](descriptors/snakemake_snakemake.md) | :white_circle: | [Repository](https://github.com/snakemake/snakemake){target=_blank} | diff --git a/docs/descriptors/action_actionlint.md b/docs/descriptors/action_actionlint.md index 6f9bfeb1d25..23b0df9a9f6 100644 --- a/docs/descriptors/action_actionlint.md +++ b/docs/descriptors/action_actionlint.md @@ -162,7 +162,7 @@ Flags: # renovate: datasource=docker depName=rhysd/actionlint ARG ACTION_ACTIONLINT_VERSION=1.7.7 # renovate: datasource=docker depName=koalaman/shellcheck -ARG BASH_SHELLCHECK_VERSION=v0.10.0 +ARG BASH_SHELLCHECK_VERSION=v0.11.0 FROM rhysd/actionlint:${ACTION_ACTIONLINT_VERSION} AS actionlint # shellcheck is a dependency for actionlint FROM koalaman/shellcheck:${BASH_SHELLCHECK_VERSION} AS shellcheck diff --git a/docs/descriptors/bash_shellcheck.md b/docs/descriptors/bash_shellcheck.md index 04cd81be429..840c478b3c7 100644 --- a/docs/descriptors/bash_shellcheck.md +++ b/docs/descriptors/bash_shellcheck.md @@ -23,7 +23,7 @@ description: How to use shellcheck (configure, ignore files, ignore errors, help ## shellcheck documentation -- Version in MegaLinter: **0.10.0** +- Version in MegaLinter: **0.11.0** - Visit [Official Web Site](https://github.com/koalaman/shellcheck#readme){target=_blank} - See [How to disable shellcheck rules in files](https://github.com/koalaman/shellcheck/wiki/Ignore){target=_blank} - See [Index of problems detected by shellcheck](https://github.com/koalaman/shellcheck#gallery-of-bad-code){target=_blank} @@ -141,7 +141,7 @@ Usage: shellcheck [OPTIONS...] FILES... # renovate: datasource=crate depName=shellcheck-sarif ARG CARGO_SHELLCHECK_SARIF_VERSION=0.8.0 # renovate: datasource=docker depName=koalaman/shellcheck -ARG BASH_SHELLCHECK_VERSION=v0.10.0 +ARG BASH_SHELLCHECK_VERSION=v0.11.0 FROM koalaman/shellcheck:${BASH_SHELLCHECK_VERSION} AS shellcheck COPY --link --from=shellcheck /bin/shellcheck /usr/bin/shellcheck ``` diff --git a/docs/descriptors/csharp_csharpier.md b/docs/descriptors/csharp_csharpier.md index e4f75514b70..e17b659718e 100644 --- a/docs/descriptors/csharp_csharpier.md +++ b/docs/descriptors/csharp_csharpier.md @@ -21,7 +21,7 @@ description: How to use csharpier (configure, ignore files, ignore errors, help ## csharpier documentation -- Version in MegaLinter: **1.1.0** +- Version in MegaLinter: **1.1.1** - Visit [Official Web Site](https://csharpier.com/){target=_blank} - See [How to configure csharpier rules](https://csharpier.com/docs/Configuration){target=_blank} - See [How to disable csharpier rules in files](https://csharpier.com/docs/Ignore){target=_blank} @@ -128,7 +128,7 @@ RUN apk add --no-cache dotnet9-sdk ENV PATH="${PATH}:/root/.dotnet/tools" # Linter install # renovate: datasource=nuget depName=csharpier -ARG CSHARP_CSHARPIER_VERSION=1.1.0 +ARG CSHARP_CSHARPIER_VERSION=1.1.1 RUN dotnet tool install --allow-roll-forward --global csharpier --version "${CSHARP_CSHARPIER_VERSION}" ``` diff --git a/docs/descriptors/kubernetes_kubescape.md b/docs/descriptors/kubernetes_kubescape.md index f2df6932944..3e0d123e099 100644 --- a/docs/descriptors/kubernetes_kubescape.md +++ b/docs/descriptors/kubernetes_kubescape.md @@ -158,7 +158,6 @@ Flags: --server string Backend discovery server URL Use "kubescape [command] --help" for more information about a command. -{"level":"info","ts":"2025-08-03T22:18:03Z","msg":"Received interrupt signal, exiting..."} ``` ### Installation on mega-linter Docker image diff --git a/docs/descriptors/repository_checkov.md b/docs/descriptors/repository_checkov.md index 1380e355397..d0c320a34de 100644 --- a/docs/descriptors/repository_checkov.md +++ b/docs/descriptors/repository_checkov.md @@ -140,7 +140,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 {top,bottom}] + [--summary-position {bottom,top}] [--skip-resources-without-violations] [--deep-analysis] [--no-fail-on-crash] [--mask MASK] [--scan-secrets-history] [--secrets-history-timeout SECRETS_HISTORY_TIMEOUT] @@ -453,7 +453,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 {top,bottom} + --summary-position {bottom,top} 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/salesforce_lightning_flow_scanner.md b/docs/descriptors/salesforce_lightning_flow_scanner.md index 4ef57d939ee..669f1ac5e74 100644 --- a/docs/descriptors/salesforce_lightning_flow_scanner.md +++ b/docs/descriptors/salesforce_lightning_flow_scanner.md @@ -31,7 +31,7 @@ If your root folder is not **force-app**, please set variable SALESFORCE_LIGHTNI ## lightning-flow-scanner documentation -- Version in MegaLinter: **3.27.0** +- Version in MegaLinter: **3.27.1** - Visit [Official Web Site](https://github.com/Lightning-Flow-Scanner#readme){target=_blank} - See [How to configure lightning-flow-scanner rules](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx#configuration){target=_blank} - If custom `.flow-scanner.json` config file isn't found, [.flow-scanner.json](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.flow-scanner.json){target=_blank} will be used @@ -148,7 +148,7 @@ RUN sf plugins install @salesforce/plugin-packaging@${NPM_SALESFORCE_PLUGIN_PACK ENV SF_AUTOUPDATE_DISABLE=true SF_CLI_DISABLE_AUTOUPDATE=true # Linter install # renovate: datasource=npm depName=lightning-flow-scanner -ARG LIGHTNING_FLOW_SCANNER_VERSION=3.27.0 +ARG LIGHTNING_FLOW_SCANNER_VERSION=3.27.1 RUN echo y|sf plugins install lightning-flow-scanner@${LIGHTNING_FLOW_SCANNER_VERSION} \ && (npm cache clean --force || true) \ && rm -rf /root/.npm/_cacache diff --git a/docs/descriptors/snakemake_snakemake.md b/docs/descriptors/snakemake_snakemake.md index 59db1b57b34..ee9a1b469d6 100644 --- a/docs/descriptors/snakemake_snakemake.md +++ b/docs/descriptors/snakemake_snakemake.md @@ -196,7 +196,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 {remote,default,subprocess}] [--report-html-path VALUE] [--report-html-stylesheet-path VALUE] [targets ...] @@ -1037,7 +1037,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 {remote,default,subprocess} Internal use only: Set execution mode of Snakemake. (default: default) diff --git a/docs/used-by-stats.md b/docs/used-by-stats.md index 5e2871a918e..14f223d2ed4 100644 --- a/docs/used-by-stats.md +++ b/docs/used-by-stats.md @@ -1,47 +1,47 @@ # Dependents stats for oxsecurity/megalinter -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2688&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=2688&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=-2688&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=107018&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=2690&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=2690&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=-2690&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=107129&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) | Repository | Stars | |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:| -|   [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 64883 | -|   [PRQL](https://github.com/PRQL) / [prql](https://github.com/PRQL/prql) | 10375 | -|   [IlanCosman](https://github.com/IlanCosman) / [tide](https://github.com/IlanCosman/tide) | 3519 | -|   [ever-co](https://github.com/ever-co) / [ever-gauzy](https://github.com/ever-co/ever-gauzy) | 3119 | +|   [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 64906 | +|   [PRQL](https://github.com/PRQL) / [prql](https://github.com/PRQL/prql) | 10377 | +|   [IlanCosman](https://github.com/IlanCosman) / [tide](https://github.com/IlanCosman/tide) | 3522 | +|   [ever-co](https://github.com/ever-co) / [ever-gauzy](https://github.com/ever-co/ever-gauzy) | 3118 | |   [stepancheg](https://github.com/stepancheg) / [rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2934 | -|   [PowerDNS-Admin](https://github.com/PowerDNS-Admin) / [PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 2644 | -|   [meichthys](https://github.com/meichthys) / [foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 2486 | -|   [microsoft](https://github.com/microsoft) / [code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 2459 | -|   [cisagov](https://github.com/cisagov) / [ScubaGear](https://github.com/cisagov/ScubaGear) | 2256 | -|   [oxsecurity](https://github.com/oxsecurity) / [megalinter](https://github.com/oxsecurity/megalinter) | 2212 | -|   [Romanitho](https://github.com/Romanitho) / [Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 1565 | -|   [jakehildreth](https://github.com/jakehildreth) / [Locksmith](https://github.com/jakehildreth/Locksmith) | 1254 | +|   [PowerDNS-Admin](https://github.com/PowerDNS-Admin) / [PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 2646 | +|   [meichthys](https://github.com/meichthys) / [foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 2488 | +|   [microsoft](https://github.com/microsoft) / [code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 2460 | +|   [cisagov](https://github.com/cisagov) / [ScubaGear](https://github.com/cisagov/ScubaGear) | 2255 | +|   [oxsecurity](https://github.com/oxsecurity) / [megalinter](https://github.com/oxsecurity/megalinter) | 2216 | +|   [Romanitho](https://github.com/Romanitho) / [Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 1564 | +|   [jakehildreth](https://github.com/jakehildreth) / [Locksmith](https://github.com/jakehildreth/Locksmith) | 1260 | |   [unixorn](https://github.com/unixorn) / [git-extra-commands](https://github.com/unixorn/git-extra-commands) | 1075 | -|   [secureCodeBox](https://github.com/secureCodeBox) / [secureCodeBox](https://github.com/secureCodeBox/secureCodeBox) | 906 | +|   [secureCodeBox](https://github.com/secureCodeBox) / [secureCodeBox](https://github.com/secureCodeBox/secureCodeBox) | 907 | |   [unixorn](https://github.com/unixorn) / [zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) | 844 | |   [ministryofjustice](https://github.com/ministryofjustice) / [modernisation-platform](https://github.com/ministryofjustice/modernisation-platform) | 708 | |   [awslabs](https://github.com/awslabs) / [aws-deployment-framework](https://github.com/awslabs/aws-deployment-framework) | 686 | -|   [co-browser](https://github.com/co-browser) / [browser-use-mcp-server](https://github.com/co-browser/browser-use-mcp-server) | 673 | +|   [co-browser](https://github.com/co-browser) / [browser-use-mcp-server](https://github.com/co-browser/browser-use-mcp-server) | 679 | |   [cattle-ops](https://github.com/cattle-ops) / [terraform-aws-gitlab-runner](https://github.com/cattle-ops/terraform-aws-gitlab-runner) | 606 | |   [practicalli](https://github.com/practicalli) / [clojure-cli-config](https://github.com/practicalli/clojure-cli-config) | 550 | |   [pola-rs](https://github.com/pola-rs) / [r-polars](https://github.com/pola-rs/r-polars) | 522 | |   [scolladon](https://github.com/scolladon) / [sfdx-git-delta](https://github.com/scolladon/sfdx-git-delta) | 493 | -|   [leosuncin](https://github.com/leosuncin) / [nest-auth-example](https://github.com/leosuncin/nest-auth-example) | 459 | +|   [leosuncin](https://github.com/leosuncin) / [nest-auth-example](https://github.com/leosuncin/nest-auth-example) | 460 | |   [Boeing](https://github.com/Boeing) / [config-file-validator](https://github.com/Boeing/config-file-validator) | 384 | |   [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) | 377 | |   [vlang](https://github.com/vlang) / [vsl](https://github.com/vlang/vsl) | 373 | -|   [unixorn](https://github.com/unixorn) / [fzf-zsh-plugin](https://github.com/unixorn/fzf-zsh-plugin) | 371 | +|   [unixorn](https://github.com/unixorn) / [fzf-zsh-plugin](https://github.com/unixorn/fzf-zsh-plugin) | 372 | |   [brettdottech](https://github.com/brettdottech) / [info-orbs](https://github.com/brettdottech/info-orbs) | 370 | -|   [toboshii](https://github.com/toboshii) / [home-ops](https://github.com/toboshii/home-ops) | 355 | +|   [toboshii](https://github.com/toboshii) / [home-ops](https://github.com/toboshii/home-ops) | 356 | |   [ahmadnassri](https://github.com/ahmadnassri) / [action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) | 353 | |   [github](https://github.com/github) / [local-action](https://github.com/github/local-action) | 303 | |   [carpenike](https://github.com/carpenike) / [k8s-gitops](https://github.com/carpenike/k8s-gitops) | 282 | |   [hardisgroupcom](https://github.com/hardisgroupcom) / [sfdx-hardis](https://github.com/hardisgroupcom/sfdx-hardis) | 267 | -|   [NationalSecurityAgency](https://github.com/NationalSecurityAgency) / [emissary](https://github.com/NationalSecurityAgency/emissary) | 265 | +|   [NationalSecurityAgency](https://github.com/NationalSecurityAgency) / [emissary](https://github.com/NationalSecurityAgency/emissary) | 267 | |   [IQEngine](https://github.com/IQEngine) / [IQEngine](https://github.com/IQEngine/IQEngine) | 264 | |   [Luzkan](https://github.com/Luzkan) / [smells](https://github.com/Luzkan/smells) | 251 | |   [brettinternet](https://github.com/brettinternet) / [homeops](https://github.com/brettinternet/homeops) | 250 | @@ -65,10 +65,10 @@ |   [Aurorastation](https://github.com/Aurorastation) / [Aurora.3](https://github.com/Aurorastation/Aurora.3) | 153 | |   [orangekame3](https://github.com/orangekame3) / [stree](https://github.com/orangekame3/stree) | 139 | |   [cbg-ethz](https://github.com/cbg-ethz) / [V-pipe](https://github.com/cbg-ethz/V-pipe) | 138 | +|   [unixorn](https://github.com/unixorn) / [ha-mqtt-discoverable](https://github.com/unixorn/ha-mqtt-discoverable) | 136 | |   [nvuillam](https://github.com/nvuillam) / [github-dependents-info](https://github.com/nvuillam/github-dependents-info) | 136 | -|   [unixorn](https://github.com/unixorn) / [ha-mqtt-discoverable](https://github.com/unixorn/ha-mqtt-discoverable) | 135 | +|   [leosuncin](https://github.com/leosuncin) / [nest-api-example](https://github.com/leosuncin/nest-api-example) | 135 | |   [ishioni](https://github.com/ishioni) / [homelab-ops](https://github.com/ishioni/homelab-ops) | 135 | -|   [leosuncin](https://github.com/leosuncin) / [nest-api-example](https://github.com/leosuncin/nest-api-example) | 134 | |   [unixorn](https://github.com/unixorn) / [lima-xbar-plugin](https://github.com/unixorn/lima-xbar-plugin) | 129 | |   [philips-software](https://github.com/philips-software) / [amp-devcontainer](https://github.com/philips-software/amp-devcontainer) | 123 | |   [practicalli](https://github.com/practicalli) / [spacemacs](https://github.com/practicalli/spacemacs) | 116 | @@ -81,13 +81,13 @@ |   [eth-protocol-fellows](https://github.com/eth-protocol-fellows) / [cohort-five](https://github.com/eth-protocol-fellows/cohort-five) | 92 | |   [rasa](https://github.com/rasa) / [scoops](https://github.com/rasa/scoops) | 86 | |   [hyperledger-identus](https://github.com/hyperledger-identus) / [cloud-agent](https://github.com/hyperledger-identus/cloud-agent) | 86 | -|   [GoogleCloudPlatform](https://github.com/GoogleCloudPlatform) / [apigee-samples](https://github.com/GoogleCloudPlatform/apigee-samples) | 83 | +|   [GoogleCloudPlatform](https://github.com/GoogleCloudPlatform) / [apigee-samples](https://github.com/GoogleCloudPlatform/apigee-samples) | 84 | |   [ministryofjustice](https://github.com/ministryofjustice) / [aws-root-account](https://github.com/ministryofjustice/aws-root-account) | 81 | |   [gabrielbmoro](https://github.com/gabrielbmoro) / [MovieDB-App](https://github.com/gabrielbmoro/MovieDB-App) | 80 | |   [nvuillam](https://github.com/nvuillam) / [vscode-groovy-lint](https://github.com/nvuillam/vscode-groovy-lint) | 79 | |   [oxsecurity](https://github.com/oxsecurity) / [codetotal](https://github.com/oxsecurity/codetotal) | 78 | |   [SamErde](https://github.com/SamErde) / [PowerShell](https://github.com/SamErde/PowerShell) | 78 | -|   [HariSekhon](https://github.com/HariSekhon) / [GitHub-Actions](https://github.com/HariSekhon/GitHub-Actions) | 76 | +|   [HariSekhon](https://github.com/HariSekhon) / [GitHub-Actions](https://github.com/HariSekhon/GitHub-Actions) | 77 | |   [philips-software](https://github.com/philips-software) / [amp-hal-st](https://github.com/philips-software/amp-hal-st) | 76 | |   [ahmadnassri](https://github.com/ahmadnassri) / [action-workflow-queue](https://github.com/ahmadnassri/action-workflow-queue) | 74 | |   [tyriis](https://github.com/tyriis) / [home-ops](https://github.com/tyriis/home-ops) | 73 | @@ -101,8 +101,8 @@ |   [sierrafoxtrot](https://github.com/sierrafoxtrot) / [srecord](https://github.com/sierrafoxtrot/srecord) | 58 | |   [leosuncin](https://github.com/leosuncin) / [nest-typeorm-custom-repository](https://github.com/leosuncin/nest-typeorm-custom-repository) | 57 | |   [PowerDNS-Admin](https://github.com/PowerDNS-Admin) / [pda-next](https://github.com/PowerDNS-Admin/pda-next) | 57 | +|   [ZEISS](https://github.com/ZEISS) / [libczi](https://github.com/ZEISS/libczi) | 56 | |   [orangekame3](https://github.com/orangekame3) / [ghfetch](https://github.com/orangekame3/ghfetch) | 56 | -|   [ZEISS](https://github.com/ZEISS) / [libczi](https://github.com/ZEISS/libczi) | 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 | |   [hardisgroupcom](https://github.com/hardisgroupcom) / [vscode-sfdx-hardis](https://github.com/hardisgroupcom/vscode-sfdx-hardis) | 51 | @@ -161,10 +161,10 @@ |   [practicalli](https://github.com/practicalli) / [neovim](https://github.com/practicalli/neovim) | 25 | |   [Simplifi-ED](https://github.com/Simplifi-ED) / [cloudcost](https://github.com/Simplifi-ED/cloudcost) | 25 | |   [OpenZeppelin](https://github.com/OpenZeppelin) / [compound-monitoring](https://github.com/OpenZeppelin/compound-monitoring) | 24 | +|   [hpi-studyu](https://github.com/hpi-studyu) / [studyu](https://github.com/hpi-studyu/studyu) | 24 | |   [Euvaz](https://github.com/Euvaz) / [gitops-home](https://github.com/Euvaz/gitops-home) | 24 | |   [ZEISS](https://github.com/ZEISS) / [czicompress](https://github.com/ZEISS/czicompress) | 24 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-api-problem](https://github.com/ahmadnassri/node-api-problem) | 24 | -|   [hpi-studyu](https://github.com/hpi-studyu) / [studyu](https://github.com/hpi-studyu/studyu) | 23 | |   [YukinaMochizuki](https://github.com/YukinaMochizuki) / [notion-sdk-java](https://github.com/YukinaMochizuki/notion-sdk-java) | 23 | |   [mmalyska](https://github.com/mmalyska) / [home-ops](https://github.com/mmalyska/home-ops) | 22 | |   [GRIFFINCollaboration](https://github.com/GRIFFINCollaboration) / [GRSISort](https://github.com/GRIFFINCollaboration/GRSISort) | 22 | @@ -185,6 +185,7 @@ |   [9elements](https://github.com/9elements) / [firmware-action](https://github.com/9elements/firmware-action) | 19 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-metalsmith-paths](https://github.com/ahmadnassri/node-metalsmith-paths) | 19 | |   [liblaf](https://github.com/liblaf) / [thu-learn-downloader](https://github.com/liblaf/thu-learn-downloader) | 18 | +|   [ZEISS](https://github.com/ZEISS) / [pylibczirw](https://github.com/ZEISS/pylibczirw) | 18 | |   [tomorrow-one](https://github.com/tomorrow-one) / [transactional-outbox](https://github.com/tomorrow-one/transactional-outbox) | 18 | |   [gwarf](https://github.com/gwarf) / [dotfiles](https://github.com/gwarf/dotfiles) | 18 | |   [camaraproject](https://github.com/camaraproject) / [NumberVerification](https://github.com/camaraproject/NumberVerification) | 18 | @@ -194,7 +195,6 @@ |   [warolv](https://github.com/warolv) / [vault-backup](https://github.com/warolv/vault-backup) | 17 | |   [svt](https://github.com/svt) / [open-source-project-template](https://github.com/svt/open-source-project-template) | 17 | |   [beleavemebe](https://github.com/beleavemebe) / [marketplace-app](https://github.com/beleavemebe/marketplace-app) | 17 | -|   [ZEISS](https://github.com/ZEISS) / [pylibczirw](https://github.com/ZEISS/pylibczirw) | 17 | |   [opaque-systems](https://github.com/opaque-systems) / [opaqueprompts-chat-server](https://github.com/opaque-systems/opaqueprompts-chat-server) | 17 | |   [CodandoTV](https://github.com/CodandoTV) / [popcorn-guineapig](https://github.com/CodandoTV/popcorn-guineapig) | 17 | |   [ministryofjustice](https://github.com/ministryofjustice) / [operations-engineering](https://github.com/ministryofjustice/operations-engineering) | 17 | @@ -354,7 +354,7 @@ |   [input-output-hk](https://github.com/input-output-hk) / [atala-prism](https://github.com/input-output-hk/atala-prism) | 5 | |   [AliceO2Group](https://github.com/AliceO2Group) / [Run3AnalysisValidation](https://github.com/AliceO2Group/Run3AnalysisValidation) | 5 | |   [c6o](https://github.com/c6o) / [docs](https://github.com/c6o/docs) | 5 | -|   [Nick2bad4u](https://github.com/Nick2bad4u) / [UserStyles](https://github.com/Nick2bad4u/UserStyles) | 5 | +|   [Nick2bad4u](https://github.com/Nick2bad4u) / [FitFileViewer](https://github.com/Nick2bad4u/FitFileViewer) | 5 | |   [gatewayd-io](https://github.com/gatewayd-io) / [helm-charts](https://github.com/gatewayd-io/helm-charts) | 5 | |   [jmuelbert](https://github.com/jmuelbert) / [jmbde-QT](https://github.com/jmuelbert/jmbde-QT) | 5 | |   [Moringa-SDF-PTO5](https://github.com/Moringa-SDF-PTO5) / [post-moringa](https://github.com/Moringa-SDF-PTO5/post-moringa) | 5 | @@ -390,7 +390,7 @@ |   [McIntosh-Lab](https://github.com/McIntosh-Lab) / [plspy](https://github.com/McIntosh-Lab/plspy) | 4 | |   [apheon-terra](https://github.com/apheon-terra) / [01_k3s_ops](https://github.com/apheon-terra/01_k3s_ops) | 4 | |   [billsplittr](https://github.com/billsplittr) / [BillSplittr](https://github.com/billsplittr/BillSplittr) | 4 | -|   [Nick2bad4u](https://github.com/Nick2bad4u) / [FitFileViewer](https://github.com/Nick2bad4u/FitFileViewer) | 4 | +|   [Nick2bad4u](https://github.com/Nick2bad4u) / [UserStyles](https://github.com/Nick2bad4u/UserStyles) | 4 | |   [arillso](https://github.com/arillso) / [ansible.system](https://github.com/arillso/ansible.system) | 4 | |   [SvenHaedrich](https://github.com/SvenHaedrich) / [dali_cli](https://github.com/SvenHaedrich/dali_cli) | 4 | |   [NewbySlime](https://github.com/NewbySlime) / [Luatch](https://github.com/NewbySlime/Luatch) | 4 | @@ -758,6 +758,7 @@ |   [APHA-CSU](https://github.com/APHA-CSU) / [GenAPP](https://github.com/APHA-CSU/GenAPP) | 1 | |   [practicalli](https://github.com/practicalli) / [gameboard-donut](https://github.com/practicalli/gameboard-donut) | 1 | |   [Aclrian](https://github.com/Aclrian) / [PlayPause-with-xcover-button](https://github.com/Aclrian/PlayPause-with-xcover-button) | 1 | +|   [etchteam](https://github.com/etchteam) / [storybook-addon-a11y-interaction-tests](https://github.com/etchteam/storybook-addon-a11y-interaction-tests) | 1 | |   [etchteam](https://github.com/etchteam) / [storybook-addon-design-token-tables](https://github.com/etchteam/storybook-addon-design-token-tables) | 1 | |   [pryzm-finance](https://github.com/pryzm-finance) / [pryzmjs](https://github.com/pryzm-finance/pryzmjs) | 1 | |   [CloudGeometry](https://github.com/CloudGeometry) / [cg-devx-wl-cnask](https://github.com/CloudGeometry/cg-devx-wl-cnask) | 1 | @@ -1771,7 +1772,7 @@ |   [nsheaps](https://github.com/nsheaps) / [devsetup](https://github.com/nsheaps/devsetup) | 0 | |   [JaderDias](https://github.com/JaderDias) / [rust_dynamodb_local](https://github.com/JaderDias/rust_dynamodb_local) | 0 | |   [LukeEvansTech](https://github.com/LukeEvansTech) / [hugo-communityspeakers](https://github.com/LukeEvansTech/hugo-communityspeakers) | 0 | -|   [liblaf](https://github.com/liblaf) / [megalinter-custom-flavor-python](https://github.com/liblaf/megalinter-custom-flavor-python) | 0 | +|   [liblaf](https://github.com/liblaf) / [megalinter-custom-flavor-all](https://github.com/liblaf/megalinter-custom-flavor-all) | 0 | |   [nvuillam](https://github.com/nvuillam) / [megalinter-custom-flavor-npm-groovy-lint](https://github.com/nvuillam/megalinter-custom-flavor-npm-groovy-lint) | 0 | |   [nvuillam](https://github.com/nvuillam) / [megalinter-custom-flavor-python-light](https://github.com/nvuillam/megalinter-custom-flavor-python-light) | 0 | |   [camaraproject](https://github.com/camaraproject) / [tooling](https://github.com/camaraproject/tooling) | 0 | @@ -1932,6 +1933,7 @@ |   [beiertu-mms](https://github.com/beiertu-mms) / [sonarqube-report](https://github.com/beiertu-mms/sonarqube-report) | 0 | |   [rciam](https://github.com/rciam) / [keycloak-rciam-metrics-plugin](https://github.com/rciam/keycloak-rciam-metrics-plugin) | 0 | |   [charkchalk](https://github.com/charkchalk) / [backend](https://github.com/charkchalk/backend) | 0 | +|   [zendesk](https://github.com/zendesk) / [action-dependabot-auto-merge](https://github.com/zendesk/action-dependabot-auto-merge) | 0 | |   [marilene38](https://github.com/marilene38) / [action-dependabot-auto-merge](https://github.com/marilene38/action-dependabot-auto-merge) | 0 | |   [my-fast-home-app](https://github.com/my-fast-home-app) / [bear-creek-honey-farm](https://github.com/my-fast-home-app/bear-creek-honey-farm) | 0 | |   [SStranks](https://github.com/SStranks) / [pnpm-outdated](https://github.com/SStranks/pnpm-outdated) | 0 |