From 7f790c0d949b268f4eb8acb8ed3bcefcf4469fdd Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Fri, 22 Nov 2024 19:29:53 +0100 Subject: [PATCH] [automation] Auto-update linters version, help and documentation (#4297) * [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam --- .automation/generated/linter-helps.json | 20 +++---- .automation/generated/linter-versions.json | 2 +- CHANGELOG.md | 1 + README.md | 2 +- docs/all_linters.md | 2 +- docs/descriptors/python_ruff.md | 2 +- docs/descriptors/repository_checkov.md | 4 +- .../salesforce_sfdx_scanner_aura.md | 4 +- .../salesforce_sfdx_scanner_lwc.md | 4 +- docs/descriptors/snakemake_snakemake.md | 8 +-- docs/used-by-stats.md | 58 ++++++++----------- 11 files changed, 48 insertions(+), 59 deletions(-) diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index 36df076a477..6eaaf4b8781 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]", @@ -1102,7 +1102,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.", @@ -8391,7 +8391,7 @@ ], "sfdx-scanner-aura": [ " \u203a Warning: @salesforce/cli update available from 2.66.7 to 2.67.7.", - "(node:1965) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.", + "(node:1961) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.", "(Use `node --trace-deprecation ...` to show where the warning was created)", "Scan a codebase with all the rules in the registry, or use parameters to filter the rules based on rulename, category, or ruleset.", "", @@ -8447,7 +8447,7 @@ " scanner run dfa Scan codebase with all DFA rules by default.", "", " \u203a Warning: @salesforce/cli update available from 2.66.7 to 2.67.7.", - "(node:1977) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.", + "(node:1973) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.", "(Use `node --trace-deprecation ...` to show where the warning was created)", "Warning: We're continually improving Salesforce Code Analyzer. Tell us what you think! Give feedback at http://sfdc.co/CodeAnalyzerFeedback", " name languages categories rulesets [dep] engine is dfa is pilot", @@ -8669,7 +8669,7 @@ ], "sfdx-scanner-lwc": [ " \u203a Warning: @salesforce/cli update available from 2.66.7 to 2.67.7.", - "(node:2159) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.", + "(node:2151) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.", "(Use `node --trace-deprecation ...` to show where the warning was created)", "Scan a codebase with all the rules in the registry, or use parameters to filter the rules based on rulename, category, or ruleset.", "", @@ -8725,7 +8725,7 @@ " scanner run dfa Scan codebase with all DFA rules by default.", "", " \u203a Warning: @salesforce/cli update available from 2.66.7 to 2.67.7.", - "(node:2171) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.", + "(node:2163) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.", "(Use `node --trace-deprecation ...` to show where the warning was created)", "Warning: We're continually improving Salesforce Code Analyzer. Tell us what you think! Give feedback at http://sfdc.co/CodeAnalyzerFeedback", " name languages categories rulesets [dep] engine is dfa is pilot", @@ -9092,7 +9092,7 @@ " [--d3dag] [--summary] [--detailed-summary] [--archive FILE]", " [--cleanup-metadata FILE [FILE ...]] [--cleanup-shadow]", " [--skip-script-cleanup] [--unlock]", - " [--list-changes {params,code,input}] [--list-input-changes]", + " [--list-changes {code,input,params}] [--list-input-changes]", " [--list-params-changes] [--list-untracked]", " [--delete-all-output | --delete-temp-output]", " [--keep-incomplete] [--drop-metadata] [--version]", @@ -9137,7 +9137,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 ...]", @@ -9605,7 +9605,7 @@ " (default: False)", " --unlock Remove a lock on the working directory. (default:", " False)", - " --list-changes {params,code,input}, --lc {params,code,input}", + " --list-changes {code,input,params}, --lc {code,input,params}", " List all output files for which the given items (code,", " input, params) have changed since creation.", " --list-input-changes, --li", @@ -9964,7 +9964,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 ee58da05c70..9fc53e2a93a 100644 --- a/.automation/generated/linter-versions.json +++ b/.automation/generated/linter-versions.json @@ -85,7 +85,7 @@ "rstcheck": "6.2.4", "rstfmt": "0.0.14", "rubocop": "1.68.0", - "ruff": "0.7.4", + "ruff": "0.8.0", "scalafix": "0.13.0", "scss-lint": "0.60.0", "secretlint": "9.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index bb1ce7d0730..c8fb7fe0c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - [checkov](https://www.checkov.io/) from 3.2.307 to **3.2.311** on 2024-11-21 - [syft](https://github.com/anchore/syft) from 1.16.0 to **1.17.0** on 2024-11-21 - [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.83.7 to **3.84.0** on 2024-11-22 + - [ruff](https://github.com/astral-sh/ruff) from 0.7.4 to **0.8.0** on 2024-11-22 ## [v8.2.0] - 2024-11-17 diff --git a/README.md b/README.md index 3ffeec1b53b..4a5200491df 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=2773&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=2752&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 b0d534cedec..feb7c9309b2 100644 --- a/docs/all_linters.md +++ b/docs/all_linters.md @@ -86,7 +86,7 @@ | [**rstcheck**](https://github.com/myint/rstcheck){target=_blank} | 6.2.4 | [MIT](licenses/rstcheck.md) | [![GitHub stars](https://img.shields.io/github/stars/myint/rstcheck?cacheSeconds=3600)](https://github.com/myint/rstcheck){target=_blank} | [RST](descriptors/rst_rstcheck.md) | :heart: | [MegaLinter reference](https://rstcheck.readthedocs.io/en/latest/usage/integration/#use-with-mega-linter){target=_blank} | | [**rstfmt**](https://github.com/dzhu/rstfmt){target=_blank} | 0.0.14 | | | [RST](descriptors/rst_rstfmt.md) | :hammer_and_wrench: | [Pull Request](https://github.com/dzhu/rstfmt/pull/1){target=_blank} | | [**rubocop**](https://github.com/rubocop-hq/rubocop){target=_blank} | 1.68.0 | [MIT](licenses/rubocop.md) | [![GitHub stars](https://img.shields.io/github/stars/rubocop-hq/rubocop?cacheSeconds=3600)](https://github.com/rubocop-hq/rubocop){target=_blank} | [RUBY](descriptors/ruby_rubocop.md) | :heart: | [MegaLinter reference](https://docs.rubocop.org/rubocop/integration_with_other_tools.html#mega-linter-integration){target=_blank} | -| [**ruff**](https://github.com/astral-sh/ruff){target=_blank} | 0.7.4 | [MIT](licenses/ruff.md) | [![GitHub stars](https://img.shields.io/github/stars/astral-sh/ruff?cacheSeconds=3600)](https://github.com/astral-sh/ruff){target=_blank} | [PYTHON](descriptors/python_ruff.md) | :white_circle: | [Repository](https://github.com/astral-sh/ruff){target=_blank} | +| [**ruff**](https://github.com/astral-sh/ruff){target=_blank} | 0.8.0 | [MIT](licenses/ruff.md) | [![GitHub stars](https://img.shields.io/github/stars/astral-sh/ruff?cacheSeconds=3600)](https://github.com/astral-sh/ruff){target=_blank} | [PYTHON](descriptors/python_ruff.md) | :white_circle: | [Repository](https://github.com/astral-sh/ruff){target=_blank} | | [**scalafix**](https://github.com/scalacenter/scalafix){target=_blank} | 0.13.0 | [Other](licenses/scalafix.md) | [![GitHub stars](https://img.shields.io/github/stars/scalacenter/scalafix?cacheSeconds=3600)](https://github.com/scalacenter/scalafix){target=_blank} | [SCALA](descriptors/scala_scalafix.md) | :heart: | [MegaLinter reference](https://scalacenter.github.io/scalafix/docs/users/installation.html#plugins-for-other-build-tools){target=_blank} | | [**secretlint**](https://github.com/secretlint/secretlint){target=_blank} | 9.0.0 | [MIT](licenses/secretlint.md) | [![GitHub stars](https://img.shields.io/github/stars/secretlint/secretlint?cacheSeconds=3600)](https://github.com/secretlint/secretlint){target=_blank} | [REPOSITORY](descriptors/repository_secretlint.md) | :heart: | [MegaLinter reference](https://github.com/secretlint/secretlint#mega-linter){target=_blank} | | [**selene**](https://github.com/Kampfkarren/selene){target=_blank} | 0.27.1 | | [![GitHub stars](https://img.shields.io/github/stars/Kampfkarren/selene?cacheSeconds=3600)](https://github.com/Kampfkarren/selene){target=_blank} | [LUA](descriptors/lua_selene.md) | :no_entry_sign: | [Repository](https://github.com/Kampfkarren/selene){target=_blank} | diff --git a/docs/descriptors/python_ruff.md b/docs/descriptors/python_ruff.md index 061cb7fa233..8d233f5048a 100644 --- a/docs/descriptors/python_ruff.md +++ b/docs/descriptors/python_ruff.md @@ -11,7 +11,7 @@ An extremely fast Python linter, written in Rust. ## ruff documentation -- Version in MegaLinter: **0.7.4** +- Version in MegaLinter: **0.8.0** - Visit [Official Web Site](https://github.com/astral-sh/ruff#readme){target=_blank} - See [How to configure ruff rules](https://docs.astral.sh/ruff/configuration/){target=_blank} - If custom `.ruff.toml` config file isn't found, [.ruff.toml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.ruff.toml){target=_blank} will be used diff --git a/docs/descriptors/repository_checkov.md b/docs/descriptors/repository_checkov.md index 6d379cf327f..7886fb73b8c 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_sfdx_scanner_aura.md b/docs/descriptors/salesforce_sfdx_scanner_aura.md index f619e1ef400..098225d5616 100644 --- a/docs/descriptors/salesforce_sfdx_scanner_aura.md +++ b/docs/descriptors/salesforce_sfdx_scanner_aura.md @@ -91,7 +91,7 @@ sf scanner:run ```shell › Warning: @salesforce/cli update available from 2.66.7 to 2.67.7. -(node:1965) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. +(node:1961) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) Scan a codebase with all the rules in the registry, or use parameters to filter the rules based on rulename, category, or ruleset. @@ -147,7 +147,7 @@ COMMANDS scanner run dfa Scan codebase with all DFA rules by default. › Warning: @salesforce/cli update available from 2.66.7 to 2.67.7. -(node:1977) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. +(node:1973) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) Warning: We're continually improving Salesforce Code Analyzer. Tell us what you think! Give feedback at http://sfdc.co/CodeAnalyzerFeedback name languages categories rulesets [dep] engine is dfa is pilot diff --git a/docs/descriptors/salesforce_sfdx_scanner_lwc.md b/docs/descriptors/salesforce_sfdx_scanner_lwc.md index 56557566e5c..4395b583086 100644 --- a/docs/descriptors/salesforce_sfdx_scanner_lwc.md +++ b/docs/descriptors/salesforce_sfdx_scanner_lwc.md @@ -91,7 +91,7 @@ sf scanner:run ```shell › Warning: @salesforce/cli update available from 2.66.7 to 2.67.7. -(node:2159) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. +(node:2151) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) Scan a codebase with all the rules in the registry, or use parameters to filter the rules based on rulename, category, or ruleset. @@ -147,7 +147,7 @@ COMMANDS scanner run dfa Scan codebase with all DFA rules by default. › Warning: @salesforce/cli update available from 2.66.7 to 2.67.7. -(node:2171) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. +(node:2163) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) Warning: We're continually improving Salesforce Code Analyzer. Tell us what you think! Give feedback at http://sfdc.co/CodeAnalyzerFeedback name languages categories rulesets [dep] engine is dfa is pilot diff --git a/docs/descriptors/snakemake_snakemake.md b/docs/descriptors/snakemake_snakemake.md index 5e008912184..32130ba64c2 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,code,input}] [--list-input-changes] + [--list-changes {code,input,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 {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 {params,code,input}, --lc {params,code,input} + --list-changes {code,input,params}, --lc {code,input,params} List all output files for which the given items (code, input, params) have changed since creation. --list-input-changes, --li @@ -1006,7 +1006,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/used-by-stats.md b/docs/used-by-stats.md index f201a41aa40..89126c375b5 100644 --- a/docs/used-by-stats.md +++ b/docs/used-by-stats.md @@ -1,25 +1,24 @@ # Dependents stats for oxsecurity/megalinter -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2773&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=2773&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=-2773&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=93349&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=2752&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=2752&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=-2752&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=90278&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) | Repository | Stars | |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:| -|   [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 55564 | +|   [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 55580 | |   [PRQL](https://github.com/PRQL) / [prql](https://github.com/PRQL/prql) | 9964 | -|   [dorssel](https://github.com/dorssel) / [usbipd-win](https://github.com/dorssel/usbipd-win) | 3757 | -|   [IlanCosman](https://github.com/IlanCosman) / [tide](https://github.com/IlanCosman/tide) | 3022 | +|   [dorssel](https://github.com/dorssel) / [usbipd-win](https://github.com/dorssel/usbipd-win) | 3759 | +|   [IlanCosman](https://github.com/IlanCosman) / [tide](https://github.com/IlanCosman/tide) | 3024 | |   [privacyguides](https://github.com/privacyguides) / [privacyguides.org](https://github.com/privacyguides/privacyguides.org) | 2816 | -|   [stepancheg](https://github.com/stepancheg) / [rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2813 | |   [PowerDNS-Admin](https://github.com/PowerDNS-Admin) / [PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 2475 | -|   [ever-co](https://github.com/ever-co) / [ever-gauzy](https://github.com/ever-co/ever-gauzy) | 2296 | +|   [ever-co](https://github.com/ever-co) / [ever-gauzy](https://github.com/ever-co/ever-gauzy) | 2298 | |   [microsoft](https://github.com/microsoft) / [code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 2268 | -|   [meichthys](https://github.com/meichthys) / [foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 1958 | +|   [meichthys](https://github.com/meichthys) / [foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 1959 | |   [oxsecurity](https://github.com/oxsecurity) / [megalinter](https://github.com/oxsecurity/megalinter) | 1956 | |   [cisagov](https://github.com/cisagov) / [ScubaGear](https://github.com/cisagov/ScubaGear) | 1759 | -|   [Romanitho](https://github.com/Romanitho) / [Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 1183 | +|   [Romanitho](https://github.com/Romanitho) / [Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 1184 | |   [unixorn](https://github.com/unixorn) / [git-extra-commands](https://github.com/unixorn/git-extra-commands) | 1020 | |   [TrimarcJake](https://github.com/TrimarcJake) / [Locksmith](https://github.com/TrimarcJake/Locksmith) | 884 | |   [unixorn](https://github.com/unixorn) / [zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) | 789 | @@ -30,7 +29,7 @@ |   [practicalli](https://github.com/practicalli) / [clojure-cli-config](https://github.com/practicalli/clojure-cli-config) | 519 | |   [pola-rs](https://github.com/pola-rs) / [r-polars](https://github.com/pola-rs/r-polars) | 478 | |   [scolladon](https://github.com/scolladon) / [sfdx-git-delta](https://github.com/scolladon/sfdx-git-delta) | 445 | -|   [ruzickap](https://github.com/ruzickap) / [packer-templates](https://github.com/ruzickap/packer-templates) | 441 | +|   [ruzickap](https://github.com/ruzickap) / [packer-templates](https://github.com/ruzickap/packer-templates) | 442 | |   [leosuncin](https://github.com/leosuncin) / [nest-auth-example](https://github.com/leosuncin/nest-auth-example) | 402 | |   [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) | 356 | @@ -62,17 +61,16 @@ |   [davidB](https://github.com/davidB) / [tracing-opentelemetry-instrumentation-sdk](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) | 152 | |   [Aurorastation](https://github.com/Aurorastation) / [Aurora.3](https://github.com/Aurorastation/Aurora.3) | 147 | |   [LukePrior](https://github.com/LukePrior) / [nbn-upgrade-map](https://github.com/LukePrior/nbn-upgrade-map) | 139 | -|   [github](https://github.com/github) / [local-action](https://github.com/github/local-action) | 134 | +|   [github](https://github.com/github) / [local-action](https://github.com/github/local-action) | 135 | |   [orangekame3](https://github.com/orangekame3) / [stree](https://github.com/orangekame3/stree) | 133 | -|   [cbg-ethz](https://github.com/cbg-ethz) / [V-pipe](https://github.com/cbg-ethz/V-pipe) | 132 | |   [nvuillam](https://github.com/nvuillam) / [github-dependents-info](https://github.com/nvuillam/github-dependents-info) | 119 | |   [unixorn](https://github.com/unixorn) / [lima-xbar-plugin](https://github.com/unixorn/lima-xbar-plugin) | 116 | |   [practicalli](https://github.com/practicalli) / [spacemacs](https://github.com/practicalli/spacemacs) | 113 | |   [AndreaPontrandolfo](https://github.com/AndreaPontrandolfo) / [sheriff](https://github.com/AndreaPontrandolfo/sheriff) | 111 | |   [philips-software](https://github.com/philips-software) / [amp-devcontainer](https://github.com/philips-software/amp-devcontainer) | 109 | |   [ishioni](https://github.com/ishioni) / [homelab-ops](https://github.com/ishioni/homelab-ops) | 108 | +|   [unixorn](https://github.com/unixorn) / [ha-mqtt-discoverable](https://github.com/unixorn/ha-mqtt-discoverable) | 102 | |   [Azure](https://github.com/Azure) / [ARO-RP](https://github.com/Azure/ARO-RP) | 102 | -|   [unixorn](https://github.com/unixorn) / [ha-mqtt-discoverable](https://github.com/unixorn/ha-mqtt-discoverable) | 101 | |   [ahmadnassri](https://github.com/ahmadnassri) / [docker-vscode-server](https://github.com/ahmadnassri/docker-vscode-server) | 95 | |   [practicalli](https://github.com/practicalli) / [clojure](https://github.com/practicalli/clojure) | 91 | |   [ulises-jeremias](https://github.com/ulises-jeremias) / [dotfiles](https://github.com/ulises-jeremias/dotfiles) | 91 | @@ -103,7 +101,6 @@ |   [ruzickap](https://github.com/ruzickap) / [k8s-flagger-istio-flux](https://github.com/ruzickap/k8s-flagger-istio-flux) | 49 | |   [cdzombak](https://github.com/cdzombak) / [pi-fm-player](https://github.com/cdzombak/pi-fm-player) | 49 | |   [unixorn](https://github.com/unixorn) / [chocolate-factory-engineering-docs](https://github.com/unixorn/chocolate-factory-engineering-docs) | 48 | -|   [HariSekhon](https://github.com/HariSekhon) / [GitHub-Actions](https://github.com/HariSekhon/GitHub-Actions) | 48 | |   [jr0dd](https://github.com/jr0dd) / [home-ops](https://github.com/jr0dd/home-ops) | 48 | |   [quackduck](https://github.com/quackduck) / [rem](https://github.com/quackduck/rem) | 48 | |   [quackduck](https://github.com/quackduck) / [cool](https://github.com/quackduck/cool) | 48 | @@ -166,8 +163,8 @@ |   [KristjanESPERANTO](https://github.com/KristjanESPERANTO) / [MagicMirror-3rd-Party-Modules](https://github.com/KristjanESPERANTO/MagicMirror-3rd-Party-Modules) | 19 | |   [diggsweden](https://github.com/diggsweden) / [open-source-project-template](https://github.com/diggsweden/open-source-project-template) | 19 | |   [ruzickap](https://github.com/ruzickap) / [action-my-markdown-link-checker](https://github.com/ruzickap/action-my-markdown-link-checker) | 19 | -|   [GSA](https://github.com/GSA) / [site-scanning-engine](https://github.com/GSA/site-scanning-engine) | 19 | |   [practicalli](https://github.com/practicalli) / [clojurescript](https://github.com/practicalli/clojurescript) | 19 | +|   [GSA](https://github.com/GSA) / [site-scanning-engine](https://github.com/GSA/site-scanning-engine) | 19 | |   [ruzickap](https://github.com/ruzickap) / [ansible-role-proxy_settings](https://github.com/ruzickap/ansible-role-proxy_settings) | 19 | |   [cdzombak](https://github.com/cdzombak) / [ecobee_influx_connector](https://github.com/cdzombak/ecobee_influx_connector) | 19 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-metalsmith-paths](https://github.com/ahmadnassri/node-metalsmith-paths) | 19 | @@ -202,10 +199,10 @@ |   [practicalli](https://github.com/practicalli) / [doom-emacs](https://github.com/practicalli/doom-emacs) | 14 | |   [ahgraber](https://github.com/ahgraber) / [homelab-infra](https://github.com/ahgraber/homelab-infra) | 13 | |   [eresturo](https://github.com/eresturo) / [scanadf2docspell](https://github.com/eresturo/scanadf2docspell) | 13 | -|   [dochang](https://github.com/dochang) / [mb-url](https://github.com/dochang/mb-url) | 13 | |   [liblaf](https://github.com/liblaf) / [ilatex](https://github.com/liblaf/ilatex) | 13 | |   [ruzickap](https://github.com/ruzickap) / [k8s-postgresql](https://github.com/ruzickap/k8s-postgresql) | 13 | |   [ZEISS](https://github.com/ZEISS) / [pylibczirw](https://github.com/ZEISS/pylibczirw) | 13 | +|   [dochang](https://github.com/dochang) / [mb-url](https://github.com/dochang/mb-url) | 13 | |   [Marx2](https://github.com/Marx2) / [homelab](https://github.com/Marx2/homelab) | 13 | |   [maksimkurb](https://github.com/maksimkurb) / [home-ops](https://github.com/maksimkurb/home-ops) | 13 | |   [ahmadnassri](https://github.com/ahmadnassri) / [action-semantic-release](https://github.com/ahmadnassri/action-semantic-release) | 13 | @@ -219,13 +216,13 @@ |   [orangekame3](https://github.com/orangekame3) / [viff](https://github.com/orangekame3/viff) | 12 | |   [rciam](https://github.com/rciam) / [keycloak-group-management](https://github.com/rciam/keycloak-group-management) | 12 | |   [ahmadnassri](https://github.com/ahmadnassri) / [node-oas-request](https://github.com/ahmadnassri/node-oas-request) | 12 | -|   [dochang](https://github.com/dochang) / [elpa-clone](https://github.com/dochang/elpa-clone) | 11 | |   [nvuillam](https://github.com/nvuillam) / [njre](https://github.com/nvuillam/njre) | 11 | |   [liblaf](https://github.com/liblaf) / [thu-learn-downloader](https://github.com/liblaf/thu-learn-downloader) | 11 | |   [cdzombak](https://github.com/cdzombak) / [runner](https://github.com/cdzombak/runner) | 11 | |   [I-Language-Development](https://github.com/I-Language-Development) / [I-language-rust](https://github.com/I-Language-Development/I-language-rust) | 11 | |   [AzorianSolutions](https://github.com/AzorianSolutions) / [broadband-label-maker](https://github.com/AzorianSolutions/broadband-label-maker) | 11 | |   [CoRoSoN-Kit](https://github.com/CoRoSoN-Kit) / [CoRoSoN-Kit](https://github.com/CoRoSoN-Kit/CoRoSoN-Kit) | 11 | +|   [dochang](https://github.com/dochang) / [elpa-clone](https://github.com/dochang/elpa-clone) | 11 | |   [bjw-s](https://github.com/bjw-s) / [pmb](https://github.com/bjw-s/pmb) | 11 | |   [camaraproject](https://github.com/camaraproject) / [DeviceStatus](https://github.com/camaraproject/DeviceStatus) | 11 | |   [CITCOM-project](https://github.com/CITCOM-project) / [CausalTestingFramework](https://github.com/CITCOM-project/CausalTestingFramework) | 11 | @@ -246,7 +243,6 @@ |   [ahmadnassri](https://github.com/ahmadnassri) / [action-template-repository-sync](https://github.com/ahmadnassri/action-template-repository-sync) | 10 | |   [curedao](https://github.com/curedao) / [docs](https://github.com/curedao/docs) | 9 | |   [unixorn](https://github.com/unixorn) / [docker-cupsd](https://github.com/unixorn/docker-cupsd) | 9 | -|   [stepancheg](https://github.com/stepancheg) / [rust-protoc-bin-vendored](https://github.com/stepancheg/rust-protoc-bin-vendored) | 9 | |   [xoap-io](https://github.com/xoap-io) / [xoap-uberagent-kibana-dashboards](https://github.com/xoap-io/xoap-uberagent-kibana-dashboards) | 9 | |   [ruzickap](https://github.com/ruzickap) / [k8s-jenkins-x](https://github.com/ruzickap/k8s-jenkins-x) | 9 | |   [cdzombak](https://github.com/cdzombak) / [nut_influx_connector](https://github.com/cdzombak/nut_influx_connector) | 9 | @@ -276,12 +272,13 @@ |   [tusharshahrs](https://github.com/tusharshahrs) / [pulumi-home](https://github.com/tusharshahrs/pulumi-home) | 7 | |   [cbg-ethz](https://github.com/cbg-ethz) / [pareg](https://github.com/cbg-ethz/pareg) | 7 | |   [AlbanAndrieu](https://github.com/AlbanAndrieu) / [jenkins-pipeline-scripts](https://github.com/AlbanAndrieu/jenkins-pipeline-scripts) | 7 | -|   [nujiak](https://github.com/nujiak) / [recce](https://github.com/nujiak/recce) | 7 | |   [iggy](https://github.com/iggy) / [terrarific](https://github.com/iggy/terrarific) | 7 | |   [ChristopherHX](https://github.com/ChristopherHX) / [act](https://github.com/ChristopherHX/act) | 7 | +|   [nujiak](https://github.com/nujiak) / [recce](https://github.com/nujiak/recce) | 7 | |   [GiorgioAresu](https://github.com/GiorgioAresu) / [homelab-gitops](https://github.com/GiorgioAresu/homelab-gitops) | 7 | |   [apigee](https://github.com/apigee) / [ansible-apigee-hybrid-accelerator](https://github.com/apigee/ansible-apigee-hybrid-accelerator) | 7 | |   [liblaf](https://github.com/liblaf) / [route-rules](https://github.com/liblaf/route-rules) | 7 | +|   [lukemurraynz](https://github.com/lukemurraynz) / [Codespace_IaC_Coding](https://github.com/lukemurraynz/Codespace_IaC_Coding) | 7 | |   [RedHatProductSecurity](https://github.com/RedHatProductSecurity) / [oscal-profiles](https://github.com/RedHatProductSecurity/oscal-profiles) | 7 | |   [RedHatProductSecurity](https://github.com/RedHatProductSecurity) / [trestle-bot](https://github.com/RedHatProductSecurity/trestle-bot) | 7 | |   [RedHatProductSecurity](https://github.com/RedHatProductSecurity) / [oscal-component-definitions](https://github.com/RedHatProductSecurity/oscal-component-definitions) | 7 | @@ -295,14 +292,13 @@ |   [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 | |   [XoopsModules25x](https://github.com/XoopsModules25x) / [publisher](https://github.com/XoopsModules25x/publisher) | 6 | -|   [AlbanAndrieu](https://github.com/AlbanAndrieu) / [ansible-jenkins-slave-docker](https://github.com/AlbanAndrieu/ansible-jenkins-slave-docker) | 6 | |   [dochang](https://github.com/dochang) / [bumplus](https://github.com/dochang/bumplus) | 6 | |   [drae](https://github.com/drae) / [k8s-home-ops](https://github.com/drae/k8s-home-ops) | 6 | |   [unixorn](https://github.com/unixorn) / [gitlike-commands](https://github.com/unixorn/gitlike-commands) | 6 | |   [mimmi20](https://github.com/mimmi20) / [browscap-helper](https://github.com/mimmi20/browscap-helper) | 6 | -|   [lukemurraynz](https://github.com/lukemurraynz) / [Codespace_IaC_Coding](https://github.com/lukemurraynz/Codespace_IaC_Coding) | 6 | |   [cdzombak](https://github.com/cdzombak) / [mailto-things](https://github.com/cdzombak/mailto-things) | 6 | |   [ruzickap](https://github.com/ruzickap) / [ansible-raspberry-pi-os](https://github.com/ruzickap/ansible-raspberry-pi-os) | 6 | +|   [AlbanAndrieu](https://github.com/AlbanAndrieu) / [ansible-jenkins-slave-docker](https://github.com/AlbanAndrieu/ansible-jenkins-slave-docker) | 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) / [OTPValidation](https://github.com/camaraproject/OTPValidation) | 6 | @@ -392,7 +388,6 @@ |   [ruzickap](https://github.com/ruzickap) / [ruzickap.github.io](https://github.com/ruzickap/ruzickap.github.io) | 3 | |   [rafyco](https://github.com/rafyco) / [ytrss](https://github.com/rafyco/ytrss) | 3 | |   [SueyGuey](https://github.com/SueyGuey) / [Infidelity](https://github.com/SueyGuey/Infidelity) | 3 | -|   [MythicDrops](https://github.com/MythicDrops) / [mythicdrops-gradle-plugin](https://github.com/MythicDrops/mythicdrops-gradle-plugin) | 3 | |   [MTUCI-VR](https://github.com/MTUCI-VR) / [shooter-project](https://github.com/MTUCI-VR/shooter-project) | 3 | |   [iggy](https://github.com/iggy) / [gocate](https://github.com/iggy/gocate) | 3 | |   [wenzeslaus](https://github.com/wenzeslaus) / [foss4g-2022-developing-custom-grass-tools](https://github.com/wenzeslaus/foss4g-2022-developing-custom-grass-tools) | 3 | @@ -436,6 +431,7 @@ |   [brettinternet](https://github.com/brettinternet) / [slides](https://github.com/brettinternet/slides) | 3 | |   [brettinternet](https://github.com/brettinternet) / [homelab](https://github.com/brettinternet/homelab) | 3 | |   [Game-DevOps](https://github.com/Game-DevOps) / [awesome-game-devops](https://github.com/Game-DevOps/awesome-game-devops) | 3 | +|   [MythicDrops](https://github.com/MythicDrops) / [mythicdrops-gradle-plugin](https://github.com/MythicDrops/mythicdrops-gradle-plugin) | 3 | |   [ashokm](https://github.com/ashokm) / [dotfiles](https://github.com/ashokm/dotfiles) | 3 | |   [dmamulashvili](https://github.com/dmamulashvili) / [webapi-msa-template](https://github.com/dmamulashvili/webapi-msa-template) | 3 | |   [tdonaworth](https://github.com/tdonaworth) / [pipeline-security](https://github.com/tdonaworth/pipeline-security) | 3 | @@ -477,7 +473,6 @@ |   [AlbanAndrieu](https://github.com/AlbanAndrieu) / [nabla-servers-bower-sample](https://github.com/AlbanAndrieu/nabla-servers-bower-sample) | 2 | |   [jokay](https://github.com/jokay) / [jokay.github.io](https://github.com/jokay/jokay.github.io) | 2 | |   [joe-sharp](https://github.com/joe-sharp) / [linter-configs](https://github.com/joe-sharp/linter-configs) | 2 | -|   [Simple-ML](https://github.com/Simple-ML) / [Simple-ML](https://github.com/Simple-ML/Simple-ML) | 2 | |   [hamza-u](https://github.com/hamza-u) / [gstcefsrc](https://github.com/hamza-u/gstcefsrc) | 2 | |   [iggy](https://github.com/iggy) / [govern](https://github.com/iggy/govern) | 2 | |   [JohnDuprey](https://github.com/JohnDuprey) / [CIPP-Domain-Health-Check](https://github.com/JohnDuprey/CIPP-Domain-Health-Check) | 2 | @@ -538,6 +533,7 @@ |   [brandonmcclure](https://github.com/brandonmcclure) / [Spooky-Screensaver](https://github.com/brandonmcclure/Spooky-Screensaver) | 2 | |   [inventium-tech](https://github.com/inventium-tech) / [terraform-provider-helpers](https://github.com/inventium-tech/terraform-provider-helpers) | 2 | |   [ortelius](https://github.com/ortelius) / [scec-vulnerability](https://github.com/ortelius/scec-vulnerability) | 2 | +|   [camaraproject](https://github.com/camaraproject) / [LocationInsights](https://github.com/camaraproject/LocationInsights) | 2 | |   [camaraproject](https://github.com/camaraproject) / [NumberRecycling](https://github.com/camaraproject/NumberRecycling) | 2 | |   [camaraproject](https://github.com/camaraproject) / [Tenure](https://github.com/camaraproject/Tenure) | 2 | |   [camaraproject](https://github.com/camaraproject) / [SimpleEdgeDiscovery](https://github.com/camaraproject/SimpleEdgeDiscovery) | 2 | @@ -579,8 +575,6 @@ |   [buluma](https://github.com/buluma) / [GitHub-Actions](https://github.com/buluma/GitHub-Actions) | 1 | |   [HinchK](https://github.com/HinchK) / [snipe-it](https://github.com/HinchK/snipe-it) | 1 | |   [sakkke](https://github.com/sakkke) / [termy](https://github.com/sakkke/termy) | 1 | -|   [stepancheg](https://github.com/stepancheg) / [gh-actions-gen](https://github.com/stepancheg/gh-actions-gen) | 1 | -|   [dochang](https://github.com/dochang) / [anyenv-target](https://github.com/dochang/anyenv-target) | 1 | |   [dschveninger](https://github.com/dschveninger) / [megalinter-plugins](https://github.com/dschveninger/megalinter-plugins) | 1 | |   [withinfocus](https://github.com/withinfocus) / [withinfocus.github.io](https://github.com/withinfocus/withinfocus.github.io) | 1 | |   [dochang](https://github.com/dochang) / [sqlconv](https://github.com/dochang/sqlconv) | 1 | @@ -712,6 +706,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 | +|   [dochang](https://github.com/dochang) / [anyenv-target](https://github.com/dochang/anyenv-target) | 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 | @@ -887,14 +882,7 @@ |   [MythicDrops](https://github.com/MythicDrops) / [kindling](https://github.com/MythicDrops/kindling) | 0 | |   [MythicDrops](https://github.com/MythicDrops) / [plumbing](https://github.com/MythicDrops/plumbing) | 0 | |   [KG7x](https://github.com/KG7x) / [defrag-server](https://github.com/KG7x/defrag-server) | 0 | -|   [EtienneDeneuve](https://github.com/EtienneDeneuve) / [demo-cesi](https://github.com/EtienneDeneuve/demo-cesi) | 0 | -|   [ControllerShell](https://github.com/ControllerShell) / [cshell](https://github.com/ControllerShell/cshell) | 0 | -|   [hemnstill](https://github.com/hemnstill) / [AutoinstallCreator](https://github.com/hemnstill/AutoinstallCreator) | 0 | -|   [Daniele-Tentoni](https://github.com/Daniele-Tentoni) / [c89-continuous-integration](https://github.com/Daniele-Tentoni/c89-continuous-integration) | 0 | -|   [emacsmirror](https://github.com/emacsmirror) / [elpa-clone](https://github.com/emacsmirror/elpa-clone) | 0 | -|   [emacsmirror](https://github.com/emacsmirror) / [mb-url](https://github.com/emacsmirror/mb-url) | 0 | |   [lars-reimann](https://github.com/lars-reimann) / [.github](https://github.com/lars-reimann/.github) | 0 | -|   [fluteds](https://github.com/fluteds) / [css](https://github.com/fluteds/css) | 0 | |   [epleypa](https://github.com/epleypa) / [Home-AssistantConfig2](https://github.com/epleypa/Home-AssistantConfig2) | 0 | |   [neohelden](https://github.com/neohelden) / [actions-library](https://github.com/neohelden/actions-library) | 0 | |   [Jeebey](https://github.com/Jeebey) / [docker_images](https://github.com/Jeebey/docker_images) | 0 | @@ -2405,7 +2393,7 @@ |   [Traydr](https://github.com/Traydr) / [ppm](https://github.com/Traydr/ppm) | 0 | |   [SvenHaedrich](https://github.com/SvenHaedrich) / [dali_cli](https://github.com/SvenHaedrich/dali_cli) | 0 | |   [Joeffison](https://github.com/Joeffison) / [plantswap](https://github.com/Joeffison/plantswap) | 0 | -|   [abachleda-baca](https://github.com/abachleda-baca) / [operations-engineering-acronyms-app-poc](https://github.com/abachleda-baca/operations-engineering-acronyms-app-poc) | 0 | +|   [ministryofjustice](https://github.com/ministryofjustice) / [operations-engineering-acronyms-app-poc](https://github.com/ministryofjustice/operations-engineering-acronyms-app-poc) | 0 | |   [ministryofjustice](https://github.com/ministryofjustice) / [operations-engineering-certificate-form](https://github.com/ministryofjustice/operations-engineering-certificate-form) | 0 | |   [jackbukhsa](https://github.com/jackbukhsa) / [test_repository_megalinter](https://github.com/jackbukhsa/test_repository_megalinter) | 0 | |   [UAlbertaFSAE](https://github.com/UAlbertaFSAE) / [f1tenth](https://github.com/UAlbertaFSAE/f1tenth) | 0 |