diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json
index 156b7c23fb9..f24dd0fc066 100644
--- a/.automation/generated/linter-helps.json
+++ b/.automation/generated/linter-helps.json
@@ -791,7 +791,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.",
@@ -2145,10 +2145,10 @@
" show which files would be checked",
" -exclude string",
" a regex which files should be excluded from checking - needs to be a valid regular expression",
- " -f string",
- " specify the output format: default, gcc (default \"default\")",
- " -format string",
- " specify the output format: default, gcc (default \"default\")",
+ " -f value",
+ " specify the output format: default, codeclimate, gcc, github-actions (default default)",
+ " -format value",
+ " specify the output format: default, codeclimate, gcc, github-actions (default default)",
" -h print the help",
" -help",
" print the help",
@@ -9134,7 +9134,7 @@
" [--d3dag] [--summary] [--detailed-summary] [--archive FILE]",
" [--cleanup-metadata FILE [FILE ...]] [--cleanup-shadow]",
" [--skip-script-cleanup] [--unlock]",
- " [--list-changes {input,params,code}] [--list-input-changes]",
+ " [--list-changes {params,code,input}] [--list-input-changes]",
" [--list-params-changes] [--list-untracked]",
" [--delete-all-output | --delete-temp-output]",
" [--keep-incomplete] [--drop-metadata] [--version]",
@@ -9179,7 +9179,7 @@
" [--scheduler-solver-path SCHEDULER_SOLVER_PATH]",
" [--deploy-sources QUERY CHECKSUM]",
" [--target-jobs TARGET_JOBS [TARGET_JOBS ...]]",
- " [--mode {remote,default,subprocess}]",
+ " [--mode {subprocess,default,remote}]",
" [--report-html-path VALUE]",
" [--report-html-stylesheet-path VALUE]",
" [targets ...]",
@@ -9647,7 +9647,7 @@
" (default: False)",
" --unlock Remove a lock on the working directory. (default:",
" False)",
- " --list-changes {input,params,code}, --lc {input,params,code}",
+ " --list-changes {params,code,input}, --lc {params,code,input}",
" List all output files for which the given items (code,",
" input, params) have changed since creation.",
" --list-input-changes, --li",
@@ -10005,7 +10005,7 @@
" --target-jobs TARGET_JOBS [TARGET_JOBS ...]",
" Internal use only: Target particular jobs by",
" RULE:WILDCARD1=VALUE,WILDCARD2=VALUE,...",
- " --mode {remote,default,subprocess}",
+ " --mode {subprocess,default,remote}",
" 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 9f94c5c8909..02bb1a718e4 100644
--- a/.automation/generated/linter-versions.json
+++ b/.automation/generated/linter-versions.json
@@ -27,7 +27,7 @@
"dotenv-linter": "3.3.0",
"dotnet-format": "8.0.111",
"dustilock": "1.2.0",
- "editorconfig-checker": "3.0.3",
+ "editorconfig-checker": "3.1.2",
"eslint": "8.57.1",
"eslint-plugin-jsonc": "2.15.1",
"flake8": "7.1.1",
@@ -68,11 +68,11 @@
"phplint": "9.5.5",
"phpstan": "2.1.1",
"pmd": "7.9.0",
- "powershell": "7.4.2",
- "powershell_formatter": "7.4.2",
+ "powershell": "7.4.6",
+ "powershell_formatter": "7.4.6",
"prettier": "3.4.2",
"proselint": "0.14.0",
- "protolint": "0.51.0",
+ "protolint": "0.52.0",
"psalm": "Psalm.5.26.1@",
"puppet-lint": "4.2.4",
"pylint": "3.3.3",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5eda2a638d9..6c24e931e54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -166,6 +166,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [csharpier](https://csharpier.com/) from 0.30.5 to **0.30.6** on 2025-01-10
- [ruff-format](https://github.com/astral-sh/ruff) from 0.9.0 to **0.9.1** on 2025-01-10
- [ruff](https://github.com/astral-sh/ruff) from 0.9.0 to **0.9.1** on 2025-01-10
+ - [editorconfig-checker](https://editorconfig-checker.github.io/) from 3.0.3 to **3.1.2** on 2025-01-12
+ - [powershell_formatter](https://github.com/PowerShell/PSScriptAnalyzer) from 7.4.2 to **7.4.6** on 2025-01-12
+ - [powershell](https://github.com/PowerShell/PSScriptAnalyzer) from 7.4.2 to **7.4.6** on 2025-01-12
+ - [protolint](https://github.com/yoheimuta/protolint) from 0.51.0 to **0.52.0** on 2025-01-12
## [v8.3.0] - 2024-11-23
diff --git a/README.md b/README.md
index 3ccf1a98c64..8415132f629 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=2829&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=2832&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 047dd47b2bc..bf843b9b164 100644
--- a/docs/all_linters.md
+++ b/docs/all_linters.md
@@ -32,7 +32,7 @@
| [**dotenv-linter**](https://github.com/dotenv-linter/dotenv-linter){target=_blank} | 3.3.0 | [MIT](licenses/dotenv-linter.md) | [![GitHub stars](https://img.shields.io/github/stars/dotenv-linter/dotenv-linter?cacheSeconds=3600)](https://github.com/dotenv-linter/dotenv-linter){target=_blank} | [ENV](descriptors/env_dotenv_linter.md) | :heart: | [MegaLinter reference](https://dotenv-linter.github.io/#/integrations/mega_linter){target=_blank} |
| [**dotnet-format**](https://github.com/dotnet/sdk){target=_blank} | 8.0.111 | [MIT](licenses/dotnet-format.md) | [![GitHub stars](https://img.shields.io/github/stars/dotnet/sdk?cacheSeconds=3600)](https://github.com/dotnet/sdk){target=_blank} | [CSHARP](descriptors/csharp_dotnet_format.md)
[VBDOTNET](descriptors/vbdotnet_dotnet_format.md) | :white_circle: | [Repository](https://github.com/dotnet/sdk){target=_blank} |
| [**dustilock**](https://github.com/Checkmarx/dustilock){target=_blank} | 1.2.0 | [Apache-2.0](licenses/dustilock.md) | [![GitHub stars](https://img.shields.io/github/stars/Checkmarx/dustilock?cacheSeconds=3600)](https://github.com/Checkmarx/dustilock){target=_blank} | [REPOSITORY](descriptors/repository_dustilock.md) | :white_circle: | [Repository](https://github.com/Checkmarx/dustilock){target=_blank} |
-| [**editorconfig-checker**](https://github.com/editorconfig-checker/editorconfig-checker){target=_blank} | 3.0.3 | [MIT](licenses/editorconfig-checker.md) | [![GitHub stars](https://img.shields.io/github/stars/editorconfig-checker/editorconfig-checker?cacheSeconds=3600)](https://github.com/editorconfig-checker/editorconfig-checker){target=_blank} | [EDITORCONFIG](descriptors/editorconfig_editorconfig_checker.md) | :heart: | [MegaLinter reference](https://github.com/editorconfig-checker/editorconfig-checker#mega-linter){target=_blank} |
+| [**editorconfig-checker**](https://github.com/editorconfig-checker/editorconfig-checker){target=_blank} | 3.1.2 | [MIT](licenses/editorconfig-checker.md) | [![GitHub stars](https://img.shields.io/github/stars/editorconfig-checker/editorconfig-checker?cacheSeconds=3600)](https://github.com/editorconfig-checker/editorconfig-checker){target=_blank} | [EDITORCONFIG](descriptors/editorconfig_editorconfig_checker.md) | :heart: | [MegaLinter reference](https://github.com/editorconfig-checker/editorconfig-checker#mega-linter){target=_blank} |
| [**eslint**](https://github.com/eslint/eslint){target=_blank} | 8.57.1 | [MIT](licenses/eslint.md) | [![GitHub stars](https://img.shields.io/github/stars/eslint/eslint?cacheSeconds=3600)](https://github.com/eslint/eslint){target=_blank} | [JAVASCRIPT](descriptors/javascript_eslint.md)
[JSX](descriptors/jsx_eslint.md)
[TSX](descriptors/tsx_eslint.md)
[TYPESCRIPT](descriptors/typescript_eslint.md) | :heart: | [MegaLinter reference](https://eslint.org/docs/user-guide/integrations#source-control){target=_blank} |
| [**eslint-plugin-jsonc**](https://github.com/ota-meshi/eslint-plugin-jsonc){target=_blank} | 2.15.1 | [MIT](licenses/eslint-plugin-jsonc.md) | [![GitHub stars](https://img.shields.io/github/stars/ota-meshi/eslint-plugin-jsonc?cacheSeconds=3600)](https://github.com/ota-meshi/eslint-plugin-jsonc){target=_blank} | [JSON](descriptors/json_eslint_plugin_jsonc.md) | :heart: | [MegaLinter reference](https://eslint.org/docs/user-guide/integrations#source-control){target=_blank} |
| [**flake8**](https://github.com/PyCQA/flake8){target=_blank} | 7.1.1 | [MIT](licenses/flake8.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/flake8?cacheSeconds=3600)](https://github.com/PyCQA/flake8){target=_blank} | [PYTHON](descriptors/python_flake8.md) | :white_circle: | [Repository](https://github.com/PyCQA/flake8){target=_blank} |
@@ -69,11 +69,11 @@
| [**phplint**](https://github.com/overtrue/phplint){target=_blank} | 9.5.5 | [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.1 | [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} |
-| [**powershell**](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} | 7.4.2 | [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.4.2 | [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} |
+| [**powershell**](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} | 7.4.6 | [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.4.6 | [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.51.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} |
+| [**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.5.26.1@ | [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.3 | [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} |
diff --git a/docs/descriptors/arm.md b/docs/descriptors/arm.md
index 341c94468d8..7fcf560dfc0 100644
--- a/docs/descriptors/arm.md
+++ b/docs/descriptors/arm.md
@@ -37,7 +37,10 @@ description: arm-ttk is available to analyze ARM files in MegaLinter
- Dockerfile commands :
```dockerfile
-RUN curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz \
+# renovate: datasource=github-tags depName=PowerShell/PowerShell
+ARG POWERSHELL_VERSION=7.4.6
+
+RUN curl -L https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/powershell-${POWERSHELL_VERSION}-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz \
&& mkdir -p /opt/microsoft/powershell/7 \
&& tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/7 \
&& chmod +x /opt/microsoft/powershell/7/pwsh \
diff --git a/docs/descriptors/arm_arm_ttk.md b/docs/descriptors/arm_arm_ttk.md
index e1503bb240c..48048c0cc85 100644
--- a/docs/descriptors/arm_arm_ttk.md
+++ b/docs/descriptors/arm_arm_ttk.md
@@ -112,7 +112,10 @@ Check the spelling of the name, or if a path was included, verify that the path
- Dockerfile commands :
```dockerfile
# Parent descriptor install
-RUN curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz \
+# renovate: datasource=github-tags depName=PowerShell/PowerShell
+ARG POWERSHELL_VERSION=7.4.6
+
+RUN curl -L https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/powershell-${POWERSHELL_VERSION}-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz \
&& mkdir -p /opt/microsoft/powershell/7 \
&& tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/7 \
&& chmod +x /opt/microsoft/powershell/7/pwsh \
diff --git a/docs/descriptors/editorconfig_editorconfig_checker.md b/docs/descriptors/editorconfig_editorconfig_checker.md
index 0ecebdcb27e..9d76b56a52b 100644
--- a/docs/descriptors/editorconfig_editorconfig_checker.md
+++ b/docs/descriptors/editorconfig_editorconfig_checker.md
@@ -15,7 +15,7 @@ description: How to use editorconfig-checker (configure, ignore files, ignore er
## editorconfig-checker documentation
-- Version in MegaLinter: **3.0.3**
+- Version in MegaLinter: **3.1.2**
- Visit [Official Web Site](https://editorconfig-checker.github.io/){target=_blank}
- See [How to configure editorconfig-checker rules](https://github.com/editorconfig-checker/editorconfig-checker#configuration){target=_blank}
- See [How to disable editorconfig-checker rules in files](https://github.com/editorconfig-checker/editorconfig-checker#excluding){target=_blank}
@@ -112,10 +112,10 @@ USAGE:
show which files would be checked
-exclude string
a regex which files should be excluded from checking - needs to be a valid regular expression
- -f string
- specify the output format: default, gcc (default "default")
- -format string
- specify the output format: default, gcc (default "default")
+ -f value
+ specify the output format: default, codeclimate, gcc, github-actions (default default)
+ -format value
+ specify the output format: default, codeclimate, gcc, github-actions (default default)
-h print the help
-help
print the help
@@ -137,7 +137,7 @@ USAGE:
- Dockerfile commands :
```dockerfile
# renovate: datasource=docker depName=mstruebing/editorconfig-checker
-ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.0.3
+ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.1.2
FROM mstruebing/editorconfig-checker:${EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION} AS editorconfig-checker
COPY --link --from=editorconfig-checker /usr/bin/ec /usr/bin/editorconfig-checker
```
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/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/powershell.md b/docs/descriptors/powershell.md
index f69d9886843..c819f3d81b3 100644
--- a/docs/descriptors/powershell.md
+++ b/docs/descriptors/powershell.md
@@ -41,7 +41,10 @@ description: powershell, powershell_formatter are available to analyze POWERSHEL
- Dockerfile commands :
```dockerfile
-RUN curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz \
+# renovate: datasource=github-tags depName=PowerShell/PowerShell
+ARG POWERSHELL_VERSION=7.4.6
+
+RUN curl -L https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/powershell-${POWERSHELL_VERSION}-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz \
&& mkdir -p /opt/microsoft/powershell/7 \
&& tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/7 \
&& chmod +x /opt/microsoft/powershell/7/pwsh \
diff --git a/docs/descriptors/powershell_powershell.md b/docs/descriptors/powershell_powershell.md
index 7740929d9b7..6312eb60d4d 100644
--- a/docs/descriptors/powershell_powershell.md
+++ b/docs/descriptors/powershell_powershell.md
@@ -9,7 +9,7 @@ description: How to use powershell (configure, ignore files, ignore errors, help
## powershell documentation
-- Version in MegaLinter: **7.4.2**
+- Version in MegaLinter: **7.4.6**
- Visit [Official Web Site](https://github.com/PowerShell/PSScriptAnalyzer#readme){target=_blank}
- See [How to configure powershell rules](https://learn.microsoft.com/en-us/powershell/utility-modules/psscriptanalyzer/using-scriptanalyzer?view=ps-modules#explicit){target=_blank}
- See [How to disable powershell rules in files](https://learn.microsoft.com/en-us/powershell/utility-modules/psscriptanalyzer/using-scriptanalyzer?view=ps-modules#suppressing-rules){target=_blank}
@@ -429,7 +429,10 @@ All parameters are case-insensitive.
- Dockerfile commands :
```dockerfile
# Parent descriptor install
-RUN curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz \
+# renovate: datasource=github-tags depName=PowerShell/PowerShell
+ARG POWERSHELL_VERSION=7.4.6
+
+RUN curl -L https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/powershell-${POWERSHELL_VERSION}-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz \
&& mkdir -p /opt/microsoft/powershell/7 \
&& tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/7 \
&& chmod +x /opt/microsoft/powershell/7/pwsh \
diff --git a/docs/descriptors/powershell_powershell_formatter.md b/docs/descriptors/powershell_powershell_formatter.md
index 53fed76cae8..967b468189d 100644
--- a/docs/descriptors/powershell_powershell_formatter.md
+++ b/docs/descriptors/powershell_powershell_formatter.md
@@ -9,7 +9,7 @@ description: How to use powershell_formatter (configure, ignore files, ignore er
## powershell_formatter documentation
-- Version in MegaLinter: **7.4.2**
+- Version in MegaLinter: **7.4.6**
- Visit [Official Web Site](https://github.com/PowerShell/PSScriptAnalyzer#readme){target=_blank}
- See [How to configure powershell_formatter rules](https://learn.microsoft.com/en-us/powershell/utility-modules/psscriptanalyzer/using-scriptanalyzer?view=ps-modules#explicit){target=_blank}
- See [How to disable powershell_formatter rules in files](https://learn.microsoft.com/en-us/powershell/utility-modules/psscriptanalyzer/using-scriptanalyzer?view=ps-modules#suppressing-rules){target=_blank}
@@ -431,7 +431,10 @@ All parameters are case-insensitive.
- Dockerfile commands :
```dockerfile
# Parent descriptor install
-RUN curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz \
+# renovate: datasource=github-tags depName=PowerShell/PowerShell
+ARG POWERSHELL_VERSION=7.4.6
+
+RUN curl -L https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/powershell-${POWERSHELL_VERSION}-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz \
&& mkdir -p /opt/microsoft/powershell/7 \
&& tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/7 \
&& chmod +x /opt/microsoft/powershell/7/pwsh \
diff --git a/docs/descriptors/protobuf_protolint.md b/docs/descriptors/protobuf_protolint.md
index 54c38dc254e..b8f9405e560 100644
--- a/docs/descriptors/protobuf_protolint.md
+++ b/docs/descriptors/protobuf_protolint.md
@@ -9,7 +9,7 @@ description: How to use protolint (configure, ignore files, ignore errors, help
## protolint documentation
-- Version in MegaLinter: **0.51.0**
+- Version in MegaLinter: **0.52.0**
- Visit [Official Web Site](https://github.com/yoheimuta/protolint#readme){target=_blank}
- See [How to configure protolint rules](https://github.com/yoheimuta/protolint#rules){target=_blank}
- If custom `.protolintrc.yml` config file isn't found, [.protolintrc.yml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.protolintrc.yml){target=_blank} will be used
@@ -130,7 +130,7 @@ Usage of lint:
- Dockerfile commands :
```dockerfile
# renovate: datasource=docker depName=yoheimuta/protolint
-ARG PROTOBUF_PROTOLINT_VERSION=0.51.0
+ARG PROTOBUF_PROTOLINT_VERSION=0.52.0
FROM yoheimuta/protolint:${PROTOBUF_PROTOLINT_VERSION} AS protolint
COPY --link --from=protolint /usr/local/bin/protolint /usr/bin/
```
diff --git a/docs/descriptors/repository_checkov.md b/docs/descriptors/repository_checkov.md
index 566ad9695ca..da4734d4983 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]
@@ -448,7 +448,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/salesforce.md b/docs/descriptors/salesforce.md
index 5d38ab0f665..f8a95ed2cc9 100644
--- a/docs/descriptors/salesforce.md
+++ b/docs/descriptors/salesforce.md
@@ -39,7 +39,7 @@ ARG SALESFORCE_CLI_VERSION=2.70.7
# renovate: datasource=npm depName=@salesforce/plugin-packaging
ARG SALESFORCE_PLUGIN_PACKAGING_VERSION=2.9.10
# renovate: datasource=npm depName=sfdx-hardis
-ARG SFDX_HARDIS_VERSION=5.14.0
+ARG SFDX_HARDIS_VERSION=5.15.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 1a49251fc01..dc5deb6378f 100644
--- a/docs/descriptors/salesforce_lightning_flow_scanner.md
+++ b/docs/descriptors/salesforce_lightning_flow_scanner.md
@@ -127,7 +127,7 @@ ARG SALESFORCE_CLI_VERSION=2.70.7
# renovate: datasource=npm depName=@salesforce/plugin-packaging
ARG SALESFORCE_PLUGIN_PACKAGING_VERSION=2.9.10
# renovate: datasource=npm depName=sfdx-hardis
-ARG SFDX_HARDIS_VERSION=5.14.0
+ARG SFDX_HARDIS_VERSION=5.15.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 31fbdb53f0c..e4b7f01fb5e 100644
--- a/docs/descriptors/salesforce_sfdx_scanner_apex.md
+++ b/docs/descriptors/salesforce_sfdx_scanner_apex.md
@@ -378,7 +378,7 @@ ARG SALESFORCE_CLI_VERSION=2.70.7
# renovate: datasource=npm depName=@salesforce/plugin-packaging
ARG SALESFORCE_PLUGIN_PACKAGING_VERSION=2.9.10
# renovate: datasource=npm depName=sfdx-hardis
-ARG SFDX_HARDIS_VERSION=5.14.0
+ARG SFDX_HARDIS_VERSION=5.15.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 3cdca488080..569c46192ea 100644
--- a/docs/descriptors/salesforce_sfdx_scanner_aura.md
+++ b/docs/descriptors/salesforce_sfdx_scanner_aura.md
@@ -374,7 +374,7 @@ ARG SALESFORCE_CLI_VERSION=2.70.7
# renovate: datasource=npm depName=@salesforce/plugin-packaging
ARG SALESFORCE_PLUGIN_PACKAGING_VERSION=2.9.10
# renovate: datasource=npm depName=sfdx-hardis
-ARG SFDX_HARDIS_VERSION=5.14.0
+ARG SFDX_HARDIS_VERSION=5.15.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 96bb6d21e6f..6675877c78a 100644
--- a/docs/descriptors/salesforce_sfdx_scanner_lwc.md
+++ b/docs/descriptors/salesforce_sfdx_scanner_lwc.md
@@ -374,7 +374,7 @@ ARG SALESFORCE_CLI_VERSION=2.70.7
# renovate: datasource=npm depName=@salesforce/plugin-packaging
ARG SALESFORCE_PLUGIN_PACKAGING_VERSION=2.9.10
# renovate: datasource=npm depName=sfdx-hardis
-ARG SFDX_HARDIS_VERSION=5.14.0
+ARG SFDX_HARDIS_VERSION=5.15.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/snakemake_snakemake.md b/docs/descriptors/snakemake_snakemake.md
index 56129cacc3f..e69decebf60 100644
--- a/docs/descriptors/snakemake_snakemake.md
+++ b/docs/descriptors/snakemake_snakemake.md
@@ -134,7 +134,7 @@ usage: snakemake [-h] [--dry-run] [--profile PROFILE]
[--d3dag] [--summary] [--detailed-summary] [--archive FILE]
[--cleanup-metadata FILE [FILE ...]] [--cleanup-shadow]
[--skip-script-cleanup] [--unlock]
- [--list-changes {input,params,code}] [--list-input-changes]
+ [--list-changes {params,code,input}] [--list-input-changes]
[--list-params-changes] [--list-untracked]
[--delete-all-output | --delete-temp-output]
[--keep-incomplete] [--drop-metadata] [--version]
@@ -179,7 +179,7 @@ usage: snakemake [-h] [--dry-run] [--profile PROFILE]
[--scheduler-solver-path SCHEDULER_SOLVER_PATH]
[--deploy-sources QUERY CHECKSUM]
[--target-jobs TARGET_JOBS [TARGET_JOBS ...]]
- [--mode {remote,default,subprocess}]
+ [--mode {subprocess,default,remote}]
[--report-html-path VALUE]
[--report-html-stylesheet-path VALUE]
[targets ...]
@@ -647,7 +647,7 @@ UTILITIES:
(default: False)
--unlock Remove a lock on the working directory. (default:
False)
- --list-changes {input,params,code}, --lc {input,params,code}
+ --list-changes {params,code,input}, --lc {params,code,input}
List all output files for which the given items (code,
input, params) have changed since creation.
--list-input-changes, --li
@@ -1005,7 +1005,7 @@ INTERNAL:
--target-jobs TARGET_JOBS [TARGET_JOBS ...]
Internal use only: Target particular jobs by
RULE:WILDCARD1=VALUE,WILDCARD2=VALUE,...
- --mode {remote,default,subprocess}
+ --mode {subprocess,default,remote}
Internal use only: Set execution mode of Snakemake.
(default: default)
diff --git a/docs/descriptors/xml_xmllint.md b/docs/descriptors/xml_xmllint.md
index 85fe8ecfca1..b8b67a0113e 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 89db397a49a..1d414f3387d 100644
--- a/docs/used-by-stats.md
+++ b/docs/used-by-stats.md
@@ -1,42 +1,42 @@
# Dependents stats for oxsecurity/megalinter
-[![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=90076&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=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=90145&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
| Repository | Stars |
|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:|
-| [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 56719 |
-| [PRQL](https://github.com/PRQL) / [prql](https://github.com/PRQL/prql) | 10041 |
-| [IlanCosman](https://github.com/IlanCosman) / [tide](https://github.com/IlanCosman/tide) | 3142 |
-| [privacyguides](https://github.com/privacyguides) / [privacyguides.org](https://github.com/privacyguides/privacyguides.org) | 2899 |
-| [stepancheg](https://github.com/stepancheg) / [rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2836 |
+| [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 56732 |
+| [PRQL](https://github.com/PRQL) / [prql](https://github.com/PRQL/prql) | 10042 |
+| [IlanCosman](https://github.com/IlanCosman) / [tide](https://github.com/IlanCosman/tide) | 3144 |
+| [privacyguides](https://github.com/privacyguides) / [privacyguides.org](https://github.com/privacyguides/privacyguides.org) | 2905 |
+| [stepancheg](https://github.com/stepancheg) / [rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2837 |
| [PowerDNS-Admin](https://github.com/PowerDNS-Admin) / [PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 2512 |
-| [ever-co](https://github.com/ever-co) / [ever-gauzy](https://github.com/ever-co/ever-gauzy) | 2382 |
+| [ever-co](https://github.com/ever-co) / [ever-gauzy](https://github.com/ever-co/ever-gauzy) | 2384 |
| [microsoft](https://github.com/microsoft) / [code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 2323 |
| [meichthys](https://github.com/meichthys) / [foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 2119 |
-| [oxsecurity](https://github.com/oxsecurity) / [megalinter](https://github.com/oxsecurity/megalinter) | 2004 |
-| [cisagov](https://github.com/cisagov) / [ScubaGear](https://github.com/cisagov/ScubaGear) | 1908 |
+| [oxsecurity](https://github.com/oxsecurity) / [megalinter](https://github.com/oxsecurity/megalinter) | 2005 |
+| [cisagov](https://github.com/cisagov) / [ScubaGear](https://github.com/cisagov/ScubaGear) | 1911 |
| [Romanitho](https://github.com/Romanitho) / [Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 1225 |
-| [unixorn](https://github.com/unixorn) / [git-extra-commands](https://github.com/unixorn/git-extra-commands) | 1038 |
-| [TrimarcJake](https://github.com/TrimarcJake) / [Locksmith](https://github.com/TrimarcJake/Locksmith) | 997 |
+| [unixorn](https://github.com/unixorn) / [git-extra-commands](https://github.com/unixorn/git-extra-commands) | 1039 |
+| [TrimarcJake](https://github.com/TrimarcJake) / [Locksmith](https://github.com/TrimarcJake/Locksmith) | 998 |
| [unixorn](https://github.com/unixorn) / [zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) | 802 |
| [secureCodeBox](https://github.com/secureCodeBox) / [secureCodeBox](https://github.com/secureCodeBox/secureCodeBox) | 792 |
| [ministryofjustice](https://github.com/ministryofjustice) / [modernisation-platform](https://github.com/ministryofjustice/modernisation-platform) | 682 |
| [awslabs](https://github.com/awslabs) / [aws-deployment-framework](https://github.com/awslabs/aws-deployment-framework) | 669 |
| [cattle-ops](https://github.com/cattle-ops) / [terraform-aws-gitlab-runner](https://github.com/cattle-ops/terraform-aws-gitlab-runner) | 590 |
| [practicalli](https://github.com/practicalli) / [clojure-cli-config](https://github.com/practicalli/clojure-cli-config) | 528 |
-| [pola-rs](https://github.com/pola-rs) / [r-polars](https://github.com/pola-rs/r-polars) | 486 |
+| [pola-rs](https://github.com/pola-rs) / [r-polars](https://github.com/pola-rs/r-polars) | 487 |
| [scolladon](https://github.com/scolladon) / [sfdx-git-delta](https://github.com/scolladon/sfdx-git-delta) | 460 |
| [ruzickap](https://github.com/ruzickap) / [packer-templates](https://github.com/ruzickap/packer-templates) | 444 |
| [leosuncin](https://github.com/leosuncin) / [nest-auth-example](https://github.com/leosuncin/nest-auth-example) | 416 |
| [llaville](https://github.com/llaville) / [php-compatinfo](https://github.com/llaville/php-compatinfo) | 375 |
| [OCSInventory-NG](https://github.com/OCSInventory-NG) / [OCSInventory-Server](https://github.com/OCSInventory-NG/OCSInventory-Server) | 359 |
| [ahmadnassri](https://github.com/ahmadnassri) / [action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) | 343 |
-| [brettdottech](https://github.com/brettdottech) / [info-orbs](https://github.com/brettdottech/info-orbs) | 332 |
+| [brettdottech](https://github.com/brettdottech) / [info-orbs](https://github.com/brettdottech/info-orbs) | 333 |
| [unixorn](https://github.com/unixorn) / [fzf-zsh-plugin](https://github.com/unixorn/fzf-zsh-plugin) | 319 |
-| [toboshii](https://github.com/toboshii) / [home-ops](https://github.com/toboshii/home-ops) | 313 |
+| [toboshii](https://github.com/toboshii) / [home-ops](https://github.com/toboshii/home-ops) | 314 |
| [carpenike](https://github.com/carpenike) / [k8s-gitops](https://github.com/carpenike/k8s-gitops) | 252 |
| [NationalSecurityAgency](https://github.com/NationalSecurityAgency) / [emissary](https://github.com/NationalSecurityAgency/emissary) | 247 |
| [OCSInventory-NG](https://github.com/OCSInventory-NG) / [OCSInventory-ocsreports](https://github.com/OCSInventory-NG/OCSInventory-ocsreports) | 235 |
@@ -48,11 +48,11 @@
| [brettinternet](https://github.com/brettinternet) / [homeops](https://github.com/brettinternet/homeops) | 210 |
| [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) | 202 |
+| [eth-protocol-fellows](https://github.com/eth-protocol-fellows) / [cohort-four](https://github.com/eth-protocol-fellows/cohort-four) | 201 |
| [szinn](https://github.com/szinn) / [k8s-homelab](https://github.com/szinn/k8s-homelab) | 201 |
-| [eth-protocol-fellows](https://github.com/eth-protocol-fellows) / [cohort-four](https://github.com/eth-protocol-fellows/cohort-four) | 200 |
| [T145](https://github.com/T145) / [black-mirror](https://github.com/T145/black-mirror) | 199 |
| [Uninett](https://github.com/Uninett) / [nav](https://github.com/Uninett/nav) | 198 |
-| [MarketSquare](https://github.com/MarketSquare) / [robotframework-robocop](https://github.com/MarketSquare/robotframework-robocop) | 196 |
+| [MarketSquare](https://github.com/MarketSquare) / [robotframework-robocop](https://github.com/MarketSquare/robotframework-robocop) | 197 |
| [pantheon-systems](https://github.com/pantheon-systems) / [documentation](https://github.com/pantheon-systems/documentation) | 193 |
| [apigee](https://github.com/apigee) / [devrel](https://github.com/apigee/devrel) | 191 |
| [newrelic](https://github.com/newrelic) / [newrelic-python-agent](https://github.com/newrelic/newrelic-python-agent) | 182 |
@@ -60,7 +60,7 @@
| [unixorn](https://github.com/unixorn) / [tumult.plugin.zsh](https://github.com/unixorn/tumult.plugin.zsh) | 168 |
| [etchteam](https://github.com/etchteam) / [next-pagination](https://github.com/etchteam/next-pagination) | 168 |
| [davidB](https://github.com/davidB) / [tracing-opentelemetry-instrumentation-sdk](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) | 163 |
-| [github](https://github.com/github) / [local-action](https://github.com/github/local-action) | 161 |
+| [github](https://github.com/github) / [local-action](https://github.com/github/local-action) | 162 |
| [Aurorastation](https://github.com/Aurorastation) / [Aurora.3](https://github.com/Aurorastation/Aurora.3) | 148 |
| [AndreaPontrandolfo](https://github.com/AndreaPontrandolfo) / [sheriff](https://github.com/AndreaPontrandolfo/sheriff) | 147 |
| [LukePrior](https://github.com/LukePrior) / [nbn-upgrade-map](https://github.com/LukePrior/nbn-upgrade-map) | 145 |
@@ -74,19 +74,19 @@
| [unixorn](https://github.com/unixorn) / [ha-mqtt-discoverable](https://github.com/unixorn/ha-mqtt-discoverable) | 106 |
| [Azure](https://github.com/Azure) / [ARO-RP](https://github.com/Azure/ARO-RP) | 103 |
| [leosuncin](https://github.com/leosuncin) / [nest-api-example](https://github.com/leosuncin/nest-api-example) | 98 |
-| [ahmadnassri](https://github.com/ahmadnassri) / [docker-vscode-server](https://github.com/ahmadnassri/docker-vscode-server) | 97 |
| [ulises-jeremias](https://github.com/ulises-jeremias) / [dotfiles](https://github.com/ulises-jeremias/dotfiles) | 96 |
+| [ahmadnassri](https://github.com/ahmadnassri) / [docker-vscode-server](https://github.com/ahmadnassri/docker-vscode-server) | 96 |
| [practicalli](https://github.com/practicalli) / [clojure](https://github.com/practicalli/clojure) | 93 |
| [npalm](https://github.com/npalm) / [action-docs](https://github.com/npalm/action-docs) | 88 |
| [hyperledger](https://github.com/hyperledger) / [identus-cloud-agent](https://github.com/hyperledger/identus-cloud-agent) | 85 |
| [rasa](https://github.com/rasa) / [scoops](https://github.com/rasa/scoops) | 81 |
| [ministryofjustice](https://github.com/ministryofjustice) / [aws-root-account](https://github.com/ministryofjustice/aws-root-account) | 80 |
+| [riosengineer](https://github.com/riosengineer) / [Bicepify](https://github.com/riosengineer/Bicepify) | 78 |
| [eth-protocol-fellows](https://github.com/eth-protocol-fellows) / [cohort-five](https://github.com/eth-protocol-fellows/cohort-five) | 78 |
-| [riosengineer](https://github.com/riosengineer) / [Bicepify](https://github.com/riosengineer/Bicepify) | 77 |
| [oxsecurity](https://github.com/oxsecurity) / [codetotal](https://github.com/oxsecurity/codetotal) | 76 |
| [nvuillam](https://github.com/nvuillam) / [vscode-groovy-lint](https://github.com/nvuillam/vscode-groovy-lint) | 70 |
| [gabrielbmoro](https://github.com/gabrielbmoro) / [MovieDB-App](https://github.com/gabrielbmoro/MovieDB-App) | 67 |
-| [ahmadnassri](https://github.com/ahmadnassri) / [action-workflow-queue](https://github.com/ahmadnassri/action-workflow-queue) | 66 |
+| [ahmadnassri](https://github.com/ahmadnassri) / [action-workflow-queue](https://github.com/ahmadnassri/action-workflow-queue) | 67 |
| [SamErde](https://github.com/SamErde) / [PowerShell](https://github.com/SamErde/PowerShell) | 64 |
| [llaville](https://github.com/llaville) / [umlwriter](https://github.com/llaville/umlwriter) | 62 |
| [h3mmy](https://github.com/h3mmy) / [bloopySphere](https://github.com/h3mmy/bloopySphere) | 62 |
@@ -124,8 +124,8 @@
| [ruzickap](https://github.com/ruzickap) / [malware-cryptominer-container](https://github.com/ruzickap/malware-cryptominer-container) | 41 |
| [nvuillam](https://github.com/nvuillam) / [node-java-caller](https://github.com/nvuillam/node-java-caller) | 41 |
| [MythicDrops](https://github.com/MythicDrops) / [MythicDrops](https://github.com/MythicDrops/MythicDrops) | 40 |
+| [orangekame3](https://github.com/orangekame3) / [mk](https://github.com/orangekame3/mk) | 39 |
| [MoegirlPediaInterfaceAdmins](https://github.com/MoegirlPediaInterfaceAdmins) / [MoegirlPediaInterfaceCodes](https://github.com/MoegirlPediaInterfaceAdmins/MoegirlPediaInterfaceCodes) | 38 |
-| [orangekame3](https://github.com/orangekame3) / [mk](https://github.com/orangekame3/mk) | 38 |
| [whoisdsmith](https://github.com/whoisdsmith) / [VAULTSIDIAN](https://github.com/whoisdsmith/VAULTSIDIAN) | 37 |
| [microsoft](https://github.com/microsoft) / [OHDSIonAzure](https://github.com/microsoft/OHDSIonAzure) | 37 |
| [ahmadnassri](https://github.com/ahmadnassri) / [action-terraform-report](https://github.com/ahmadnassri/action-terraform-report) | 37 |
@@ -140,11 +140,11 @@
| [SilentDemonSD](https://github.com/SilentDemonSD) / [Tele-LeechX](https://github.com/SilentDemonSD/Tele-LeechX) | 30 |
| [AErmie](https://github.com/AErmie) / [DevSecOps](https://github.com/AErmie/DevSecOps) | 30 |
| [kitos9112](https://github.com/kitos9112) / [k8s-home](https://github.com/kitos9112/k8s-home) | 30 |
+| [camaraproject](https://github.com/camaraproject) / [SimSwap](https://github.com/camaraproject/SimSwap) | 28 |
| [nvuillam](https://github.com/nvuillam) / [markdown-table-formatter](https://github.com/nvuillam/markdown-table-formatter) | 27 |
| [arbitraryexecution](https://github.com/arbitraryexecution) / [forta-bot-templates](https://github.com/arbitraryexecution/forta-bot-templates) | 27 |
| [ruzickap](https://github.com/ruzickap) / [k8s-flux-istio-gitlab-harbor](https://github.com/ruzickap/k8s-flux-istio-gitlab-harbor) | 27 |
| [rwaltr](https://github.com/rwaltr) / [home-ops](https://github.com/rwaltr/home-ops) | 27 |
-| [camaraproject](https://github.com/camaraproject) / [SimSwap](https://github.com/camaraproject/SimSwap) | 27 |
| [litejs](https://github.com/litejs) / [dom](https://github.com/litejs/dom) | 26 |
| [ahmadnassri](https://github.com/ahmadnassri) / [node-pretty-exceptions](https://github.com/ahmadnassri/node-pretty-exceptions) | 26 |
| [Simplifi-ED](https://github.com/Simplifi-ED) / [cloudcost](https://github.com/Simplifi-ED/cloudcost) | 25 |
@@ -152,12 +152,12 @@
| [OpenZeppelin](https://github.com/OpenZeppelin) / [compound-monitoring](https://github.com/OpenZeppelin/compound-monitoring) | 23 |
| [unixorn](https://github.com/unixorn) / [jpb.zshplugin](https://github.com/unixorn/jpb.zshplugin) | 23 |
| [Euvaz](https://github.com/Euvaz) / [GitOps-Home](https://github.com/Euvaz/GitOps-Home) | 23 |
+| [camaraproject](https://github.com/camaraproject) / [DeviceLocation](https://github.com/camaraproject/DeviceLocation) | 23 |
| [YukinaMochizuki](https://github.com/YukinaMochizuki) / [notion-sdk-java](https://github.com/YukinaMochizuki/notion-sdk-java) | 23 |
| [KristjanESPERANTO](https://github.com/KristjanESPERANTO) / [MMM-PublicTransportHafas](https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas) | 22 |
| [diggsweden](https://github.com/diggsweden) / [open-source-project-template](https://github.com/diggsweden/open-source-project-template) | 22 |
| [hpi-studyu](https://github.com/hpi-studyu) / [studyu](https://github.com/hpi-studyu/studyu) | 22 |
| [GRIFFINCollaboration](https://github.com/GRIFFINCollaboration) / [GRSISort](https://github.com/GRIFFINCollaboration/GRSISort) | 22 |
-| [camaraproject](https://github.com/camaraproject) / [DeviceLocation](https://github.com/camaraproject/DeviceLocation) | 22 |
| [GSA-TTS](https://github.com/GSA-TTS) / [usagov-benefits-eligibility](https://github.com/GSA-TTS/usagov-benefits-eligibility) | 22 |
| [ahmadnassri](https://github.com/ahmadnassri) / [node-api-problem](https://github.com/ahmadnassri/node-api-problem) | 22 |
| [nanlabs](https://github.com/nanlabs) / [terraform-aws-starter](https://github.com/nanlabs/terraform-aws-starter) | 22 |
@@ -367,6 +367,7 @@
| [shiranr](https://github.com/shiranr) / [linkcheck](https://github.com/shiranr/linkcheck) | 5 |
| [brettinternet](https://github.com/brettinternet) / [homelab](https://github.com/brettinternet/homelab) | 5 |
| [ahmadnassri](https://github.com/ahmadnassri) / [template-template](https://github.com/ahmadnassri/template-template) | 5 |
+| [ministryofjustice](https://github.com/ministryofjustice) / [dns](https://github.com/ministryofjustice/dns) | 5 |
| [wesley-dean-flexion](https://github.com/wesley-dean-flexion) / [upload-sarif-to-defectdojo](https://github.com/wesley-dean-flexion/upload-sarif-to-defectdojo) | 5 |
| [wesley-dean-flexion](https://github.com/wesley-dean-flexion) / [busybox-jq-latest](https://github.com/wesley-dean-flexion/busybox-jq-latest) | 5 |
| [practicalli](https://github.com/practicalli) / [engineering-playbook](https://github.com/practicalli/engineering-playbook) | 5 |
@@ -401,7 +402,6 @@
| [proinsias](https://github.com/proinsias) / [proinsias.github.io](https://github.com/proinsias/proinsias.github.io) | 4 |
| [ahmadnassri](https://github.com/ahmadnassri) / [action-github-registry-npm-proxy](https://github.com/ahmadnassri/action-github-registry-npm-proxy) | 4 |
| [ahmadnassri](https://github.com/ahmadnassri) / [template-docker](https://github.com/ahmadnassri/template-docker) | 4 |
-| [ministryofjustice](https://github.com/ministryofjustice) / [dns](https://github.com/ministryofjustice/dns) | 4 |
| [fevrin](https://github.com/fevrin) / [home](https://github.com/fevrin/home) | 4 |
| [practicalli](https://github.com/practicalli) / [clojure-data-science](https://github.com/practicalli/clojure-data-science) | 4 |
| [bjw-s](https://github.com/bjw-s) / [esphome-config](https://github.com/bjw-s/esphome-config) | 4 |
@@ -635,7 +635,6 @@
| [mcohen301BN](https://github.com/mcohen301BN) / [CIPP](https://github.com/mcohen301BN/CIPP) | 1 |
| [icantspellpotatoe](https://github.com/icantspellpotatoe) / [CIPP](https://github.com/icantspellpotatoe/CIPP) | 1 |
| [RGPosadas](https://github.com/RGPosadas) / [megalinter](https://github.com/RGPosadas/megalinter) | 1 |
-| [karnophage](https://github.com/karnophage) / [CIPP](https://github.com/karnophage/CIPP) | 1 |
| [Setton-Consulting](https://github.com/Setton-Consulting) / [CIPP-OLD](https://github.com/Setton-Consulting/CIPP-OLD) | 1 |
| [audian-benp](https://github.com/audian-benp) / [CIPP](https://github.com/audian-benp/CIPP) | 1 |
| [TechnagyDev](https://github.com/TechnagyDev) / [CIPP](https://github.com/TechnagyDev/CIPP) | 1 |
@@ -786,7 +785,6 @@
| [CloudGeometry](https://github.com/CloudGeometry) / [cg-devx-wl-template](https://github.com/CloudGeometry/cg-devx-wl-template) | 1 |
| [sarvex](https://github.com/sarvex) / [nebulix](https://github.com/sarvex/nebulix) | 1 |
| [gluwa](https://github.com/gluwa) / [creditcoin3-staking-dashboard](https://github.com/gluwa/creditcoin3-staking-dashboard) | 1 |
-| [ELynx](https://github.com/ELynx) / [Cornered_Hamster](https://github.com/ELynx/Cornered_Hamster) | 1 |
| [sarvex](https://github.com/sarvex) / [astrowind](https://github.com/sarvex/astrowind) | 1 |
| [tyriis](https://github.com/tyriis) / [locking-service](https://github.com/tyriis/locking-service) | 1 |
| [sarvex](https://github.com/sarvex) / [rxv64](https://github.com/sarvex/rxv64) | 1 |
@@ -1546,6 +1544,7 @@
| [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 |
+| [HiepF5](https://github.com/HiepF5) / [NextDomain](https://github.com/HiepF5/NextDomain) | 0 |
| [molnar22](https://github.com/molnar22) / [tesz](https://github.com/molnar22/tesz) | 0 |
| [ONSdigital](https://github.com/ONSdigital) / [secrets-rotation-poc](https://github.com/ONSdigital/secrets-rotation-poc) | 0 |
| [bindsi](https://github.com/bindsi) / [version-badges](https://github.com/bindsi/version-badges) | 0 |
@@ -1892,6 +1891,7 @@
| [mrtolkien](https://github.com/mrtolkien) / [cluster-old](https://github.com/mrtolkien/cluster-old) | 0 |
| [vyas-n](https://github.com/vyas-n) / [vyas-n](https://github.com/vyas-n/vyas-n) | 0 |
| [supertemaki](https://github.com/supertemaki) / [distrobuilder-build](https://github.com/supertemaki/distrobuilder-build) | 0 |
+| [w159](https://github.com/w159) / [ScubaGear](https://github.com/w159/ScubaGear) | 0 |
| [wesley-dean](https://github.com/wesley-dean) / [routeros_ssl](https://github.com/wesley-dean/routeros_ssl) | 0 |
| [Cerulli-Associates](https://github.com/Cerulli-Associates) / [ScubaGear](https://github.com/Cerulli-Associates/ScubaGear) | 0 |
| [MauroDataMapper-Plugins](https://github.com/MauroDataMapper-Plugins) / [mdm-plugin-explorer](https://github.com/MauroDataMapper-Plugins/mdm-plugin-explorer) | 0 |
@@ -2081,6 +2081,8 @@
| [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 |
+| [CristopherArtGo](https://github.com/CristopherArtGo) / [globe-socmed-sentiments-api](https://github.com/CristopherArtGo/globe-socmed-sentiments-api) | 0 |
+| [nabondance](https://github.com/nabondance) / [Trailhead-Banner](https://github.com/nabondance/Trailhead-Banner) | 0 |
| [TanyaSpv](https://github.com/TanyaSpv) / [Playwright_Project](https://github.com/TanyaSpv/Playwright_Project) | 0 |
| [Imamiland](https://github.com/Imamiland) / [banned_books_jeopardy](https://github.com/Imamiland/banned_books_jeopardy) | 0 |
| [hallen95](https://github.com/hallen95) / [goals-crew-be](https://github.com/hallen95/goals-crew-be) | 0 |