diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json
index 6dbdecfd65b..cdfade55f0f 100644
--- a/.automation/generated/linter-helps.json
+++ b/.automation/generated/linter-helps.json
@@ -3467,7 +3467,7 @@
" completion Generate autocompletion script",
" config Handle cached configurations",
" delete Delete configurations in Kubescape SaaS version",
- " download Download controls-inputs,exceptions,control,framework,artifacts,attack-tracks",
+ " 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",
@@ -9069,7 +9069,7 @@
" [--d3dag] [--summary] [--detailed-summary] [--archive FILE]",
" [--cleanup-metadata FILE [FILE ...]] [--cleanup-shadow]",
" [--skip-script-cleanup] [--unlock]",
- " [--list-changes {params,input,code}] [--list-input-changes]",
+ " [--list-changes {input,code,params}] [--list-input-changes]",
" [--list-params-changes] [--list-untracked]",
" [--delete-all-output | --delete-temp-output]",
" [--keep-incomplete] [--drop-metadata] [--version]",
@@ -9114,7 +9114,7 @@
" [--scheduler-solver-path SCHEDULER_SOLVER_PATH]",
" [--deploy-sources QUERY CHECKSUM]",
" [--target-jobs TARGET_JOBS [TARGET_JOBS ...]]",
- " [--mode {remote,default,subprocess}]",
+ " [--mode {default,subprocess,remote}]",
" [--report-html-path VALUE]",
" [--report-html-stylesheet-path VALUE]",
" [targets ...]",
@@ -9582,7 +9582,7 @@
" (default: False)",
" --unlock Remove a lock on the working directory. (default:",
" False)",
- " --list-changes {params,input,code}, --lc {params,input,code}",
+ " --list-changes {input,code,params}, --lc {input,code,params}",
" List all output files for which the given items (code,",
" input, params) have changed since creation.",
" --list-input-changes, --li",
@@ -9940,7 +9940,7 @@
" --target-jobs TARGET_JOBS [TARGET_JOBS ...]",
" Internal use only: Target particular jobs by",
" RULE:WILDCARD1=VALUE,WILDCARD2=VALUE,...",
- " --mode {remote,default,subprocess}",
+ " --mode {default,subprocess,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 10f582109ab..46fd15fdebc 100644
--- a/.automation/generated/linter-versions.json
+++ b/.automation/generated/linter-versions.json
@@ -18,7 +18,7 @@
"coffeelint": "5.2.11",
"cpplint": "2.0.0",
"csharpier": "0.30.3",
- "cspell": "8.16.1",
+ "cspell": "8.17.0",
"dartanalyzer": "0.0.0",
"detekt": "1.23.7",
"devskim": "1.0.51",
@@ -103,7 +103,7 @@
"sql-lint": "1.0.0",
"sqlfluff": "3.2.5",
"standard": "17.1.2",
- "stylelint": "16.11.0",
+ "stylelint": "16.12.0",
"stylua": "2.0.0",
"swiftlint": "0.57.1",
"syft": "1.18.1",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe883070297..608e0eb0a04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -101,6 +101,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [v8r](https://github.com/chris48s/v8r) from 4.2.0 to **4.2.1** on 2024-12-14
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.85.0 to **3.86.1** on 2024-12-14
- [cljstyle](https://github.com/greglook/cljstyle) from 0.15.0 to **0.17.642** on 2024-12-15
+ - [stylelint](https://stylelint.io) from 16.11.0 to **16.12.0** on 2024-12-15
+ - [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.16.1 to **8.17.0** on 2024-12-15
## [v8.3.0] - 2024-11-23
diff --git a/README.md b/README.md
index 26e63999e99..b3867de7371 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=2800&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=2802&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 9a7b4d0e43a..bb209d21918 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 | [Other](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} |
| [**cpplint**](https://github.com/cpplint/cpplint){target=_blank} | 2.0.0 | [Other](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} | 0.30.3 | [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} | 8.16.1 | [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} |
+| [**cspell**](https://github.com/streetsidesoftware/cspell){target=_blank} | 8.17.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} | N/A | [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.7 | [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} |
| [**devskim**](https://github.com/microsoft/DevSkim){target=_blank} | 1.0.51 | [MIT](licenses/devskim.md) | [![GitHub stars](https://img.shields.io/github/stars/microsoft/DevSkim?cacheSeconds=3600)](https://github.com/microsoft/DevSkim){target=_blank} | [REPOSITORY](descriptors/repository_devskim.md) | :white_circle: | [Repository](https://github.com/microsoft/DevSkim){target=_blank} |
@@ -101,7 +101,7 @@
| [**spectral**](https://github.com/stoplightio/spectral){target=_blank} | 6.14.2 | [Apache-2.0](licenses/spectral.md) | [![GitHub stars](https://img.shields.io/github/stars/stoplightio/spectral?cacheSeconds=3600)](https://github.com/stoplightio/spectral){target=_blank} | [API](descriptors/api_spectral.md) | :white_circle: | [Repository](https://github.com/stoplightio/spectral){target=_blank} |
| [**sqlfluff**](https://github.com/sqlfluff/sqlfluff){target=_blank} | 3.2.5 | [MIT](licenses/sqlfluff.md) | [![GitHub stars](https://img.shields.io/github/stars/sqlfluff/sqlfluff?cacheSeconds=3600)](https://github.com/sqlfluff/sqlfluff){target=_blank} | [SQL](descriptors/sql_sqlfluff.md) | :white_circle: | [Repository](https://github.com/sqlfluff/sqlfluff){target=_blank} |
| [**standard**](https://github.com/standard/standard){target=_blank} | 17.1.2 | [MIT](licenses/standard.md) | [![GitHub stars](https://img.shields.io/github/stars/standard/standard?cacheSeconds=3600)](https://github.com/standard/standard){target=_blank} | [JAVASCRIPT](descriptors/javascript_standard.md) | :white_circle: | [Repository](https://github.com/standard/standard){target=_blank} |
-| [**stylelint**](https://github.com/stylelint/stylelint){target=_blank} | 16.11.0 | [MIT](licenses/stylelint.md) | [![GitHub stars](https://img.shields.io/github/stars/stylelint/stylelint?cacheSeconds=3600)](https://github.com/stylelint/stylelint){target=_blank} | [CSS](descriptors/css_stylelint.md) | :white_circle: | [Repository](https://github.com/stylelint/stylelint){target=_blank} |
+| [**stylelint**](https://github.com/stylelint/stylelint){target=_blank} | 16.12.0 | [MIT](licenses/stylelint.md) | [![GitHub stars](https://img.shields.io/github/stars/stylelint/stylelint?cacheSeconds=3600)](https://github.com/stylelint/stylelint){target=_blank} | [CSS](descriptors/css_stylelint.md) | :white_circle: | [Repository](https://github.com/stylelint/stylelint){target=_blank} |
| [**stylua**](https://github.com/JohnnyMorganz/StyLua){target=_blank} | 2.0.0 | [MPL-2.0](licenses/stylua.md) | [![GitHub stars](https://img.shields.io/github/stars/JohnnyMorganz/StyLua?cacheSeconds=3600)](https://github.com/JohnnyMorganz/StyLua){target=_blank} | [LUA](descriptors/lua_stylua.md) | :no_entry_sign: | [Repository](https://github.com/JohnnyMorganz/StyLua){target=_blank} |
| [**swiftlint**](https://github.com/realm/SwiftLint){target=_blank} | 0.57.1 | [MIT](licenses/swiftlint.md) | [![GitHub stars](https://img.shields.io/github/stars/realm/SwiftLint?cacheSeconds=3600)](https://github.com/realm/SwiftLint){target=_blank} | [SWIFT](descriptors/swift_swiftlint.md) | :white_circle: | [Repository](https://github.com/realm/SwiftLint){target=_blank} |
| [**syft**](https://github.com/anchore/syft){target=_blank} | 1.18.1 | [Apache-2.0](licenses/syft.md) | [![GitHub stars](https://img.shields.io/github/stars/anchore/syft?cacheSeconds=3600)](https://github.com/anchore/syft){target=_blank} | [REPOSITORY](descriptors/repository_syft.md) | :white_circle: | [Repository](https://github.com/anchore/syft){target=_blank} |
diff --git a/docs/descriptors/css_stylelint.md b/docs/descriptors/css_stylelint.md
index 1e053ed0f5b..934839eb6f5 100644
--- a/docs/descriptors/css_stylelint.md
+++ b/docs/descriptors/css_stylelint.md
@@ -15,7 +15,7 @@ description: How to use stylelint (configure, ignore files, ignore errors, help
## stylelint documentation
-- Version in MegaLinter: **16.11.0**
+- Version in MegaLinter: **16.12.0**
- Visit [Official Web Site](https://stylelint.io){target=_blank}
- See [How to configure stylelint rules](https://stylelint.io/user-guide/configure){target=_blank}
- If custom `.stylelintrc.json` config file isn't found, [.stylelintrc.json](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.stylelintrc.json){target=_blank} will be used
diff --git a/docs/descriptors/kubernetes_kubescape.md b/docs/descriptors/kubernetes_kubescape.md
index 6f936a3ccee..d5a7659470d 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 controls-inputs,exceptions,control,framework,artifacts,attack-tracks
+ 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/snakemake_snakemake.md b/docs/descriptors/snakemake_snakemake.md
index 3f5c45d4925..18522f1d67f 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 {params,input,code}] [--list-input-changes]
+ [--list-changes {input,code,params}] [--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 {default,subprocess,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 {params,input,code}, --lc {params,input,code}
+ --list-changes {input,code,params}, --lc {input,code,params}
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 {default,subprocess,remote}
Internal use only: Set execution mode of Snakemake.
(default: default)
diff --git a/docs/descriptors/spell_cspell.md b/docs/descriptors/spell_cspell.md
index 12279b67c8c..d7099b3c270 100644
--- a/docs/descriptors/spell_cspell.md
+++ b/docs/descriptors/spell_cspell.md
@@ -15,7 +15,7 @@ If you do not want cspell to analyze the files names, define `SPELL_CSPELL_ANALY
## cspell documentation
-- Version in MegaLinter: **8.16.1**
+- Version in MegaLinter: **8.17.0**
- Visit [Official Web Site](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#readme){target=_blank}
- See [How to configure cspell rules](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#customization){target=_blank}
- See [How to disable cspell rules in files](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#enable--disable-checking-sections-of-code){target=_blank}
diff --git a/docs/used-by-stats.md b/docs/used-by-stats.md
index cb471ff3d37..20e10e60d57 100644
--- a/docs/used-by-stats.md
+++ b/docs/used-by-stats.md
@@ -1,43 +1,43 @@
# Dependents stats for oxsecurity/megalinter
-[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2800&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=2800&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=-2800&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=97523&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=2802&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=2802&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=-2802&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=97543&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
| Repository | Stars |
|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:|
-| [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 56165 |
+| [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 56175 |
| [PRQL](https://github.com/PRQL) / [prql](https://github.com/PRQL/prql) | 10007 |
-| [dorssel](https://github.com/dorssel) / [usbipd-win](https://github.com/dorssel/usbipd-win) | 3864 |
+| [dorssel](https://github.com/dorssel) / [usbipd-win](https://github.com/dorssel/usbipd-win) | 3865 |
| [IlanCosman](https://github.com/IlanCosman) / [tide](https://github.com/IlanCosman/tide) | 3061 |
-| [privacyguides](https://github.com/privacyguides) / [privacyguides.org](https://github.com/privacyguides/privacyguides.org) | 2841 |
+| [privacyguides](https://github.com/privacyguides) / [privacyguides.org](https://github.com/privacyguides/privacyguides.org) | 2843 |
| [stepancheg](https://github.com/stepancheg) / [rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2817 |
| [PowerDNS-Admin](https://github.com/PowerDNS-Admin) / [PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 2492 |
-| [ever-co](https://github.com/ever-co) / [ever-gauzy](https://github.com/ever-co/ever-gauzy) | 2325 |
+| [ever-co](https://github.com/ever-co) / [ever-gauzy](https://github.com/ever-co/ever-gauzy) | 2326 |
| [microsoft](https://github.com/microsoft) / [code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 2285 |
-| [meichthys](https://github.com/meichthys) / [foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 2034 |
+| [meichthys](https://github.com/meichthys) / [foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 2037 |
| [oxsecurity](https://github.com/oxsecurity) / [megalinter](https://github.com/oxsecurity/megalinter) | 1976 |
-| [cisagov](https://github.com/cisagov) / [ScubaGear](https://github.com/cisagov/ScubaGear) | 1811 |
+| [cisagov](https://github.com/cisagov) / [ScubaGear](https://github.com/cisagov/ScubaGear) | 1812 |
| [Romanitho](https://github.com/Romanitho) / [Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 1207 |
-| [unixorn](https://github.com/unixorn) / [git-extra-commands](https://github.com/unixorn/git-extra-commands) | 1025 |
-| [TrimarcJake](https://github.com/TrimarcJake) / [Locksmith](https://github.com/TrimarcJake/Locksmith) | 960 |
-| [unixorn](https://github.com/unixorn) / [zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) | 794 |
+| [unixorn](https://github.com/unixorn) / [git-extra-commands](https://github.com/unixorn/git-extra-commands) | 1026 |
+| [TrimarcJake](https://github.com/TrimarcJake) / [Locksmith](https://github.com/TrimarcJake/Locksmith) | 962 |
+| [unixorn](https://github.com/unixorn) / [zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) | 795 |
| [secureCodeBox](https://github.com/secureCodeBox) / [secureCodeBox](https://github.com/secureCodeBox/secureCodeBox) | 787 |
| [ministryofjustice](https://github.com/ministryofjustice) / [modernisation-platform](https://github.com/ministryofjustice/modernisation-platform) | 680 |
| [awslabs](https://github.com/awslabs) / [aws-deployment-framework](https://github.com/awslabs/aws-deployment-framework) | 668 |
| [cattle-ops](https://github.com/cattle-ops) / [terraform-aws-gitlab-runner](https://github.com/cattle-ops/terraform-aws-gitlab-runner) | 588 |
| [practicalli](https://github.com/practicalli) / [clojure-cli-config](https://github.com/practicalli/clojure-cli-config) | 524 |
| [pola-rs](https://github.com/pola-rs) / [r-polars](https://github.com/pola-rs/r-polars) | 482 |
-| [scolladon](https://github.com/scolladon) / [sfdx-git-delta](https://github.com/scolladon/sfdx-git-delta) | 448 |
+| [scolladon](https://github.com/scolladon) / [sfdx-git-delta](https://github.com/scolladon/sfdx-git-delta) | 452 |
| [ruzickap](https://github.com/ruzickap) / [packer-templates](https://github.com/ruzickap/packer-templates) | 443 |
| [leosuncin](https://github.com/leosuncin) / [nest-auth-example](https://github.com/leosuncin/nest-auth-example) | 409 |
| [llaville](https://github.com/llaville) / [php-compatinfo](https://github.com/llaville/php-compatinfo) | 373 |
| [OCSInventory-NG](https://github.com/OCSInventory-NG) / [OCSInventory-Server](https://github.com/OCSInventory-NG/OCSInventory-Server) | 358 |
| [ahmadnassri](https://github.com/ahmadnassri) / [action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) | 344 |
-| [unixorn](https://github.com/unixorn) / [fzf-zsh-plugin](https://github.com/unixorn/fzf-zsh-plugin) | 315 |
+| [unixorn](https://github.com/unixorn) / [fzf-zsh-plugin](https://github.com/unixorn/fzf-zsh-plugin) | 314 |
| [toboshii](https://github.com/toboshii) / [home-ops](https://github.com/toboshii/home-ops) | 309 |
-| [brettdottech](https://github.com/brettdottech) / [info-orbs](https://github.com/brettdottech/info-orbs) | 282 |
+| [brettdottech](https://github.com/brettdottech) / [info-orbs](https://github.com/brettdottech/info-orbs) | 283 |
| [carpenike](https://github.com/carpenike) / [k8s-gitops](https://github.com/carpenike/k8s-gitops) | 249 |
| [NationalSecurityAgency](https://github.com/NationalSecurityAgency) / [emissary](https://github.com/NationalSecurityAgency/emissary) | 246 |
| [OCSInventory-NG](https://github.com/OCSInventory-NG) / [OCSInventory-ocsreports](https://github.com/OCSInventory-NG/OCSInventory-ocsreports) | 234 |
@@ -64,7 +64,7 @@
| [github](https://github.com/github) / [local-action](https://github.com/github/local-action) | 149 |
| [Aurorastation](https://github.com/Aurorastation) / [Aurora.3](https://github.com/Aurorastation/Aurora.3) | 148 |
| [LukePrior](https://github.com/LukePrior) / [nbn-upgrade-map](https://github.com/LukePrior/nbn-upgrade-map) | 141 |
-| [AndreaPontrandolfo](https://github.com/AndreaPontrandolfo) / [sheriff](https://github.com/AndreaPontrandolfo/sheriff) | 135 |
+| [AndreaPontrandolfo](https://github.com/AndreaPontrandolfo) / [sheriff](https://github.com/AndreaPontrandolfo/sheriff) | 136 |
| [cbg-ethz](https://github.com/cbg-ethz) / [V-pipe](https://github.com/cbg-ethz/V-pipe) | 133 |
| [orangekame3](https://github.com/orangekame3) / [stree](https://github.com/orangekame3/stree) | 133 |
| [nvuillam](https://github.com/nvuillam) / [github-dependents-info](https://github.com/nvuillam/github-dependents-info) | 124 |
@@ -72,7 +72,7 @@
| [practicalli](https://github.com/practicalli) / [spacemacs](https://github.com/practicalli/spacemacs) | 113 |
| [ishioni](https://github.com/ishioni) / [homelab-ops](https://github.com/ishioni/homelab-ops) | 113 |
| [philips-software](https://github.com/philips-software) / [amp-devcontainer](https://github.com/philips-software/amp-devcontainer) | 110 |
-| [unixorn](https://github.com/unixorn) / [ha-mqtt-discoverable](https://github.com/unixorn/ha-mqtt-discoverable) | 103 |
+| [unixorn](https://github.com/unixorn) / [ha-mqtt-discoverable](https://github.com/unixorn/ha-mqtt-discoverable) | 104 |
| [Azure](https://github.com/Azure) / [ARO-RP](https://github.com/Azure/ARO-RP) | 102 |
| [ahmadnassri](https://github.com/ahmadnassri) / [docker-vscode-server](https://github.com/ahmadnassri/docker-vscode-server) | 99 |
| [practicalli](https://github.com/practicalli) / [clojure](https://github.com/practicalli/clojure) | 93 |
@@ -1298,6 +1298,8 @@
| [terracharge](https://github.com/terracharge) / [terraform-aws-storage](https://github.com/terracharge/terraform-aws-storage) | 0 |
| [terracharge](https://github.com/terracharge) / [terraform-aws-hosting](https://github.com/terracharge/terraform-aws-hosting) | 0 |
| [terracharge](https://github.com/terracharge) / [terraform-github-repository](https://github.com/terracharge/terraform-github-repository) | 0 |
+| [lambda2331](https://github.com/lambda2331) / [repoA](https://github.com/lambda2331/repoA) | 0 |
+| [lambda2331](https://github.com/lambda2331) / [repoC](https://github.com/lambda2331/repoC) | 0 |
| [nikitaaZ](https://github.com/nikitaaZ) / [repoC](https://github.com/nikitaaZ/repoC) | 0 |
| [nikitaaZ](https://github.com/nikitaaZ) / [repoB](https://github.com/nikitaaZ/repoB) | 0 |
| [nikitaaZ](https://github.com/nikitaaZ) / [repoA](https://github.com/nikitaaZ/repoA) | 0 |