From bf154a4e66157a758ff66e838e15106f196917cb Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Sun, 2 Feb 2025 09:24:21 +0000 Subject: [PATCH] [automation] Auto-update linters version, help and documentation --- .automation/generated/linter-helps.json | 6 ++--- .automation/generated/linter-versions.json | 8 +++--- CHANGELOG.md | 4 +++ docs/all_linters.md | 8 +++--- docs/descriptors/json_eslint_plugin_jsonc.md | 2 +- docs/descriptors/kubernetes_kubescape.md | 2 +- docs/descriptors/makefile_checkmake.md | 2 +- docs/descriptors/markdown_remark_lint.md | 2 +- docs/descriptors/repository_checkov.md | 4 +-- docs/descriptors/repository_trivy.md | 4 +-- docs/descriptors/repository_trivy_sbom.md | 4 +-- docs/descriptors/repository_trufflehog.md | 4 +-- docs/descriptors/snakemake_snakemake.md | 2 +- docs/descriptors/terraform_tflint.md | 4 +-- docs/descriptors/xml_xmllint.md | 2 +- docs/used-by-stats.md | 26 ++++++++++---------- 16 files changed, 44 insertions(+), 40 deletions(-) diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index a47095d4bcd..3c596f128f8 100644 --- a/.automation/generated/linter-helps.json +++ b/.automation/generated/linter-helps.json @@ -789,7 +789,7 @@ " [--secrets-scan-file-type SECRETS_SCAN_FILE_TYPE]", " [--enable-secret-scan-all-files]", " [--block-list-secret-scan BLOCK_LIST_SECRET_SCAN]", - " [--summary-position {bottom,top}]", + " [--summary-position {top,bottom}]", " [--skip-resources-without-violations] [--deep-analysis]", " [--no-fail-on-crash] [--mask MASK] [--scan-secrets-history]", " [--secrets-history-timeout SECRETS_HISTORY_TIMEOUT]", @@ -1104,7 +1104,7 @@ " --block-list-secret-scan BLOCK_LIST_SECRET_SCAN", " List of files to filter out from the secret scanner", " [env var: CKV_SECRETS_SCAN_BLOCK_LIST]", - " --summary-position {bottom,top}", + " --summary-position {top,bottom}", " Chose whether the summary will be appended on top", " (before the checks results) or on bottom (after check", " results), default is on top.", @@ -3459,7 +3459,7 @@ " completion Generate autocompletion script", " config Handle cached configurations", " delete Delete configurations in Kubescape SaaS version", - " download Download exceptions,control,framework,artifacts,attack-tracks,controls-inputs", + " download Download artifacts,attack-tracks,controls-inputs,exceptions,control,framework", " fix Fix misconfiguration in files", " help Help about any command", " list List frameworks/controls will list the supported frameworks and controls", diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index 06f7a7bd0fa..c13997390ed 100644 --- a/.automation/generated/linter-versions.json +++ b/.automation/generated/linter-versions.json @@ -112,10 +112,10 @@ "terraform-fmt": "1.10.3", "terragrunt": "0.71.1", "terrascan": "1.19.9", - "tflint": "0.55.0", - "trivy": "0.58.2", - "trivy-sbom": "0.58.2", - "trufflehog": "3.88.2", + "tflint": "0.55.1", + "trivy": "0.59.0", + "trivy-sbom": "0.59.0", + "trufflehog": "3.88.4", "ts-standard": "12.0.2", "tsqllint": "1.16.0.0", "v8r": "4.2.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index 6acbdd301c2..b0ff95df7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - [devskim](https://github.com/microsoft/DevSkim) from 1.0.51 to **1.0.52** on 2025-01-31 - [rubocop](https://rubocop.org/) from 1.71.0 to **1.71.1** on 2025-01-31 - [gitleaks](https://github.com/gitleaks/gitleaks) from 8.23.2 to **8.23.3** on 2025-02-01 + - [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.58.2 to **0.59.0** on 2025-02-02 + - [trivy](https://aquasecurity.github.io/trivy/) from 0.58.2 to **0.59.0** on 2025-02-02 + - [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.88.2 to **3.88.4** on 2025-02-02 + - [tflint](https://github.com/terraform-linters/tflint) from 0.55.0 to **0.55.1** on 2025-02-02 ## [v8.4.1] - 2024-01-?? diff --git a/docs/all_linters.md b/docs/all_linters.md index 232bba29b08..a384f97af68 100644 --- a/docs/all_linters.md +++ b/docs/all_linters.md @@ -110,10 +110,10 @@ | [**terraform-fmt**](https://github.com/hashicorp/terraform){target=_blank} | 1.10.3 | [MPL-2.0](licenses/terraform-fmt.md) | [![GitHub stars](https://img.shields.io/github/stars/hashicorp/terraform?cacheSeconds=3600)](https://github.com/hashicorp/terraform){target=_blank} | [TERRAFORM](descriptors/terraform_terraform_fmt.md) | :white_circle: | [Repository](https://github.com/hashicorp/terraform){target=_blank} | | [**terragrunt**](https://github.com/gruntwork-io/terragrunt){target=_blank} | 0.71.1 | [MIT](licenses/terragrunt.md) | [![GitHub stars](https://img.shields.io/github/stars/gruntwork-io/terragrunt?cacheSeconds=3600)](https://github.com/gruntwork-io/terragrunt){target=_blank} | [TERRAFORM](descriptors/terraform_terragrunt.md) | :white_circle: | [Repository](https://github.com/gruntwork-io/terragrunt){target=_blank} | | [**terrascan**](https://github.com/tenable/terrascan){target=_blank} | 1.19.9 | [Apache-2.0](licenses/terrascan.md) | [![GitHub stars](https://img.shields.io/github/stars/tenable/terrascan?cacheSeconds=3600)](https://github.com/tenable/terrascan){target=_blank} | [TERRAFORM](descriptors/terraform_terrascan.md) | :white_circle: | [Repository](https://github.com/tenable/terrascan){target=_blank} | -| [**tflint**](https://github.com/terraform-linters/tflint){target=_blank} | 0.55.0 | [MPL-2.0](licenses/tflint.md) | [![GitHub stars](https://img.shields.io/github/stars/terraform-linters/tflint?cacheSeconds=3600)](https://github.com/terraform-linters/tflint){target=_blank} | [TERRAFORM](descriptors/terraform_tflint.md) | :white_circle: | [Repository](https://github.com/terraform-linters/tflint){target=_blank} | -| [**trivy**](https://github.com/aquasecurity/trivy){target=_blank} | 0.58.2 | [Apache-2.0](licenses/trivy.md) | [![GitHub stars](https://img.shields.io/github/stars/aquasecurity/trivy?cacheSeconds=3600)](https://github.com/aquasecurity/trivy){target=_blank} | [REPOSITORY](descriptors/repository_trivy.md) | :white_circle: | [Repository](https://github.com/aquasecurity/trivy){target=_blank} | -| [**trivy-sbom**](https://github.com/aquasecurity/trivy){target=_blank} | 0.58.2 | [Apache-2.0](licenses/trivy-sbom.md) | [![GitHub stars](https://img.shields.io/github/stars/aquasecurity/trivy?cacheSeconds=3600)](https://github.com/aquasecurity/trivy){target=_blank} | [REPOSITORY](descriptors/repository_trivy_sbom.md) | :white_circle: | [Repository](https://github.com/aquasecurity/trivy){target=_blank} | -| [**trufflehog**](https://github.com/trufflesecurity/trufflehog){target=_blank} | 3.88.2 | [AGPL-3.0](licenses/trufflehog.md) | [![GitHub stars](https://img.shields.io/github/stars/trufflesecurity/trufflehog?cacheSeconds=3600)](https://github.com/trufflesecurity/trufflehog){target=_blank} | [REPOSITORY](descriptors/repository_trufflehog.md) | :white_circle: | [Repository](https://github.com/trufflesecurity/trufflehog){target=_blank} | +| [**tflint**](https://github.com/terraform-linters/tflint){target=_blank} | 0.55.1 | [MPL-2.0](licenses/tflint.md) | [![GitHub stars](https://img.shields.io/github/stars/terraform-linters/tflint?cacheSeconds=3600)](https://github.com/terraform-linters/tflint){target=_blank} | [TERRAFORM](descriptors/terraform_tflint.md) | :white_circle: | [Repository](https://github.com/terraform-linters/tflint){target=_blank} | +| [**trivy**](https://github.com/aquasecurity/trivy){target=_blank} | 0.59.0 | [Apache-2.0](licenses/trivy.md) | [![GitHub stars](https://img.shields.io/github/stars/aquasecurity/trivy?cacheSeconds=3600)](https://github.com/aquasecurity/trivy){target=_blank} | [REPOSITORY](descriptors/repository_trivy.md) | :white_circle: | [Repository](https://github.com/aquasecurity/trivy){target=_blank} | +| [**trivy-sbom**](https://github.com/aquasecurity/trivy){target=_blank} | 0.59.0 | [Apache-2.0](licenses/trivy-sbom.md) | [![GitHub stars](https://img.shields.io/github/stars/aquasecurity/trivy?cacheSeconds=3600)](https://github.com/aquasecurity/trivy){target=_blank} | [REPOSITORY](descriptors/repository_trivy_sbom.md) | :white_circle: | [Repository](https://github.com/aquasecurity/trivy){target=_blank} | +| [**trufflehog**](https://github.com/trufflesecurity/trufflehog){target=_blank} | 3.88.4 | [AGPL-3.0](licenses/trufflehog.md) | [![GitHub stars](https://img.shields.io/github/stars/trufflesecurity/trufflehog?cacheSeconds=3600)](https://github.com/trufflesecurity/trufflehog){target=_blank} | [REPOSITORY](descriptors/repository_trufflehog.md) | :white_circle: | [Repository](https://github.com/trufflesecurity/trufflehog){target=_blank} | | [**ts-standard**](https://github.com/standard/ts-standard){target=_blank} | 12.0.2 | [MIT](licenses/ts-standard.md) | [![GitHub stars](https://img.shields.io/github/stars/standard/ts-standard?cacheSeconds=3600)](https://github.com/standard/ts-standard){target=_blank} | [TYPESCRIPT](descriptors/typescript_ts_standard.md) | :white_circle: | [Repository](https://github.com/standard/ts-standard){target=_blank} | | [**tsqllint**](https://github.com/tsqllint/tsqllint){target=_blank} | 1.16.0.0 | [MIT](licenses/tsqllint.md) | [![GitHub stars](https://img.shields.io/github/stars/tsqllint/tsqllint?cacheSeconds=3600)](https://github.com/tsqllint/tsqllint){target=_blank} | [SQL](descriptors/sql_tsqllint.md) | :white_circle: | [Repository](https://github.com/tsqllint/tsqllint){target=_blank} | | [**v8r**](https://github.com/chris48s/v8r){target=_blank} | 4.2.1 | [MIT](licenses/v8r.md) | [![GitHub stars](https://img.shields.io/github/stars/chris48s/v8r?cacheSeconds=3600)](https://github.com/chris48s/v8r){target=_blank} | [JSON](descriptors/json_v8r.md)
[YAML](descriptors/yaml_v8r.md) | :no_entry_sign: | [Repository](https://github.com/chris48s/v8r){target=_blank} | diff --git a/docs/descriptors/json_eslint_plugin_jsonc.md b/docs/descriptors/json_eslint_plugin_jsonc.md index c3280709bd0..ea63a3387c5 100644 --- a/docs/descriptors/json_eslint_plugin_jsonc.md +++ b/docs/descriptors/json_eslint_plugin_jsonc.md @@ -15,7 +15,7 @@ description: How to use eslint-plugin-jsonc (configure, ignore files, ignore err _This linter has been disabled in this version_ -_Disabled reason: Bug in eslint-plugin-jsonc: _ +_Disabled reason: Bug in eslint-plugin-jsonc: https://github.com/ota-meshi/eslint-plugin-jsonc/issues/328_ **eslint-plugin-jsonc** uses eslint to lint [**json**](https://www.json.org/), [**jsonc**](https://github.com/microsoft/node-jsonc-parser) and [**json5**](https://json5.org/) (extended JSON with comments & more). diff --git a/docs/descriptors/kubernetes_kubescape.md b/docs/descriptors/kubernetes_kubescape.md index 0673b60cfd2..f8a23cd81a5 100644 --- a/docs/descriptors/kubernetes_kubescape.md +++ b/docs/descriptors/kubernetes_kubescape.md @@ -126,7 +126,7 @@ Available Commands: completion Generate autocompletion script config Handle cached configurations delete Delete configurations in Kubescape SaaS version - download Download exceptions,control,framework,artifacts,attack-tracks,controls-inputs + download Download artifacts,attack-tracks,controls-inputs,exceptions,control,framework fix Fix misconfiguration in files help Help about any command list List frameworks/controls will list the supported frameworks and controls diff --git a/docs/descriptors/makefile_checkmake.md b/docs/descriptors/makefile_checkmake.md index df7ff1cae90..ad2f8515d86 100644 --- a/docs/descriptors/makefile_checkmake.md +++ b/docs/descriptors/makefile_checkmake.md @@ -9,7 +9,7 @@ description: How to use checkmake (configure, ignore files, ignore errors, help _This linter has been disabled in this version_ -_Disabled reason: Security issues: _ +_Disabled reason: Security issues: https://github.com/mrtazz/checkmake/issues/99_ ## checkmake documentation diff --git a/docs/descriptors/markdown_remark_lint.md b/docs/descriptors/markdown_remark_lint.md index 0b82676202b..ada4938b885 100644 --- a/docs/descriptors/markdown_remark_lint.md +++ b/docs/descriptors/markdown_remark_lint.md @@ -9,7 +9,7 @@ description: How to use remark-lint (configure, ignore files, ignore errors, hel _This linter has been disabled in this version_ -_Disabled reason: Bug in remark-lint: _ +_Disabled reason: Bug in remark-lint: https://github.com/remarkjs/remark-lint/issues/322_ ## remark-lint documentation diff --git a/docs/descriptors/repository_checkov.md b/docs/descriptors/repository_checkov.md index 948e9955b75..80b604e884b 100644 --- a/docs/descriptors/repository_checkov.md +++ b/docs/descriptors/repository_checkov.md @@ -135,7 +135,7 @@ usage: checkov [-h] [-v] [--support] [-d DIRECTORY] [--add-check] [--secrets-scan-file-type SECRETS_SCAN_FILE_TYPE] [--enable-secret-scan-all-files] [--block-list-secret-scan BLOCK_LIST_SECRET_SCAN] - [--summary-position {bottom,top}] + [--summary-position {top,bottom}] [--skip-resources-without-violations] [--deep-analysis] [--no-fail-on-crash] [--mask MASK] [--scan-secrets-history] [--secrets-history-timeout SECRETS_HISTORY_TIMEOUT] @@ -450,7 +450,7 @@ options: --block-list-secret-scan BLOCK_LIST_SECRET_SCAN List of files to filter out from the secret scanner [env var: CKV_SECRETS_SCAN_BLOCK_LIST] - --summary-position {bottom,top} + --summary-position {top,bottom} Chose whether the summary will be appended on top (before the checks results) or on bottom (after check results), default is on top. diff --git a/docs/descriptors/repository_trivy.md b/docs/descriptors/repository_trivy.md index a45dc343b2b..0da7586e64d 100644 --- a/docs/descriptors/repository_trivy.md +++ b/docs/descriptors/repository_trivy.md @@ -17,7 +17,7 @@ You can ignore a list of errors by defining a [.trivyignore file](https://aquase ## trivy documentation -- Version in MegaLinter: **0.58.2** +- Version in MegaLinter: **0.59.0** - Visit [Official Web Site](https://aquasecurity.github.io/trivy/){target=_blank} - See [How to configure trivy rules](https://aquasecurity.github.io/trivy/latest/docs/configuration/){target=_blank} - See [How to ignore files and directories with trivy](https://aquasecurity.github.io/trivy/latest/docs/configuration/filtering/#by-inline-comments){target=_blank} @@ -164,7 +164,7 @@ Use "trivy [command] --help" for more information about a command. - Dockerfile commands : ```dockerfile # renovate: datasource=github-tags depName=aquasecurity/trivy -ARG REPOSITORY_TRIVY_VERSION=0.58.2 +ARG REPOSITORY_TRIVY_VERSION=0.59.0 RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin "v${REPOSITORY_TRIVY_VERSION}" \ && (trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress) diff --git a/docs/descriptors/repository_trivy_sbom.md b/docs/descriptors/repository_trivy_sbom.md index 655e550bee5..b9cf4e4c629 100644 --- a/docs/descriptors/repository_trivy_sbom.md +++ b/docs/descriptors/repository_trivy_sbom.md @@ -17,7 +17,7 @@ Generates SBOM (Software Bill Of Material) using Trivy ## trivy-sbom documentation -- Version in MegaLinter: **0.58.2** +- Version in MegaLinter: **0.59.0** - Visit [Official Web Site](https://aquasecurity.github.io/trivy/){target=_blank} - See [How to configure trivy-sbom rules](https://aquasecurity.github.io/trivy/latest/docs/configuration/){target=_blank} - See [How to ignore files and directories with trivy-sbom](https://aquasecurity.github.io/trivy/latest/docs/configuration/filtering/#by-inline-comments){target=_blank} @@ -168,7 +168,7 @@ Use "trivy [command] --help" for more information about a command. - Dockerfile commands : ```dockerfile # renovate: datasource=github-tags depName=aquasecurity/trivy -ARG REPOSITORY_TRIVY_SBOM_VERSION=0.58.2 +ARG REPOSITORY_TRIVY_SBOM_VERSION=0.59.0 RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin "v${REPOSITORY_TRIVY_SBOM_VERSION}" \ && (trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress) diff --git a/docs/descriptors/repository_trufflehog.md b/docs/descriptors/repository_trufflehog.md index 6136bfdee16..dd5099da4bc 100644 --- a/docs/descriptors/repository_trufflehog.md +++ b/docs/descriptors/repository_trufflehog.md @@ -15,7 +15,7 @@ description: How to use trufflehog (configure, ignore files, ignore errors, help ## trufflehog documentation -- Version in MegaLinter: **3.88.2** +- Version in MegaLinter: **3.88.4** - Visit [Official Web Site](https://github.com/trufflesecurity/trufflehog#readme){target=_blank} - See [How to configure trufflehog rules](https://github.com/trufflesecurity/trufflehog#regex-detector-alpha){target=_blank} @@ -219,7 +219,7 @@ analyze [] - Dockerfile commands : ```dockerfile # renovate: datasource=docker depName=trufflesecurity/trufflehog -ARG REPOSITORY_TRUFFLEHOG_VERSION=3.88.2 +ARG REPOSITORY_TRUFFLEHOG_VERSION=3.88.4 FROM trufflesecurity/trufflehog:${REPOSITORY_TRUFFLEHOG_VERSION} AS trufflehog COPY --link --from=trufflehog /usr/bin/trufflehog /usr/bin/ ``` diff --git a/docs/descriptors/snakemake_snakemake.md b/docs/descriptors/snakemake_snakemake.md index 7392ecd3086..b32494350e7 100644 --- a/docs/descriptors/snakemake_snakemake.md +++ b/docs/descriptors/snakemake_snakemake.md @@ -15,7 +15,7 @@ description: How to use snakemake (configure, ignore files, ignore errors, help _This linter has been disabled in this version_ -_Disabled reason: Dependency datrie not maintained, and issue open in snakemake repo since july - _ +_Disabled reason: Dependency datrie not maintained, and issue open in snakemake repo since july - https://github.com/snakemake/snakemake/issues/2970_ ## snakemake documentation diff --git a/docs/descriptors/terraform_tflint.md b/docs/descriptors/terraform_tflint.md index f2dfe7eb61a..5bb34437880 100644 --- a/docs/descriptors/terraform_tflint.md +++ b/docs/descriptors/terraform_tflint.md @@ -16,7 +16,7 @@ The default configuration enables all supported languages and rules, which may n ## tflint documentation -- Version in MegaLinter: **0.55.0** +- Version in MegaLinter: **0.55.1** - Visit [Official Web Site](https://github.com/terraform-linters/tflint#readme){target=_blank} - See [How to configure tflint rules](https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/config.md){target=_blank} - If custom `.tflint.hcl` config file isn't found, [.tflint.hcl](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.tflint.hcl){target=_blank} will be used @@ -177,7 +177,7 @@ Help Options: - Dockerfile commands : ```dockerfile # renovate: datasource=docker depName=ghcr.io/terraform-linters/tflint -ARG TERRAFORM_TFLINT_VERSION=0.55.0 +ARG TERRAFORM_TFLINT_VERSION=0.55.1 FROM ghcr.io/terraform-linters/tflint:v${TERRAFORM_TFLINT_VERSION} AS tflint COPY --link --from=tflint /usr/local/bin/tflint /usr/bin/ ``` diff --git a/docs/descriptors/xml_xmllint.md b/docs/descriptors/xml_xmllint.md index 810a032d6ab..2acef884040 100644 --- a/docs/descriptors/xml_xmllint.md +++ b/docs/descriptors/xml_xmllint.md @@ -25,7 +25,7 @@ To apply file formatting you must set `XML_XMLLINT_CLI_LINT_MODE: file` and `XML | Variable | Description | Default value | |-----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------| | XML_XMLLINT_AUTOFORMAT | If set to `true`, it will reformat and reindent the output | `false` | -| XML_XMLLINT_INDENT | The number of indentation spaces when `XML_XMLLINT_AUTOFORMAT` is `true` | `` | +| XML_XMLLINT_INDENT | The number of indentation spaces when `XML_XMLLINT_AUTOFORMAT` is `true` | ` ` | | XML_XMLLINT_ARGUMENTS | User custom arguments to add in linter CLI call
Ex: `-s --foo "bar"` | | | XML_XMLLINT_COMMAND_REMOVE_ARGUMENTS | User custom arguments to remove from command line before calling the linter
Ex: `-s --foo "bar"` | | | XML_XMLLINT_FILTER_REGEX_INCLUDE | Custom regex including filter
Ex: `(src\|lib)` | Include every file | diff --git a/docs/used-by-stats.md b/docs/used-by-stats.md index a5e5c4965a1..e475c1852f3 100644 --- a/docs/used-by-stats.md +++ b/docs/used-by-stats.md @@ -3,23 +3,23 @@ [![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=91758&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=91685&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) | Repository | Stars | |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:| -|   [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 57358 | -|   [PRQL](https://github.com/PRQL) / [prql](https://github.com/PRQL/prql) | 10064 | -|   [IlanCosman](https://github.com/IlanCosman) / [tide](https://github.com/IlanCosman/tide) | 3200 | -|   [privacyguides](https://github.com/privacyguides) / [privacyguides.org](https://github.com/privacyguides/privacyguides.org) | 2971 | +|   [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 57366 | +|   [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 | |   [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) | 2428 | +|   [ever-co](https://github.com/ever-co) / [ever-gauzy](https://github.com/ever-co/ever-gauzy) | 2429 | |   [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) | 2158 | +|   [meichthys](https://github.com/meichthys) / [foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 2160 | |   [oxsecurity](https://github.com/oxsecurity) / [megalinter](https://github.com/oxsecurity/megalinter) | 2023 | |   [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 | -|   [unixorn](https://github.com/unixorn) / [git-extra-commands](https://github.com/unixorn/git-extra-commands) | 1042 | +|   [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 | |   [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 | @@ -168,11 +168,11 @@ |   [practicalli](https://github.com/practicalli) / [neovim](https://github.com/practicalli/neovim) | 21 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-metalsmith-pug](https://github.com/ahmadnassri/node-metalsmith-pug) | 21 | |   [GSA](https://github.com/GSA) / [site-scanning-engine](https://github.com/GSA/site-scanning-engine) | 20 | +|   [Ramblurr](https://github.com/Ramblurr) / [home-ops](https://github.com/Ramblurr/home-ops) | 20 | |   [you-n-g](https://github.com/you-n-g) / [navigate-note.nvim](https://github.com/you-n-g/navigate-note.nvim) | 20 | |   [unixorn](https://github.com/unixorn) / [jira-commands](https://github.com/unixorn/jira-commands) | 19 | |   [beleavemebe](https://github.com/beleavemebe) / [marketplace-app](https://github.com/beleavemebe/marketplace-app) | 19 | |   [practicalli](https://github.com/practicalli) / [clojurescript](https://github.com/practicalli/clojurescript) | 19 | -|   [Ramblurr](https://github.com/Ramblurr) / [home-ops](https://github.com/Ramblurr/home-ops) | 19 | |   [cdzombak](https://github.com/cdzombak) / [ecobee_influx_connector](https://github.com/cdzombak/ecobee_influx_connector) | 19 | |   [ZEISS](https://github.com/ZEISS) / [czicompress](https://github.com/ZEISS/czicompress) | 19 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-metalsmith-paths](https://github.com/ahmadnassri/node-metalsmith-paths) | 19 | @@ -207,6 +207,7 @@ |   [ruzickap](https://github.com/ruzickap) / [ansible-role-my_common_defaults](https://github.com/ruzickap/ansible-role-my_common_defaults) | 14 | |   [cdzombak](https://github.com/cdzombak) / [runner](https://github.com/cdzombak/runner) | 14 | |   [maksimkurb](https://github.com/maksimkurb) / [home-ops](https://github.com/maksimkurb/home-ops) | 14 | +|   [ahmadnassri](https://github.com/ahmadnassri) / [action-semantic-release](https://github.com/ahmadnassri/action-semantic-release) | 14 | |   [Azure](https://github.com/Azure) / [ARO-HCP](https://github.com/Azure/ARO-HCP) | 14 | |   [EGI-Federation](https://github.com/EGI-Federation) / [documentation](https://github.com/EGI-Federation/documentation) | 14 | |   [practicalli](https://github.com/practicalli) / [doom-emacs](https://github.com/practicalli/doom-emacs) | 14 | @@ -219,7 +220,6 @@ |   [philips-software](https://github.com/philips-software) / [amp-preview](https://github.com/philips-software/amp-preview) | 13 | |   [Marx2](https://github.com/Marx2) / [homelab](https://github.com/Marx2/homelab) | 13 | |   [jokay](https://github.com/jokay) / [docker-ccu-historian](https://github.com/jokay/docker-ccu-historian) | 13 | -|   [ahmadnassri](https://github.com/ahmadnassri) / [action-semantic-release](https://github.com/ahmadnassri/action-semantic-release) | 13 | |   [rciam](https://github.com/rciam) / [keycloak-group-management](https://github.com/rciam/keycloak-group-management) | 13 | |   [nabondance](https://github.com/nabondance) / [Trailhead-Stats](https://github.com/nabondance/Trailhead-Stats) | 13 | |   [hyperledger](https://github.com/hyperledger) / [identus-edge-agent-sdk-kmp](https://github.com/hyperledger/identus-edge-agent-sdk-kmp) | 12 | @@ -320,6 +320,7 @@ |   [camaraproject](https://github.com/camaraproject) / [BlockchainPublicAddress](https://github.com/camaraproject/BlockchainPublicAddress) | 7 | |   [jcpsantiago](https://github.com/jcpsantiago) / [thearqivist](https://github.com/jcpsantiago/thearqivist) | 7 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-spawn-promise](https://github.com/ahmadnassri/node-spawn-promise) | 7 | +|   [ahmadnassri](https://github.com/ahmadnassri) / [node-template-literals-engine](https://github.com/ahmadnassri/node-template-literals-engine) | 7 | |   [VirtwhoQE](https://github.com/VirtwhoQE) / [hypervisor-builder](https://github.com/VirtwhoQE/hypervisor-builder) | 7 | |   [lpsm-dev](https://github.com/lpsm-dev) / [azure-pipelines](https://github.com/lpsm-dev/azure-pipelines) | 6 | |   [ADFC-Hamburg](https://github.com/ADFC-Hamburg) / [adfc-ansible](https://github.com/ADFC-Hamburg/adfc-ansible) | 6 | @@ -340,7 +341,6 @@ |   [SamErde](https://github.com/SamErde) / [No-Cert-Left-Behind](https://github.com/SamErde/No-Cert-Left-Behind) | 6 | |   [ZEISS](https://github.com/ZEISS) / [czicheck](https://github.com/ZEISS/czicheck) | 6 | |   [camaraproject](https://github.com/camaraproject) / [WebRTC](https://github.com/camaraproject/WebRTC) | 6 | -|   [ahmadnassri](https://github.com/ahmadnassri) / [node-template-literals-engine](https://github.com/ahmadnassri/node-template-literals-engine) | 6 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-serve-reload-replace](https://github.com/ahmadnassri/node-serve-reload-replace) | 6 | |   [ahmadnassri](https://github.com/ahmadnassri) / [template-node-lib](https://github.com/ahmadnassri/template-node-lib) | 6 | |   [unixorn](https://github.com/unixorn) / [ha-mqtt-discoverable-cli](https://github.com/unixorn/ha-mqtt-discoverable-cli) | 6 | @@ -729,6 +729,7 @@ |   [javydekoning](https://github.com/javydekoning) / [homelab](https://github.com/javydekoning/homelab) | 1 | |   [proinsias](https://github.com/proinsias) / [infrared-observations](https://github.com/proinsias/infrared-observations) | 1 | |   [proinsias](https://github.com/proinsias) / [detection-and-exploration](https://github.com/proinsias/detection-and-exploration) | 1 | +|   [EHMRS](https://github.com/EHMRS) / [MiniatureRailwaySignalling](https://github.com/EHMRS/MiniatureRailwaySignalling) | 1 | |   [stan1ey-shen](https://github.com/stan1ey-shen) / [lint](https://github.com/stan1ey-shen/lint) | 1 | |   [kh-rawad](https://github.com/kh-rawad) / [dotFiles](https://github.com/kh-rawad/dotFiles) | 1 | |   [ahinko](https://github.com/ahinko) / [simple-pg-backup](https://github.com/ahinko/simple-pg-backup) | 1 | @@ -1841,7 +1842,6 @@ |   [timalpha](https://github.com/timalpha) / [home-ops](https://github.com/timalpha/home-ops) | 0 | |   [csacca](https://github.com/csacca) / [home-infra2](https://github.com/csacca/home-infra2) | 0 | |   [KoukiSoeda](https://github.com/KoukiSoeda) / [O2Physics_old](https://github.com/KoukiSoeda/O2Physics_old) | 0 | -|   [EHMRS](https://github.com/EHMRS) / [MiniatureRailwaySignalling](https://github.com/EHMRS/MiniatureRailwaySignalling) | 0 | |   [privsim](https://github.com/privsim) / [friendly-inquisitive](https://github.com/privsim/friendly-inquisitive) | 0 | |   [bownie](https://github.com/bownie) / [cto-game](https://github.com/bownie/cto-game) | 0 | |   [tkuennen](https://github.com/tkuennen) / [flux-shortstack](https://github.com/tkuennen/flux-shortstack) | 0 | @@ -1918,6 +1918,7 @@ |   [beiertu-mms](https://github.com/beiertu-mms) / [shell-scripts](https://github.com/beiertu-mms/shell-scripts) | 0 | |   [ly4e](https://github.com/ly4e) / [kali-gui-container-image](https://github.com/ly4e/kali-gui-container-image) | 0 | |   [ly4e](https://github.com/ly4e) / [prelude-operator-headless](https://github.com/ly4e/prelude-operator-headless) | 0 | +|   [ivuorinen](https://github.com/ivuorinen) / [actions](https://github.com/ivuorinen/actions) | 0 | |   [KubeArchitect](https://github.com/KubeArchitect) / [renovate-runner](https://github.com/KubeArchitect/renovate-runner) | 0 | |   [diz-unimr](https://github.com/diz-unimr) / [ops-med](https://github.com/diz-unimr/ops-med) | 0 | |   [minarai-niwashi](https://github.com/minarai-niwashi) / [dotfiles](https://github.com/minarai-niwashi/dotfiles) | 0 | @@ -2108,7 +2109,6 @@ |   [sarvex](https://github.com/sarvex) / [CasaOS](https://github.com/sarvex/CasaOS) | 0 | |   [zendesk](https://github.com/zendesk) / [action-dependabot-auto-merge](https://github.com/zendesk/action-dependabot-auto-merge) | 0 | |   [fevrin](https://github.com/fevrin) / [megalinter](https://github.com/fevrin/megalinter) | 0 | -|   [RelativeSure](https://github.com/RelativeSure) / [personal-starlight-site](https://github.com/RelativeSure/personal-starlight-site) | 0 | |   [peersky](https://github.com/peersky) / [changeset-template](https://github.com/peersky/changeset-template) | 0 | |   [ELynx](https://github.com/ELynx) / [screeps-arena](https://github.com/ELynx/screeps-arena) | 0 | |   [etchteam](https://github.com/etchteam) / [recycling-locator](https://github.com/etchteam/recycling-locator) | 0 |