From f1fb3d63888ae45bbc44fc601660807bfe3f996b Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Tue, 20 Dec 2022 08:12:25 +0100 Subject: [PATCH] [automation] Auto-update linters version, help and documentation (#2149) --- .automation/generated/flavors-stats.json | 64 ++++ .automation/generated/linter-helps.json | 10 +- .automation/generated/linter-versions.json | 2 +- .automation/generated/megalinter-users.json | 376 ++++++++++---------- CHANGELOG.md | 1 + README.md | 2 +- docs/all_linters.md | 2 +- docs/all_users.md | 2 +- docs/descriptors/python_black.md | 6 +- docs/descriptors/repository_checkov.md | 4 +- docs/descriptors/snakemake_snakefmt.md | 2 +- docs/descriptors/terraform_checkov.md | 4 +- docs/used-by-stats.md | 22 +- 13 files changed, 283 insertions(+), 214 deletions(-) diff --git a/.automation/generated/flavors-stats.json b/.automation/generated/flavors-stats.json index f2d016c6454..20019e7a5f8 100644 --- a/.automation/generated/flavors-stats.json +++ b/.automation/generated/flavors-stats.json @@ -1139,6 +1139,10 @@ [ "2022-12-19T18:26:59", 2707791 + ], + [ + "2022-12-20T01:06:52", + 2708049 ] ], "ci_light": [ @@ -2281,6 +2285,10 @@ [ "2022-12-19T18:26:59", 38629 + ], + [ + "2022-12-20T01:06:52", + 38697 ] ], "cupcake": [ @@ -2403,6 +2411,10 @@ [ "2022-12-19T18:26:59", 926 + ], + [ + "2022-12-20T01:06:52", + 935 ] ], "dart": [ @@ -4455,6 +4467,10 @@ [ "2022-12-19T18:26:59", 97082 + ], + [ + "2022-12-20T01:06:52", + 97138 ] ], "dotnet": [ @@ -5597,6 +5613,10 @@ [ "2022-12-19T18:26:59", 332974 + ], + [ + "2022-12-20T01:06:52", + 333031 ] ], "go": [ @@ -6739,6 +6759,10 @@ [ "2022-12-19T18:26:59", 15740 + ], + [ + "2022-12-20T01:06:52", + 15746 ] ], "java": [ @@ -7881,6 +7905,10 @@ [ "2022-12-19T18:26:59", 103409 + ], + [ + "2022-12-20T01:06:52", + 103425 ] ], "javascript": [ @@ -9023,6 +9051,10 @@ [ "2022-12-19T18:26:59", 178143 + ], + [ + "2022-12-20T01:06:52", + 178228 ] ], "php": [ @@ -10165,6 +10197,10 @@ [ "2022-12-19T18:26:59", 32350 + ], + [ + "2022-12-20T01:06:52", + 32433 ] ], "python": [ @@ -11307,6 +11343,10 @@ [ "2022-12-19T18:26:59", 139150 + ], + [ + "2022-12-20T01:06:52", + 139297 ] ], "ruby": [ @@ -12445,6 +12485,10 @@ [ "2022-12-19T18:26:59", 2785 + ], + [ + "2022-12-20T01:06:52", + 2785 ] ], "rust": [ @@ -13583,6 +13627,10 @@ [ "2022-12-19T18:26:59", 4339 + ], + [ + "2022-12-20T01:06:52", + 4339 ] ], "salesforce": [ @@ -14725,6 +14773,10 @@ [ "2022-12-19T18:26:59", 15781 + ], + [ + "2022-12-20T01:06:52", + 15782 ] ], "scala": [ @@ -15865,6 +15917,10 @@ [ "2022-12-19T18:26:59", 1790 + ], + [ + "2022-12-20T01:06:52", + 1790 ] ], "swift": [ @@ -17003,6 +17059,10 @@ [ "2022-12-19T18:26:59", 2907 + ], + [ + "2022-12-20T01:06:52", + 2920 ] ], "terraform": [ @@ -18145,6 +18205,10 @@ [ "2022-12-19T18:26:59", 149549 + ], + [ + "2022-12-20T01:06:52", + 149659 ] ] } \ No newline at end of file diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index cf02c20b65e..4bad30b72d2 100644 --- a/.automation/generated/linter-helps.json +++ b/.automation/generated/linter-helps.json @@ -483,9 +483,9 @@ " input).", " --python-cell-magics TEXT When processing Jupyter Notebooks, add the", " given magic to the list of known python-", - " magics (python3, pypy, prun, python, time,", - " timeit, capture). Useful for formatting", - " cells with custom python magics.", + " magics (prun, capture, python, timeit, time,", + " python3, pypy). Useful for formatting cells", + " with custom python magics.", " -x, --skip-source-first-line Skip the first line of the source code.", " -S, --skip-string-normalization", " Don't normalize string quotes or prefixes.", @@ -667,7 +667,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]", "", "Infrastructure as code static analysis", @@ -918,7 +918,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.", diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index a0ee8ea14a1..b38a9c8b9d9 100644 --- a/.automation/generated/linter-versions.json +++ b/.automation/generated/linter-versions.json @@ -81,7 +81,7 @@ "sfdx-scanner-lwc": "3.7.1", "shellcheck": "0.9.0", "shfmt": "3.6.0", - "snakefmt": "0.7.0", + "snakefmt": "0.8.0", "snakemake": "7.19.1", "spectral": "5.9.2", "sql-lint": "1.0.0", diff --git a/.automation/generated/megalinter-users.json b/.automation/generated/megalinter-users.json index c5a34d3376f..f18b0f3833e 100644 --- a/.automation/generated/megalinter-users.json +++ b/.automation/generated/megalinter-users.json @@ -23,8 +23,8 @@ "downloads_url": "https://api.github.com/repos/nektos/act/downloads", "events_url": "https://api.github.com/repos/nektos/act/events", "fork": false, - "forks": 829, - "forks_count": 829, + "forks": 830, + "forks_count": 830, "forks_url": "https://api.github.com/repos/nektos/act/forks", "full_name": "nektos/act", "git_commits_url": "https://api.github.com/repos/nektos/act/git/commits{/sha}", @@ -60,11 +60,11 @@ "milestones_url": "https://api.github.com/repos/nektos/act/milestones{/number}", "mirror_url": null, "name": "act", - "network_count": 829, + "network_count": 830, "node_id": "MDEwOlJlcG9zaXRvcnkxNjM4ODMyNzk=", "notifications_url": "https://api.github.com/repos/nektos/act/notifications{?since,all,participating}", - "open_issues": 84, - "open_issues_count": 84, + "open_issues": 83, + "open_issues_count": 83, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/3813618?v=4", "events_url": "https://api.github.com/users/nektos/events{/privacy}", @@ -107,11 +107,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/nektos/act/pulls{/number}", - "pushed_at": "2022-12-19T16:15:59Z", + "pushed_at": "2022-12-19T21:25:50Z", "releases_url": "https://api.github.com/repos/nektos/act/releases{/id}", - "size": 6441, + "size": 6442, "ssh_url": "git@github.com:nektos/act.git", - "stargazers_count": 33032, + "stargazers_count": 33072, "stargazers_url": "https://api.github.com/repos/nektos/act/stargazers", "statuses_url": "https://api.github.com/repos/nektos/act/statuses/{sha}", "subscribers_count": 139, @@ -128,15 +128,15 @@ "golang" ], "trees_url": "https://api.github.com/repos/nektos/act/git/trees{/sha}", - "updated_at": "2022-12-19T18:25:28Z", + "updated_at": "2022-12-20T00:51:05Z", "url": "https://api.github.com/repos/nektos/act", "visibility": "public", - "watchers": 33032, - "watchers_count": 33032, + "watchers": 33072, + "watchers_count": 33072, "web_commit_signoff_required": false }, "repo_url": "https://github.com/nektos/act", - "stargazers": 33032 + "stargazers": 33072 }, { "info": { @@ -464,7 +464,7 @@ "releases_url": "https://api.github.com/repos/dorssel/usbipd-win/releases{/id}", "size": 1649, "ssh_url": "git@github.com:dorssel/usbipd-win.git", - "stargazers_count": 1502, + "stargazers_count": 1503, "stargazers_url": "https://api.github.com/repos/dorssel/usbipd-win/stargazers", "statuses_url": "https://api.github.com/repos/dorssel/usbipd-win/statuses/{sha}", "subscribers_count": 29, @@ -485,15 +485,15 @@ "wsl2" ], "trees_url": "https://api.github.com/repos/dorssel/usbipd-win/git/trees{/sha}", - "updated_at": "2022-12-19T17:19:30Z", + "updated_at": "2022-12-19T21:28:40Z", "url": "https://api.github.com/repos/dorssel/usbipd-win", "visibility": "public", - "watchers": 1502, - "watchers_count": 1502, + "watchers": 1503, + "watchers_count": 1503, "web_commit_signoff_required": false }, "repo_url": "https://github.com/dorssel/usbipd-win", - "stargazers": 1502 + "stargazers": 1503 }, { "info": { @@ -606,7 +606,7 @@ "releases_url": "https://api.github.com/repos/microsoft/code-with-engineering-playbook/releases{/id}", "size": 51127, "ssh_url": "git@github.com:microsoft/code-with-engineering-playbook.git", - "stargazers_count": 1472, + "stargazers_count": 1474, "stargazers_url": "https://api.github.com/repos/microsoft/code-with-engineering-playbook/stargazers", "statuses_url": "https://api.github.com/repos/microsoft/code-with-engineering-playbook/statuses/{sha}", "subscribers_count": 2341, @@ -618,15 +618,15 @@ "temp_clone_token": null, "topics": [], "trees_url": "https://api.github.com/repos/microsoft/code-with-engineering-playbook/git/trees{/sha}", - "updated_at": "2022-12-18T22:12:30Z", + "updated_at": "2022-12-19T20:55:40Z", "url": "https://api.github.com/repos/microsoft/code-with-engineering-playbook", "visibility": "public", - "watchers": 1472, - "watchers_count": 1472, + "watchers": 1474, + "watchers_count": 1474, "web_commit_signoff_required": false }, "repo_url": "https://github.com/microsoft/code-with-engineering-playbook", - "stargazers": 1472 + "stargazers": 1474 }, { "info": { @@ -735,9 +735,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/oxsecurity/megalinter/pulls{/number}", - "pushed_at": "2022-12-19T17:59:35Z", + "pushed_at": "2022-12-19T22:36:27Z", "releases_url": "https://api.github.com/repos/oxsecurity/megalinter/releases{/id}", - "size": 284901, + "size": 285747, "ssh_url": "git@github.com:oxsecurity/megalinter.git", "stargazers_count": 971, "stargazers_url": "https://api.github.com/repos/oxsecurity/megalinter/stargazers", @@ -1187,7 +1187,7 @@ "has_pages": true, "has_projects": false, "has_wiki": false, - "homepage": "https://discord.gg/k8s-at-home", + "homepage": "https://onedr0p.github.io/home-ops", "hooks_url": "https://api.github.com/repos/onedr0p/home-ops/hooks", "html_url": "https://github.com/onedr0p/home-ops", "id": 230999826, @@ -1237,9 +1237,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/onedr0p/home-ops/pulls{/number}", - "pushed_at": "2022-12-19T17:06:20Z", + "pushed_at": "2022-12-20T00:23:34Z", "releases_url": "https://api.github.com/repos/onedr0p/home-ops/releases{/id}", - "size": 29081, + "size": 29749, "ssh_url": "git@github.com:onedr0p/home-ops.git", "stargazers_count": 721, "stargazers_url": "https://api.github.com/repos/onedr0p/home-ops/stargazers", @@ -1263,7 +1263,7 @@ "terraform" ], "trees_url": "https://api.github.com/repos/onedr0p/home-ops/git/trees{/sha}", - "updated_at": "2022-12-19T17:01:47Z", + "updated_at": "2022-12-19T20:27:36Z", "url": "https://api.github.com/repos/onedr0p/home-ops", "visibility": "public", "watchers": 721, @@ -1707,8 +1707,8 @@ "downloads_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/downloads", "events_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/events", "fork": false, - "forks": 1757, - "forks_count": 1757, + "forks": 1760, + "forks_count": 1760, "forks_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/forks", "full_name": "KelvinTegelaar/CIPP", "git_commits_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/git/commits{/sha}", @@ -1744,7 +1744,7 @@ "milestones_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/milestones{/number}", "mirror_url": null, "name": "CIPP", - "network_count": 1757, + "network_count": 1760, "node_id": "R_kgDOGNiHEA", "notifications_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/notifications{?since,all,participating}", "open_issues": 9, @@ -1775,7 +1775,7 @@ "releases_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/releases{/id}", "size": 68560, "ssh_url": "git@github.com:KelvinTegelaar/CIPP.git", - "stargazers_count": 460, + "stargazers_count": 461, "stargazers_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/stargazers", "statuses_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/statuses/{sha}", "subscribers_count": 23, @@ -1787,15 +1787,15 @@ "temp_clone_token": null, "topics": [], "trees_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/git/trees{/sha}", - "updated_at": "2022-12-19T17:01:39Z", + "updated_at": "2022-12-19T18:34:18Z", "url": "https://api.github.com/repos/KelvinTegelaar/CIPP", "visibility": "public", - "watchers": 460, - "watchers_count": 460, + "watchers": 461, + "watchers_count": 461, "web_commit_signoff_required": false }, "repo_url": "https://github.com/KelvinTegelaar/CIPP", - "stargazers": 460 + "stargazers": 461 }, { "info": { @@ -2616,8 +2616,8 @@ "network_count": 27, "node_id": "MDEwOlJlcG9zaXRvcnkyODc1MDA0NTY=", "notifications_url": "https://api.github.com/repos/bjw-s/home-ops/notifications{?since,all,participating}", - "open_issues": 7, - "open_issues_count": 7, + "open_issues": 9, + "open_issues_count": 9, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/6213398?v=4", "events_url": "https://api.github.com/users/bjw-s/events{/privacy}", @@ -2640,9 +2640,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/bjw-s/home-ops/pulls{/number}", - "pushed_at": "2022-12-19T16:07:22Z", + "pushed_at": "2022-12-20T00:21:46Z", "releases_url": "https://api.github.com/repos/bjw-s/home-ops/releases{/id}", - "size": 31899, + "size": 31901, "ssh_url": "git@github.com:bjw-s/home-ops.git", "stargazers_count": 215, "stargazers_url": "https://api.github.com/repos/bjw-s/home-ops/stargazers", @@ -3043,6 +3043,131 @@ "repo_url": "https://github.com/unixorn/tumult.plugin.zsh", "stargazers": 144 }, + { + "info": { + "allow_forking": true, + "archive_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/{archive_format}{/ref}", + "archived": false, + "assignees_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/assignees{/user}", + "blobs_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/branches{/branch}", + "clone_url": "https://github.com/joeygoksu/prime-nestjs.git", + "collaborators_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/comments{/number}", + "commits_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/commits{/sha}", + "compare_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/contents/{+path}", + "contributors_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/contributors", + "created_at": "2021-09-25T08:59:13Z", + "default_branch": "main", + "deployments_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/deployments", + "description": "A production-ready NestJS boilerplate using Typescript, Postgres, TypeORM, and Docker. ", + "disabled": false, + "downloads_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/downloads", + "events_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/events", + "fork": false, + "forks": 21, + "forks_count": 21, + "forks_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/forks", + "full_name": "joeygoksu/prime-nestjs", + "git_commits_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/git/tags{/sha}", + "git_url": "git://github.com/joeygoksu/prime-nestjs.git", + "has_discussions": true, + "has_downloads": true, + "has_issues": true, + "has_pages": false, + "has_projects": true, + "has_wiki": true, + "homepage": "", + "hooks_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/hooks", + "html_url": "https://github.com/joeygoksu/prime-nestjs", + "id": 410223991, + "is_template": true, + "issue_comment_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/issues/events{/number}", + "issues_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/issues{/number}", + "keys_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/keys{/key_id}", + "labels_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/labels{/name}", + "language": "TypeScript", + "languages_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/languages", + "license": { + "key": "mit", + "name": "MIT License", + "node_id": "MDc6TGljZW5zZTEz", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit" + }, + "merges_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/merges", + "milestones_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/milestones{/number}", + "mirror_url": null, + "name": "prime-nestjs", + "network_count": 21, + "node_id": "R_kgDOGHOFdw", + "notifications_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/notifications{?since,all,participating}", + "open_issues": 9, + "open_issues_count": 9, + "owner": { + "avatar_url": "https://avatars.githubusercontent.com/u/6523823?v=4", + "events_url": "https://api.github.com/users/joeygoksu/events{/privacy}", + "followers_url": "https://api.github.com/users/joeygoksu/followers", + "following_url": "https://api.github.com/users/joeygoksu/following{/other_user}", + "gists_url": "https://api.github.com/users/joeygoksu/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/joeygoksu", + "id": 6523823, + "login": "joeygoksu", + "node_id": "MDQ6VXNlcjY1MjM4MjM=", + "organizations_url": "https://api.github.com/users/joeygoksu/orgs", + "received_events_url": "https://api.github.com/users/joeygoksu/received_events", + "repos_url": "https://api.github.com/users/joeygoksu/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/joeygoksu/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/joeygoksu/subscriptions", + "type": "User", + "url": "https://api.github.com/users/joeygoksu" + }, + "private": false, + "pulls_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/pulls{/number}", + "pushed_at": "2022-12-17T10:37:55Z", + "releases_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/releases{/id}", + "size": 736, + "ssh_url": "git@github.com:joeygoksu/prime-nestjs.git", + "stargazers_count": 128, + "stargazers_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/stargazers", + "statuses_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/statuses/{sha}", + "subscribers_count": 6, + "subscribers_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/subscribers", + "subscription_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/subscription", + "svn_url": "https://github.com/joeygoksu/prime-nestjs", + "tags_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/tags", + "teams_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/teams", + "temp_clone_token": null, + "topics": [ + "nest", + "nestjs", + "nestjs-backend", + "nestjs-best-practices", + "nestjs-boilerplate", + "nestjs-library", + "nestjs-module", + "nestjs-postgres", + "nestjs-starter-template", + "typeorm", + "typescript" + ], + "trees_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/git/trees{/sha}", + "updated_at": "2022-12-19T20:30:06Z", + "url": "https://api.github.com/repos/joeygoksu/prime-nestjs", + "visibility": "public", + "watchers": 128, + "watchers_count": 128, + "web_commit_signoff_required": false + }, + "repo_url": "https://github.com/joeygoksu/prime-nestjs", + "stargazers": 128 + }, { "info": { "allow_forking": true, @@ -3171,131 +3296,6 @@ "repo_url": "https://github.com/nvuillam/npm-groovy-lint", "stargazers": 127 }, - { - "info": { - "allow_forking": true, - "archive_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/{archive_format}{/ref}", - "archived": false, - "assignees_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/assignees{/user}", - "blobs_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/branches{/branch}", - "clone_url": "https://github.com/joeygoksu/prime-nestjs.git", - "collaborators_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/comments{/number}", - "commits_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/commits{/sha}", - "compare_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/contents/{+path}", - "contributors_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/contributors", - "created_at": "2021-09-25T08:59:13Z", - "default_branch": "main", - "deployments_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/deployments", - "description": "A production-ready NestJS boilerplate using Typescript, Postgres, TypeORM, and Docker. ", - "disabled": false, - "downloads_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/downloads", - "events_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/events", - "fork": false, - "forks": 21, - "forks_count": 21, - "forks_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/forks", - "full_name": "joeygoksu/prime-nestjs", - "git_commits_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/git/tags{/sha}", - "git_url": "git://github.com/joeygoksu/prime-nestjs.git", - "has_discussions": true, - "has_downloads": true, - "has_issues": true, - "has_pages": false, - "has_projects": true, - "has_wiki": true, - "homepage": "", - "hooks_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/hooks", - "html_url": "https://github.com/joeygoksu/prime-nestjs", - "id": 410223991, - "is_template": true, - "issue_comment_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/issues/events{/number}", - "issues_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/issues{/number}", - "keys_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/keys{/key_id}", - "labels_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/labels{/name}", - "language": "TypeScript", - "languages_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/languages", - "license": { - "key": "mit", - "name": "MIT License", - "node_id": "MDc6TGljZW5zZTEz", - "spdx_id": "MIT", - "url": "https://api.github.com/licenses/mit" - }, - "merges_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/merges", - "milestones_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/milestones{/number}", - "mirror_url": null, - "name": "prime-nestjs", - "network_count": 21, - "node_id": "R_kgDOGHOFdw", - "notifications_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/notifications{?since,all,participating}", - "open_issues": 9, - "open_issues_count": 9, - "owner": { - "avatar_url": "https://avatars.githubusercontent.com/u/6523823?v=4", - "events_url": "https://api.github.com/users/joeygoksu/events{/privacy}", - "followers_url": "https://api.github.com/users/joeygoksu/followers", - "following_url": "https://api.github.com/users/joeygoksu/following{/other_user}", - "gists_url": "https://api.github.com/users/joeygoksu/gists{/gist_id}", - "gravatar_id": "", - "html_url": "https://github.com/joeygoksu", - "id": 6523823, - "login": "joeygoksu", - "node_id": "MDQ6VXNlcjY1MjM4MjM=", - "organizations_url": "https://api.github.com/users/joeygoksu/orgs", - "received_events_url": "https://api.github.com/users/joeygoksu/received_events", - "repos_url": "https://api.github.com/users/joeygoksu/repos", - "site_admin": false, - "starred_url": "https://api.github.com/users/joeygoksu/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/joeygoksu/subscriptions", - "type": "User", - "url": "https://api.github.com/users/joeygoksu" - }, - "private": false, - "pulls_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/pulls{/number}", - "pushed_at": "2022-12-17T10:37:55Z", - "releases_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/releases{/id}", - "size": 736, - "ssh_url": "git@github.com:joeygoksu/prime-nestjs.git", - "stargazers_count": 127, - "stargazers_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/stargazers", - "statuses_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/statuses/{sha}", - "subscribers_count": 6, - "subscribers_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/subscribers", - "subscription_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/subscription", - "svn_url": "https://github.com/joeygoksu/prime-nestjs", - "tags_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/tags", - "teams_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/teams", - "temp_clone_token": null, - "topics": [ - "nest", - "nestjs", - "nestjs-backend", - "nestjs-best-practices", - "nestjs-boilerplate", - "nestjs-library", - "nestjs-module", - "nestjs-postgres", - "nestjs-starter-template", - "typeorm", - "typescript" - ], - "trees_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/git/trees{/sha}", - "updated_at": "2022-12-18T17:01:56Z", - "url": "https://api.github.com/repos/joeygoksu/prime-nestjs", - "visibility": "public", - "watchers": 127, - "watchers_count": 127, - "web_commit_signoff_required": false - }, - "repo_url": "https://github.com/joeygoksu/prime-nestjs", - "stargazers": 127 - }, { "info": { "allow_forking": true, @@ -3353,8 +3353,8 @@ "network_count": 13, "node_id": "MDEwOlJlcG9zaXRvcnkyMzY4ODg0MDI=", "notifications_url": "https://api.github.com/repos/carpenike/k8s-gitops/notifications{?since,all,participating}", - "open_issues": 42, - "open_issues_count": 42, + "open_issues": 43, + "open_issues_count": 43, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/1302442?v=4", "events_url": "https://api.github.com/users/carpenike/events{/privacy}", @@ -3377,9 +3377,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/carpenike/k8s-gitops/pulls{/number}", - "pushed_at": "2022-12-19T16:11:15Z", + "pushed_at": "2022-12-19T23:20:43Z", "releases_url": "https://api.github.com/repos/carpenike/k8s-gitops/releases{/id}", - "size": 124541, + "size": 124542, "ssh_url": "git@github.com:carpenike/k8s-gitops.git", "stargazers_count": 124, "stargazers_url": "https://api.github.com/repos/carpenike/k8s-gitops/stargazers", @@ -3473,8 +3473,8 @@ "network_count": 74, "node_id": "MDEwOlJlcG9zaXRvcnk0NjEyMjQ2MA==", "notifications_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/notifications{?since,all,participating}", - "open_issues": 29, - "open_issues_count": 29, + "open_issues": 32, + "open_issues_count": 32, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/31739?v=4", "events_url": "https://api.github.com/users/newrelic/events{/privacy}", @@ -3517,9 +3517,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/pulls{/number}", - "pushed_at": "2022-12-17T02:28:02Z", + "pushed_at": "2022-12-20T01:06:03Z", "releases_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/releases{/id}", - "size": 17176, + "size": 17190, "ssh_url": "git@github.com:newrelic/newrelic-python-agent.git", "stargazers_count": 122, "stargazers_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/stargazers", @@ -3636,7 +3636,7 @@ "pulls_url": "https://api.github.com/repos/T145/black-mirror/pulls{/number}", "pushed_at": "2022-12-19T17:45:28Z", "releases_url": "https://api.github.com/repos/T145/black-mirror/releases{/id}", - "size": 87353, + "size": 87378, "ssh_url": "git@github.com:T145/black-mirror.git", "stargazers_count": 111, "stargazers_url": "https://api.github.com/repos/T145/black-mirror/stargazers", @@ -4155,8 +4155,8 @@ "network_count": 35, "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2MzQzNzc=", "notifications_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/notifications{?since,all,participating}", - "open_issues": 73, - "open_issues_count": 73, + "open_issues": 74, + "open_issues_count": 74, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/52803776?v=4", "events_url": "https://api.github.com/users/oasisprotocol/events{/privacy}", @@ -4199,9 +4199,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/pulls{/number}", - "pushed_at": "2022-12-19T12:28:22Z", + "pushed_at": "2022-12-19T18:37:17Z", "releases_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/releases{/id}", - "size": 10185, + "size": 10187, "ssh_url": "git@github.com:oasisprotocol/oasis-wallet-web.git", "stargazers_count": 86, "stargazers_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/stargazers", @@ -4300,8 +4300,8 @@ "network_count": 116, "node_id": "MDEwOlJlcG9zaXRvcnkyMjQ4Nzg3ODA=", "notifications_url": "https://api.github.com/repos/Azure/ARO-RP/notifications{?since,all,participating}", - "open_issues": 165, - "open_issues_count": 165, + "open_issues": 164, + "open_issues_count": 164, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/6844498?v=4", "events_url": "https://api.github.com/users/Azure/events{/privacy}", @@ -4344,9 +4344,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/Azure/ARO-RP/pulls{/number}", - "pushed_at": "2022-12-19T17:00:45Z", + "pushed_at": "2022-12-19T22:57:08Z", "releases_url": "https://api.github.com/repos/Azure/ARO-RP/releases{/id}", - "size": 89941, + "size": 89943, "ssh_url": "git@github.com:Azure/ARO-RP.git", "stargazers_count": 71, "stargazers_url": "https://api.github.com/repos/Azure/ARO-RP/stargazers", @@ -4946,8 +4946,8 @@ "network_count": 7, "node_id": "MDEwOlJlcG9zaXRvcnkzMTQxODEwODI=", "notifications_url": "https://api.github.com/repos/auricom/home-ops/notifications{?since,all,participating}", - "open_issues": 8, - "open_issues_count": 8, + "open_issues": 9, + "open_issues_count": 9, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/27022259?v=4", "events_url": "https://api.github.com/users/auricom/events{/privacy}", @@ -4970,9 +4970,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/auricom/home-ops/pulls{/number}", - "pushed_at": "2022-12-19T18:21:17Z", + "pushed_at": "2022-12-20T01:05:58Z", "releases_url": "https://api.github.com/repos/auricom/home-ops/releases{/id}", - "size": 7285, + "size": 7298, "ssh_url": "git@github.com:auricom/home-ops.git", "stargazers_count": 63, "stargazers_url": "https://api.github.com/repos/auricom/home-ops/stargazers", @@ -5922,9 +5922,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/jr0dd/home-ops/pulls{/number}", - "pushed_at": "2022-12-19T18:10:33Z", + "pushed_at": "2022-12-19T22:07:36Z", "releases_url": "https://api.github.com/repos/jr0dd/home-ops/releases{/id}", - "size": 5995, + "size": 5997, "ssh_url": "git@github.com:jr0dd/home-ops.git", "stargazers_count": 36, "stargazers_url": "https://api.github.com/repos/jr0dd/home-ops/stargazers", diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e33e51391a..81ec5a7f766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - [trivy](https://aquasecurity.github.io/trivy/) from 0.29.2 to **0.35.0** on 2022-12-19 - [luacheck](https://luacheck.readthedocs.io) from 1.0.0 to **1.1.0** on 2022-12-19 - [sqlfluff](https://www.sqlfluff.com/) from 1.4.4 to **1.4.5** on 2022-12-19 + - [snakefmt](https://github.com/snakemake/snakefmt) from 0.7.0 to **0.8.0** on 2022-12-20 ## [v6.15.0] - 2022-11-23 diff --git a/README.md b/README.md index d78ce1f6b04..c248e450eae 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) -[![](https://img.shields.io/static/v1?label=Used%20by&message=1840&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by&message=1845&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) [![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 8a01edff28d..bfbaf8b8e84 100644 --- a/docs/all_linters.md +++ b/docs/all_linters.md @@ -84,7 +84,7 @@ | [**sfdx-scanner-lwc**](https://github.com/forcedotcom/sfdx-scanner){target=_blank} | 3.7.1 | [MIT](licenses/sfdx-scanner-lwc.md) | [![GitHub stars](https://img.shields.io/github/stars/forcedotcom/sfdx-scanner?cacheSeconds=3600)](https://github.com/forcedotcom/sfdx-scanner){target=_blank} | [SALESFORCE](descriptors/salesforce_sfdx_scanner_lwc.md) | :hammer_and_wrench: | [Pull Request](https://github.com/forcedotcom/sfdx-scanner/pull/307){target=_blank} | | [**shellcheck**](https://github.com/koalaman/shellcheck){target=_blank} | 0.9.0 | | [![GitHub stars](https://img.shields.io/github/stars/koalaman/shellcheck?cacheSeconds=3600)](https://github.com/koalaman/shellcheck){target=_blank} | [BASH](descriptors/bash_shellcheck.md) | | [Repository](https://github.com/koalaman/shellcheck){target=_blank} | | [**shfmt**](https://github.com/mvdan/sh){target=_blank} | 3.6.0 | | [![GitHub stars](https://img.shields.io/github/stars/mvdan/sh?cacheSeconds=3600)](https://github.com/mvdan/sh){target=_blank} | [BASH](descriptors/bash_shfmt.md) | :no_entry_sign: | [Repository](https://github.com/mvdan/sh){target=_blank} | -| [**snakefmt**](https://github.com/snakemake/snakefmt){target=_blank} | 0.7.0 | | [![GitHub stars](https://img.shields.io/github/stars/snakemake/snakefmt?cacheSeconds=3600)](https://github.com/snakemake/snakefmt){target=_blank} | [SNAKEMAKE](descriptors/snakemake_snakefmt.md) | :white_circle: | [Repository](https://github.com/snakemake/snakefmt){target=_blank} | +| [**snakefmt**](https://github.com/snakemake/snakefmt){target=_blank} | 0.8.0 | | [![GitHub stars](https://img.shields.io/github/stars/snakemake/snakefmt?cacheSeconds=3600)](https://github.com/snakemake/snakefmt){target=_blank} | [SNAKEMAKE](descriptors/snakemake_snakefmt.md) | :white_circle: | [Repository](https://github.com/snakemake/snakefmt){target=_blank} | | [**snakemake**](https://github.com/snakemake/snakemake){target=_blank} | 7.19.1 | [MIT](licenses/snakemake.md) | [![GitHub stars](https://img.shields.io/github/stars/snakemake/snakemake?cacheSeconds=3600)](https://github.com/snakemake/snakemake){target=_blank} | [SNAKEMAKE](descriptors/snakemake_snakemake.md) | :white_circle: | [Repository](https://github.com/snakemake/snakemake){target=_blank} | | [**spectral**](https://github.com/stoplightio/spectral){target=_blank} | 5.9.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} | [OPENAPI](descriptors/openapi_spectral.md) | :white_circle: | [Repository](https://github.com/stoplightio/spectral){target=_blank} | | [**sql-lint**](https://github.com/joereynolds/sql-lint){target=_blank} | 1.0.0 | | [![GitHub stars](https://img.shields.io/github/stars/joereynolds/sql-lint?cacheSeconds=3600)](https://github.com/joereynolds/sql-lint){target=_blank} | [SQL](descriptors/sql_sql_lint.md) | :white_circle: | [Repository](https://github.com/joereynolds/sql-lint){target=_blank} | diff --git a/docs/all_users.md b/docs/all_users.md index 2e268823c0e..59675181e1a 100644 --- a/docs/all_users.md +++ b/docs/all_users.md @@ -28,8 +28,8 @@ According to posted issues, there are many more private and self-hosted repos us [![meichthys/foss_photo_libraries - GitHub](https://gh-card.dev/repos/meichthys/foss_photo_libraries.svg?fullname=)](https://github.com/meichthys/foss_photo_libraries){target=_blank} [![toboshii/home-ops - GitHub](https://gh-card.dev/repos/toboshii/home-ops.svg?fullname=)](https://github.com/toboshii/home-ops){target=_blank} [![unixorn/tumult.plugin.zsh - GitHub](https://gh-card.dev/repos/unixorn/tumult.plugin.zsh.svg?fullname=)](https://github.com/unixorn/tumult.plugin.zsh){target=_blank} -[![nvuillam/npm-groovy-lint - GitHub](https://gh-card.dev/repos/nvuillam/npm-groovy-lint.svg?fullname=)](https://github.com/nvuillam/npm-groovy-lint){target=_blank} [![joeygoksu/prime-nestjs - GitHub](https://gh-card.dev/repos/joeygoksu/prime-nestjs.svg?fullname=)](https://github.com/joeygoksu/prime-nestjs){target=_blank} +[![nvuillam/npm-groovy-lint - GitHub](https://gh-card.dev/repos/nvuillam/npm-groovy-lint.svg?fullname=)](https://github.com/nvuillam/npm-groovy-lint){target=_blank} [![carpenike/k8s-gitops - GitHub](https://gh-card.dev/repos/carpenike/k8s-gitops.svg?fullname=)](https://github.com/carpenike/k8s-gitops){target=_blank} [![newrelic/newrelic-python-agent - GitHub](https://gh-card.dev/repos/newrelic/newrelic-python-agent.svg?fullname=)](https://github.com/newrelic/newrelic-python-agent){target=_blank} [![T145/black-mirror - GitHub](https://gh-card.dev/repos/T145/black-mirror.svg?fullname=)](https://github.com/T145/black-mirror){target=_blank} diff --git a/docs/descriptors/python_black.md b/docs/descriptors/python_black.md index 2ce3b070127..597bc62f2c5 100644 --- a/docs/descriptors/python_black.md +++ b/docs/descriptors/python_black.md @@ -115,9 +115,9 @@ Options: input). --python-cell-magics TEXT When processing Jupyter Notebooks, add the given magic to the list of known python- - magics (python3, pypy, prun, python, time, - timeit, capture). Useful for formatting - cells with custom python magics. + magics (prun, capture, python, timeit, time, + python3, pypy). Useful for formatting cells + with custom python magics. -x, --skip-source-first-line Skip the first line of the source code. -S, --skip-string-normalization Don't normalize string quotes or prefixes. diff --git a/docs/descriptors/repository_checkov.md b/docs/descriptors/repository_checkov.md index e92fc2e6a2e..c35f4076a38 100644 --- a/docs/descriptors/repository_checkov.md +++ b/docs/descriptors/repository_checkov.md @@ -124,7 +124,7 @@ usage: checkov [-h] [-v] [-d DIRECTORY] [--add-check] [-f FILE] [--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] Infrastructure as code static analysis @@ -375,7 +375,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/snakemake_snakefmt.md b/docs/descriptors/snakemake_snakefmt.md index c2aa9394c02..02b3633d3c9 100644 --- a/docs/descriptors/snakemake_snakefmt.md +++ b/docs/descriptors/snakemake_snakefmt.md @@ -4,7 +4,7 @@ ## snakefmt documentation -- Version in MegaLinter: **0.7.0** +- Version in MegaLinter: **0.8.0** - Visit [Official Web Site](https://github.com/snakemake/snakefmt#readme){target=_blank} - See [How to configure snakefmt rules](https://github.com/snakemake/snakefmt#configuration){target=_blank} - If custom `.snakefmt.toml` config file is not found, [.snakefmt.toml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.snakefmt.toml){target=_blank} will be used diff --git a/docs/descriptors/terraform_checkov.md b/docs/descriptors/terraform_checkov.md index a883156442d..77fadc9c253 100644 --- a/docs/descriptors/terraform_checkov.md +++ b/docs/descriptors/terraform_checkov.md @@ -110,7 +110,7 @@ usage: checkov [-h] [-v] [-d DIRECTORY] [--add-check] [-f FILE] [--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] Infrastructure as code static analysis @@ -361,7 +361,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/used-by-stats.md b/docs/used-by-stats.md index a3274933f12..5d0fa84a234 100644 --- a/docs/used-by-stats.md +++ b/docs/used-by-stats.md @@ -1,17 +1,17 @@ # Dependents stats for oxsecurity/megalinter -[![](https://img.shields.io/static/v1?label=Used%20by&message=1840&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) -[![](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=1295&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) -[![](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=545&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) -[![](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=50779&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by&message=1845&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=1299&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=546&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=50959&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) | Repository | Stars | |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:| -| [nektos/act](https://github.com/nektos/act) | 33032 | +| [nektos/act](https://github.com/nektos/act) | 33072 | | [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2277 | | [IlanCosman/tide](https://github.com/IlanCosman/tide) | 1693 | -| [dorssel/usbipd-win](https://github.com/dorssel/usbipd-win) | 1502 | -| [microsoft/code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 1472 | +| [dorssel/usbipd-win](https://github.com/dorssel/usbipd-win) | 1503 | +| [microsoft/code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 1474 | | [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | 971 | | [flosse/sloc](https://github.com/flosse/sloc) | 917 | | [onedr0p/flux-cluster-template](https://github.com/onedr0p/flux-cluster-template) | 848 | @@ -36,7 +36,7 @@ | [carpenike/k8s-gitops](https://github.com/carpenike/k8s-gitops) | 124 | | [unixorn/fzf-zsh-plugin](https://github.com/unixorn/fzf-zsh-plugin) | 123 | | [newrelic/newrelic-python-agent](https://github.com/newrelic/newrelic-python-agent) | 122 | -| [apigee/devrel](https://github.com/apigee/devrel) | 120 | +| [apigee/devrel](https://github.com/apigee/devrel) | 121 | | [T145/black-mirror](https://github.com/T145/black-mirror) | 111 | | [cbg-ethz/V-pipe](https://github.com/cbg-ethz/V-pipe) | 99 | | [Luzkan/smells](https://github.com/Luzkan/smells) | 94 | @@ -64,11 +64,11 @@ | [FaserF/hassio-addons](https://github.com/FaserF/hassio-addons) | 28 | | [GrandMoff100/HomeAssistantAPI](https://github.com/GrandMoff100/HomeAssistantAPI) | 28 | | [davidB/axum-tracing-opentelemetry](https://github.com/davidB/axum-tracing-opentelemetry) | 26 | +| [leosuncin/nest-typeorm-custom-repository](https://github.com/leosuncin/nest-typeorm-custom-repository) | 26 | | [rwaltr/home-ops](https://github.com/rwaltr/home-ops) | 26 | | [ahmadnassri/node-pretty-exceptions](https://github.com/ahmadnassri/node-pretty-exceptions) | 26 | | [ahmadnassri/node-api-problem](https://github.com/ahmadnassri/node-api-problem) | 26 | | [nvuillam/node-java-caller](https://github.com/nvuillam/node-java-caller) | 25 | -| [leosuncin/nest-typeorm-custom-repository](https://github.com/leosuncin/nest-typeorm-custom-repository) | 25 | | [unixorn/docker-helpers.zshplugin](https://github.com/unixorn/docker-helpers.zshplugin) | 24 | | [kitos9112/k8s-home](https://github.com/kitos9112/k8s-home) | 23 | | [Amplitude-Developer-Docs/amplitude-dev-center](https://github.com/Amplitude-Developer-Docs/amplitude-dev-center) | 22 | @@ -155,6 +155,7 @@ | [jokay/docker-prune](https://github.com/jokay/docker-prune) | 6 | | [ahmadnassri/action-commit-lint](https://github.com/ahmadnassri/action-commit-lint) | 6 | | [blthazr/area0](https://github.com/blthazr/area0) | 6 | +| [ahmadnassri/node-spawn-promise](https://github.com/ahmadnassri/node-spawn-promise) | 6 | | [ci-monk/docker-crypto-miner](https://github.com/ci-monk/docker-crypto-miner) | 5 | | [ahgraber/homelab-gitops-k3s](https://github.com/ahgraber/homelab-gitops-k3s) | 5 | | [eclipse/kuksa.val.services](https://github.com/eclipse/kuksa.val.services) | 5 | @@ -259,6 +260,7 @@ | [lucacalcaterra/kube-home-flux-2](https://github.com/lucacalcaterra/kube-home-flux-2) | 2 | | [wesley-dean/hsc](https://github.com/wesley-dean/hsc) | 2 | | [bjw-s/esphome-config](https://github.com/bjw-s/esphome-config) | 2 | +| [ahmadnassri/node-marked-promise](https://github.com/ahmadnassri/node-marked-promise) | 2 | | [MRDGH2821/dpaste-ts](https://github.com/MRDGH2821/dpaste-ts) | 2 | | [leosuncin/goal-app](https://github.com/leosuncin/goal-app) | 2 | | [MRDGH2821/Discord-Ban-Utils-Bot](https://github.com/MRDGH2821/Discord-Ban-Utils-Bot) | 2 | @@ -1003,6 +1005,7 @@ | [rciam/simplesamlphp-module-assurance](https://github.com/rciam/simplesamlphp-module-assurance) | 0 | | [rciam/simplesamlphp-module-userid](https://github.com/rciam/simplesamlphp-module-userid) | 0 | | [Teasel-Ian/terraform](https://github.com/Teasel-Ian/terraform) | 0 | +| [seandonohoo/donohulu](https://github.com/seandonohoo/donohulu) | 0 | | [bh2754/control](https://github.com/bh2754/control) | 0 | | [XiaoFeiHe1993/article_keyword](https://github.com/XiaoFeiHe1993/article_keyword) | 0 | | [The-IT-Dept/infra](https://github.com/The-IT-Dept/infra) | 0 | @@ -1147,6 +1150,7 @@ | [brandonmcclure/ansible-role-githubrunner](https://github.com/brandonmcclure/ansible-role-githubrunner) | 0 | | [dorssel/dotnet-aes-extra](https://github.com/dorssel/dotnet-aes-extra) | 0 | | [charkchalk/backend](https://github.com/charkchalk/backend) | 0 | +| [ahmadnassri/node-debug](https://github.com/ahmadnassri/node-debug) | 0 | | [actions-marketplace-validations/ahmadnassri_action-commit-lint](https://github.com/actions-marketplace-validations/ahmadnassri_action-commit-lint) | 0 | | [RolfMoleman/codequalitytools](https://github.com/RolfMoleman/codequalitytools) | 0 | | [iot-defcon/oasis-wallet-web](https://github.com/iot-defcon/oasis-wallet-web) | 0 |