From 5b716f237d88665dc258d402591e6520d2bc2c57 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Sat, 1 Oct 2022 10:56:00 +0200 Subject: [PATCH] [automation] Auto-update linters version, help and documentation (#1919) --- .automation/generated/flavors-stats.json | 60 ++ .automation/generated/linter-helps.json | 84 +-- .automation/generated/linter-versions.json | 6 +- .automation/generated/megalinter-users.json | 550 +++++++++--------- CHANGELOG.md | 3 + README.md | 2 +- docs/all_linters.md | 6 +- docs/all_users.md | 2 +- docs/descriptors/coffee_coffeelint.md | 2 +- docs/descriptors/python_black.md | 4 +- docs/descriptors/repository_checkov.md | 4 +- .../salesforce_sfdx_scanner_aura.md | 72 +-- docs/descriptors/spell_cspell.md | 4 +- docs/descriptors/terraform_checkov.md | 4 +- docs/descriptors/terraform_terragrunt.md | 4 +- mega-linter-runner/README.md | 2 +- 16 files changed, 436 insertions(+), 373 deletions(-) diff --git a/.automation/generated/flavors-stats.json b/.automation/generated/flavors-stats.json index c29d2dee1e4..6d67528d45d 100644 --- a/.automation/generated/flavors-stats.json +++ b/.automation/generated/flavors-stats.json @@ -963,6 +963,10 @@ [ "2022-09-30T01:39:04", 2606012 + ], + [ + "2022-10-01T01:41:36", + 2607148 ] ], "ci_light": [ @@ -1929,6 +1933,10 @@ [ "2022-09-30T01:39:04", 26868 + ], + [ + "2022-10-01T01:41:36", + 26999 ] ], "dart": [ @@ -3805,6 +3813,10 @@ [ "2022-09-30T01:39:04", 74727 + ], + [ + "2022-10-01T01:41:36", + 74938 ] ], "dotnet": [ @@ -4771,6 +4783,10 @@ [ "2022-09-30T01:39:04", 314291 + ], + [ + "2022-10-01T01:41:36", + 314417 ] ], "go": [ @@ -5737,6 +5753,10 @@ [ "2022-09-30T01:39:04", 13877 + ], + [ + "2022-10-01T01:41:36", + 13887 ] ], "java": [ @@ -6703,6 +6723,10 @@ [ "2022-09-30T01:39:04", 93834 + ], + [ + "2022-10-01T01:41:36", + 93960 ] ], "javascript": [ @@ -7669,6 +7693,10 @@ [ "2022-09-30T01:39:04", 151396 + ], + [ + "2022-10-01T01:41:36", + 151674 ] ], "php": [ @@ -8635,6 +8663,10 @@ [ "2022-09-30T01:39:04", 20440 + ], + [ + "2022-10-01T01:41:36", + 20582 ] ], "python": [ @@ -9601,6 +9633,10 @@ [ "2022-09-30T01:39:04", 107276 + ], + [ + "2022-10-01T01:41:36", + 107580 ] ], "ruby": [ @@ -10563,6 +10599,10 @@ [ "2022-09-30T01:39:04", 2587 + ], + [ + "2022-10-01T01:41:36", + 2588 ] ], "rust": [ @@ -11525,6 +11565,10 @@ [ "2022-09-30T01:39:04", 3965 + ], + [ + "2022-10-01T01:41:36", + 3967 ] ], "salesforce": [ @@ -12491,6 +12535,10 @@ [ "2022-09-30T01:39:04", 14107 + ], + [ + "2022-10-01T01:41:36", + 14128 ] ], "scala": [ @@ -13455,6 +13503,10 @@ [ "2022-09-30T01:39:04", 1332 + ], + [ + "2022-10-01T01:41:36", + 1332 ] ], "swift": [ @@ -14417,6 +14469,10 @@ [ "2022-09-30T01:39:04", 2467 + ], + [ + "2022-10-01T01:41:36", + 2482 ] ], "terraform": [ @@ -15383,6 +15439,10 @@ [ "2022-09-30T01:39:04", 115921 + ], + [ + "2022-10-01T01:41:36", + 116382 ] ] } \ No newline at end of file diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index f56da6d5ae8..ad9c6b82917 100644 --- a/.automation/generated/linter-helps.json +++ b/.automation/generated/linter-helps.json @@ -374,8 +374,8 @@ " input).", " --python-cell-magics TEXT When processing Jupyter Notebooks, add the", " given magic to the list of known python-", - " magics (time, prun, timeit, python3, pypy,", - " capture, python). Useful for formatting", + " magics (prun, time, python3, capture,", + " python, timeit, pypy). Useful for formatting", " cells with custom python magics.", " -S, --skip-string-normalization", " Don't normalize string quotes or prefixes.", @@ -554,7 +554,7 @@ " [--secrets-scan-file-type SECRETS_SCAN_FILE_TYPE]", " [--enable-secret-scan-all-files]", " [--block-list-secret-scan BLOCK_LIST_SECRET_SCAN]", - " [--summary-position {top,bottom}]", + " [--summary-position {bottom,top}]", "", "Infrastructure as code static analysis", "", @@ -804,7 +804,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 {top,bottom}", + " --summary-position {bottom,top}", " Chose whether the summary will be appended on top", " (before the checks results) or on bottom (after check", " results), default is on top.", @@ -1311,9 +1311,9 @@ " check [options] Spell check file(s) and display the", " result. The full file is displayed in", " color.", + " suggestions|sug [options] [words...] Spelling Suggestions for words.", " link Link dictionaries and other settings to", " the cspell global config.", - " suggestions|sug [options] [words...] Spelling Suggestions for words.", " help [command] display help for command" ], "dartanalyzer": [ @@ -6343,28 +6343,28 @@ "ApexUnitTestClassShouldHaveAsserts apex Best Practices quickstart,Default ruleset...,ApexUnit pmd", "ApexUnitTestMethodShouldHaveIsTestAnnotation apex Best Practices pmd", "ApexUnitTestShouldNotUseSeeAllDataTrue apex Best Practices quickstart,Default ruleset...,ApexUnit pmd", - "AvoidGlobalModifier apex Best Practices Style,quickstart,Default ruleset... pmd", - "AvoidLogicInTrigger apex Best Practices Style,quickstart,Default ruleset... pmd", + "AvoidGlobalModifier apex Best Practices quickstart,Default ruleset...,Style pmd", + "AvoidLogicInTrigger apex Best Practices quickstart,Default ruleset...,Style pmd", "DebugsShouldUseLoggingLevel apex Best Practices quickstart pmd", "UnusedLocalVariable apex Best Practices pmd", "AvoidDebugStatements apex Performance pmd", - "AvoidDmlStatementsInLoops apex Performance Default ruleset...,Performance pmd", - "AvoidSoqlInLoops apex Performance Default ruleset...,Performance pmd", - "AvoidSoslInLoops apex Performance Default ruleset...,Performance pmd", + "AvoidDmlStatementsInLoops apex Performance Performance,Default ruleset... pmd", + "AvoidSoqlInLoops apex Performance Performance,Default ruleset... pmd", + "AvoidSoslInLoops apex Performance Performance,Default ruleset... pmd", "EagerlyLoadedDescribeSObjectResult apex Performance pmd", "OperationWithLimitsInLoop apex Performance quickstart pmd", - "ApexBadCrypto apex Security Security,quickstart,Default ruleset... pmd", - "ApexCRUDViolation apex Security Security,quickstart,Default ruleset... pmd", + "ApexBadCrypto apex Security quickstart,Default ruleset...,Security pmd", + "ApexCRUDViolation apex Security quickstart,Default ruleset...,Security pmd", "ApexCSRF apex Security Security pmd", - "ApexDangerousMethods apex Security Security,quickstart,Default ruleset... pmd", - "ApexInsecureEndpoint apex Security Security,quickstart,Default ruleset... pmd", - "ApexOpenRedirect apex Security Security,quickstart,Default ruleset... pmd", - "ApexSharingViolations apex Security Security,quickstart,Default ruleset... pmd", - "ApexSOQLInjection apex Security Security,quickstart,Default ruleset... pmd", - "ApexSuggestUsingNamedCred apex Security Security,quickstart,Default ruleset... pmd", - "ApexXSSFromEscapeFalse apex Security Security,quickstart,Default ruleset... pmd", - "ApexXSSFromURLParam apex Security Security,quickstart,Default ruleset... pmd", - "ClassNamingConventions apex Code Style Style,quickstart,Default ruleset... pmd", + "ApexDangerousMethods apex Security quickstart,Default ruleset...,Security pmd", + "ApexInsecureEndpoint apex Security quickstart,Default ruleset...,Security pmd", + "ApexOpenRedirect apex Security quickstart,Default ruleset...,Security pmd", + "ApexSharingViolations apex Security quickstart,Default ruleset...,Security pmd", + "ApexSOQLInjection apex Security quickstart,Default ruleset...,Security pmd", + "ApexSuggestUsingNamedCred apex Security quickstart,Default ruleset...,Security pmd", + "ApexXSSFromEscapeFalse apex Security quickstart,Default ruleset...,Security pmd", + "ApexXSSFromURLParam apex Security quickstart,Default ruleset...,Security pmd", + "ClassNamingConventions apex Code Style quickstart,Default ruleset...,Style pmd", "IfElseStmtsMustUseBraces apex Code Style quickstart,Default ruleset...,Braces pmd", "IfStmtsMustUseBraces apex Code Style quickstart,Default ruleset...,Braces pmd", "FieldDeclarationsShouldBeAtStart apex Code Style pmd", @@ -6372,34 +6372,34 @@ "ForLoopsMustUseBraces apex Code Style quickstart,Default ruleset...,Braces pmd", "FormalParameterNamingConventions apex Code Style quickstart pmd", "LocalVariableNamingConventions apex Code Style quickstart pmd", - "MethodNamingConventions apex Code Style Style,quickstart,Default ruleset... pmd", + "MethodNamingConventions apex Code Style quickstart,Default ruleset...,Style pmd", "OneDeclarationPerLine apex Code Style quickstart,Default ruleset... pmd", "PropertyNamingConventions apex Code Style quickstart pmd", - "VariableNamingConventions apex Code Style Style,Default ruleset... pmd", + "VariableNamingConventions apex Code Style Default ruleset...,Style pmd", "WhileLoopsMustUseBraces apex Code Style quickstart,Default ruleset...,Braces pmd", - "AvoidDeeplyNestedIfStmts apex Design quickstart,Default ruleset...,Complexity pmd", - "CyclomaticComplexity apex Design Metrics tempora...,quickstart,Default ruleset... pmd", + "AvoidDeeplyNestedIfStmts apex Design Complexity,quickstart,Default ruleset... pmd", + "CyclomaticComplexity apex Design quickstart,Default ruleset...,Metrics tempora... pmd", "CognitiveComplexity apex Design pmd", - "ExcessiveClassLength apex Design quickstart,Default ruleset...,Complexity pmd", - "ExcessiveParameterList apex Design quickstart,Default ruleset...,Complexity pmd", - "ExcessivePublicCount apex Design quickstart,Default ruleset...,Complexity pmd", - "NcssConstructorCount apex Design quickstart,Default ruleset...,Complexity pmd", - "NcssMethodCount apex Design quickstart,Default ruleset...,Complexity pmd", - "NcssTypeCount apex Design quickstart,Default ruleset...,Complexity pmd", - "StdCyclomaticComplexity apex Design quickstart,Default ruleset...,Complexity pmd", - "TooManyFields apex Design quickstart,Default ruleset...,Complexity pmd", + "ExcessiveClassLength apex Design Complexity,quickstart,Default ruleset... pmd", + "ExcessiveParameterList apex Design Complexity,quickstart,Default ruleset... pmd", + "ExcessivePublicCount apex Design Complexity,quickstart,Default ruleset... pmd", + "NcssConstructorCount apex Design Complexity,quickstart,Default ruleset... pmd", + "NcssMethodCount apex Design Complexity,quickstart,Default ruleset... pmd", + "NcssTypeCount apex Design Complexity,quickstart,Default ruleset... pmd", + "StdCyclomaticComplexity apex Design Complexity,quickstart,Default ruleset... pmd", + "TooManyFields apex Design Complexity,quickstart,Default ruleset... pmd", "ApexDoc apex Documentation quickstart,Default ruleset... pmd", "ApexCSRF apex Error Prone quickstart,Default ruleset... pmd", - "AvoidDirectAccessTriggerMap apex Error Prone Style,quickstart,Default ruleset... pmd", - "AvoidHardcodingId apex Error Prone Style,quickstart,Default ruleset... pmd", + "AvoidDirectAccessTriggerMap apex Error Prone quickstart,Default ruleset...,Style pmd", + "AvoidHardcodingId apex Error Prone quickstart,Default ruleset...,Style pmd", "AvoidNonExistentAnnotations apex Error Prone quickstart,Default ruleset... pmd", - "EmptyCatchBlock apex Error Prone quickstart,Default ruleset...,Empty Code pmd", - "EmptyIfStmt apex Error Prone quickstart,Default ruleset...,Empty Code pmd", - "EmptyStatementBlock apex Error Prone quickstart,Default ruleset...,Empty Code pmd", - "EmptyTryOrFinallyBlock apex Error Prone quickstart,Default ruleset...,Empty Code pmd", - "EmptyWhileStmt apex Error Prone quickstart,Default ruleset...,Empty Code pmd", + "EmptyCatchBlock apex Error Prone Empty Code,quickstart,Default ruleset... pmd", + "EmptyIfStmt apex Error Prone Empty Code,quickstart,Default ruleset... pmd", + "EmptyStatementBlock apex Error Prone Empty Code,quickstart,Default ruleset... pmd", + "EmptyTryOrFinallyBlock apex Error Prone Empty Code,quickstart,Default ruleset... pmd", + "EmptyWhileStmt apex Error Prone Empty Code,quickstart,Default ruleset... pmd", "InaccessibleAuraEnabledGetter apex Error Prone pmd", - "MethodWithSameNameAsEnclosingClass apex Error Prone Style,quickstart,Default ruleset... pmd", + "MethodWithSameNameAsEnclosingClass apex Error Prone quickstart,Default ruleset...,Style pmd", "OverrideBothEqualsAndHashcode apex Error Prone pmd", "TestMethodsMustBeInTestClasses apex Error Prone pmd", "constructor-super javascript ECMAScript 6 ECMAScript 6 eslint", @@ -8355,7 +8355,7 @@ " terragrunt-use-partial-parse-config-cache Enables caching of includes during partial parsing operations. Will also be used for the --terragrunt-iam-role option if provided.", "", "VERSION:", - " v0.38.12", + " v0.39.0", "", "AUTHOR(S):", " Gruntwork ", diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index aac1894e6b5..f7c2ce8c7c0 100644 --- a/.automation/generated/linter-versions.json +++ b/.automation/generated/linter-versions.json @@ -12,9 +12,9 @@ "chktex": "1.7.6", "clippy": "0.1.64", "clj-kondo": "2022.09.08", - "coffeelint": "5.2.9", + "coffeelint": "5.2.10", "cpplint": "1.6.1", - "cspell": "6.10.1", + "cspell": "6.12.0", "dartanalyzer": "0.0.0", "devskim": "0.6.9", "djlint": "1.18.0", @@ -91,7 +91,7 @@ "syft": "0.58.0", "tekton-lint": "0.6.0", "terraform-fmt": "1.3.1", - "terragrunt": "0.38.12", + "terragrunt": "0.39.0", "terrascan": "1.15.2", "tflint": "0.41.0", "trivy": "0.29.2", diff --git a/.automation/generated/megalinter-users.json b/.automation/generated/megalinter-users.json index 3bf227e0df1..c55ac7afec6 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": 741, - "forks_count": 741, + "forks": 742, + "forks_count": 742, "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}", @@ -59,11 +59,11 @@ "milestones_url": "https://api.github.com/repos/nektos/act/milestones{/number}", "mirror_url": null, "name": "act", - "network_count": 741, + "network_count": 742, "node_id": "MDEwOlJlcG9zaXRvcnkxNjM4ODMyNzk=", "notifications_url": "https://api.github.com/repos/nektos/act/notifications{?since,all,participating}", - "open_issues": 77, - "open_issues_count": 77, + "open_issues": 79, + "open_issues_count": 79, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/3813618?v=4", "events_url": "https://api.github.com/users/nektos/events{/privacy}", @@ -110,7 +110,7 @@ "releases_url": "https://api.github.com/repos/nektos/act/releases{/id}", "size": 6232, "ssh_url": "git@github.com:nektos/act.git", - "stargazers_count": 28109, + "stargazers_count": 28134, "stargazers_url": "https://api.github.com/repos/nektos/act/stargazers", "statuses_url": "https://api.github.com/repos/nektos/act/statuses/{sha}", "subscribers_count": 119, @@ -127,15 +127,15 @@ "golang" ], "trees_url": "https://api.github.com/repos/nektos/act/git/trees{/sha}", - "updated_at": "2022-09-30T01:17:20Z", + "updated_at": "2022-10-01T01:05:29Z", "url": "https://api.github.com/repos/nektos/act", "visibility": "public", - "watchers": 28109, - "watchers_count": 28109, + "watchers": 28134, + "watchers_count": 28134, "web_commit_signoff_required": false }, "repo_url": "https://github.com/nektos/act", - "stargazers": 28109 + "stargazers": 28134 }, { "info": { @@ -199,8 +199,8 @@ "network_count": 322, "node_id": "MDEwOlJlcG9zaXRvcnkxMTcyNjYxNg==", "notifications_url": "https://api.github.com/repos/stepancheg/rust-protobuf/notifications{?since,all,participating}", - "open_issues": 35, - "open_issues_count": 35, + "open_issues": 36, + "open_issues_count": 36, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/28969?v=4", "events_url": "https://api.github.com/users/stepancheg/events{/privacy}", @@ -339,11 +339,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/IlanCosman/tide/pulls{/number}", - "pushed_at": "2022-09-29T07:26:04Z", + "pushed_at": "2022-09-30T02:45:09Z", "releases_url": "https://api.github.com/repos/IlanCosman/tide/releases{/id}", "size": 6416, "ssh_url": "git@github.com:IlanCosman/tide.git", - "stargazers_count": 1573, + "stargazers_count": 1576, "stargazers_url": "https://api.github.com/repos/IlanCosman/tide/stargazers", "statuses_url": "https://api.github.com/repos/IlanCosman/tide/statuses/{sha}", "subscribers_count": 11, @@ -360,15 +360,15 @@ "prompt" ], "trees_url": "https://api.github.com/repos/IlanCosman/tide/git/trees{/sha}", - "updated_at": "2022-09-30T00:00:59Z", + "updated_at": "2022-09-30T22:18:13Z", "url": "https://api.github.com/repos/IlanCosman/tide", "visibility": "public", - "watchers": 1573, - "watchers_count": 1573, + "watchers": 1576, + "watchers_count": 1576, "web_commit_signoff_required": false }, "repo_url": "https://github.com/IlanCosman/tide", - "stargazers": 1573 + "stargazers": 1576 }, { "info": { @@ -480,10 +480,10 @@ "releases_url": "https://api.github.com/repos/microsoft/code-with-engineering-playbook/releases{/id}", "size": 47028, "ssh_url": "git@github.com:microsoft/code-with-engineering-playbook.git", - "stargazers_count": 1399, + "stargazers_count": 1400, "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": 2361, + "subscribers_count": 2362, "subscribers_url": "https://api.github.com/repos/microsoft/code-with-engineering-playbook/subscribers", "subscription_url": "https://api.github.com/repos/microsoft/code-with-engineering-playbook/subscription", "svn_url": "https://github.com/microsoft/code-with-engineering-playbook", @@ -492,15 +492,15 @@ "temp_clone_token": null, "topics": [], "trees_url": "https://api.github.com/repos/microsoft/code-with-engineering-playbook/git/trees{/sha}", - "updated_at": "2022-09-29T15:41:35Z", + "updated_at": "2022-09-30T06:32:25Z", "url": "https://api.github.com/repos/microsoft/code-with-engineering-playbook", "visibility": "public", - "watchers": 1399, - "watchers_count": 1399, + "watchers": 1400, + "watchers_count": 1400, "web_commit_signoff_required": false }, "repo_url": "https://github.com/microsoft/code-with-engineering-playbook", - "stargazers": 1399 + "stargazers": 1400 }, { "info": { @@ -592,7 +592,7 @@ "releases_url": "https://api.github.com/repos/dorssel/usbipd-win/releases{/id}", "size": 1515, "ssh_url": "git@github.com:dorssel/usbipd-win.git", - "stargazers_count": 1232, + "stargazers_count": 1233, "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": 30, @@ -613,15 +613,15 @@ "wsl2" ], "trees_url": "https://api.github.com/repos/dorssel/usbipd-win/git/trees{/sha}", - "updated_at": "2022-09-29T16:37:31Z", + "updated_at": "2022-10-01T01:02:15Z", "url": "https://api.github.com/repos/dorssel/usbipd-win", "visibility": "public", - "watchers": 1232, - "watchers_count": 1232, + "watchers": 1233, + "watchers_count": 1233, "web_commit_signoff_required": false }, "repo_url": "https://github.com/dorssel/usbipd-win", - "stargazers": 1232 + "stargazers": 1233 }, { "info": { @@ -804,8 +804,8 @@ "network_count": 126, "node_id": "MDEwOlJlcG9zaXRvcnkzMDQ4MzAyMjY=", "notifications_url": "https://api.github.com/repos/oxsecurity/megalinter/notifications{?since,all,participating}", - "open_issues": 36, - "open_issues_count": 36, + "open_issues": 38, + "open_issues_count": 38, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/89921661?v=4", "events_url": "https://api.github.com/users/oxsecurity/events{/privacy}", @@ -848,11 +848,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/oxsecurity/megalinter/pulls{/number}", - "pushed_at": "2022-09-29T16:47:22Z", + "pushed_at": "2022-10-01T01:01:08Z", "releases_url": "https://api.github.com/repos/oxsecurity/megalinter/releases{/id}", - "size": 242251, + "size": 244335, "ssh_url": "git@github.com:oxsecurity/megalinter.git", - "stargazers_count": 855, + "stargazers_count": 857, "stargazers_url": "https://api.github.com/repos/oxsecurity/megalinter/stargazers", "statuses_url": "https://api.github.com/repos/oxsecurity/megalinter/statuses/{sha}", "subscribers_count": 9, @@ -885,15 +885,15 @@ "terraform" ], "trees_url": "https://api.github.com/repos/oxsecurity/megalinter/git/trees{/sha}", - "updated_at": "2022-09-29T14:59:51Z", + "updated_at": "2022-09-30T23:05:10Z", "url": "https://api.github.com/repos/oxsecurity/megalinter", "visibility": "public", - "watchers": 855, - "watchers_count": 855, + "watchers": 857, + "watchers_count": 857, "web_commit_signoff_required": false }, "repo_url": "https://github.com/oxsecurity/megalinter", - "stargazers": 855 + "stargazers": 857 }, { "info": { @@ -1111,7 +1111,7 @@ "releases_url": "https://api.github.com/repos/onedr0p/flux-cluster-template/releases{/id}", "size": 993, "ssh_url": "git@github.com:onedr0p/flux-cluster-template.git", - "stargazers_count": 769, + "stargazers_count": 770, "stargazers_url": "https://api.github.com/repos/onedr0p/flux-cluster-template/stargazers", "statuses_url": "https://api.github.com/repos/onedr0p/flux-cluster-template/statuses/{sha}", "subscribers_count": 21, @@ -1136,15 +1136,15 @@ "traefik" ], "trees_url": "https://api.github.com/repos/onedr0p/flux-cluster-template/git/trees{/sha}", - "updated_at": "2022-09-27T05:54:06Z", + "updated_at": "2022-10-01T01:22:14Z", "url": "https://api.github.com/repos/onedr0p/flux-cluster-template", "visibility": "public", - "watchers": 769, - "watchers_count": 769, + "watchers": 770, + "watchers_count": 770, "web_commit_signoff_required": false }, "repo_url": "https://github.com/k8s-at-home/flux-cluster-template", - "stargazers": 769 + "stargazers": 770 }, { "info": { @@ -1169,8 +1169,8 @@ "downloads_url": "https://api.github.com/repos/onedr0p/home-ops/downloads", "events_url": "https://api.github.com/repos/onedr0p/home-ops/events", "fork": false, - "forks": 95, - "forks_count": 95, + "forks": 96, + "forks_count": 96, "forks_url": "https://api.github.com/repos/onedr0p/home-ops/forks", "full_name": "onedr0p/home-ops", "git_commits_url": "https://api.github.com/repos/onedr0p/home-ops/git/commits{/sha}", @@ -1205,11 +1205,11 @@ "milestones_url": "https://api.github.com/repos/onedr0p/home-ops/milestones{/number}", "mirror_url": null, "name": "home-ops", - "network_count": 95, + "network_count": 96, "node_id": "MDEwOlJlcG9zaXRvcnkyMzA5OTk4MjY=", "notifications_url": "https://api.github.com/repos/onedr0p/home-ops/notifications{?since,all,participating}", - "open_issues": 10, - "open_issues_count": 10, + "open_issues": 9, + "open_issues_count": 9, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/213795?v=4", "events_url": "https://api.github.com/users/onedr0p/events{/privacy}", @@ -1232,11 +1232,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/onedr0p/home-ops/pulls{/number}", - "pushed_at": "2022-09-29T22:03:35Z", + "pushed_at": "2022-10-01T00:37:59Z", "releases_url": "https://api.github.com/repos/onedr0p/home-ops/releases{/id}", - "size": 27127, + "size": 27098, "ssh_url": "git@github.com:onedr0p/home-ops.git", - "stargazers_count": 627, + "stargazers_count": 628, "stargazers_url": "https://api.github.com/repos/onedr0p/home-ops/stargazers", "statuses_url": "https://api.github.com/repos/onedr0p/home-ops/statuses/{sha}", "subscribers_count": 9, @@ -1258,15 +1258,15 @@ "terraform" ], "trees_url": "https://api.github.com/repos/onedr0p/home-ops/git/trees{/sha}", - "updated_at": "2022-09-27T22:52:47Z", + "updated_at": "2022-09-30T14:59:48Z", "url": "https://api.github.com/repos/onedr0p/home-ops", "visibility": "public", - "watchers": 627, - "watchers_count": 627, + "watchers": 628, + "watchers_count": 628, "web_commit_signoff_required": false }, "repo_url": "https://github.com/onedr0p/home-ops", - "stargazers": 627 + "stargazers": 628 }, { "info": { @@ -1457,8 +1457,8 @@ "network_count": 109, "node_id": "MDEwOlJlcG9zaXRvcnk4MDcxMTkzMw==", "notifications_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/notifications{?since,all,participating}", - "open_issues": 111, - "open_issues_count": 111, + "open_issues": 113, + "open_issues_count": 113, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/34573705?v=4", "events_url": "https://api.github.com/users/secureCodeBox/events{/privacy}", @@ -1501,9 +1501,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/pulls{/number}", - "pushed_at": "2022-09-29T20:44:43Z", + "pushed_at": "2022-09-30T18:34:10Z", "releases_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/releases{/id}", - "size": 28525, + "size": 28554, "ssh_url": "git@github.com:secureCodeBox/secureCodeBox.git", "stargazers_count": 531, "stargazers_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/stargazers", @@ -1829,8 +1829,8 @@ "downloads_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/downloads", "events_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/events", "fork": false, - "forks": 1345, - "forks_count": 1345, + "forks": 1352, + "forks_count": 1352, "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}", @@ -1865,7 +1865,7 @@ "milestones_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/milestones{/number}", "mirror_url": null, "name": "CIPP", - "network_count": 1345, + "network_count": 1352, "node_id": "R_kgDOGNiHEA", "notifications_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/notifications{?since,all,participating}", "open_issues": 4, @@ -1892,11 +1892,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/pulls{/number}", - "pushed_at": "2022-09-29T08:05:30Z", + "pushed_at": "2022-09-30T08:42:38Z", "releases_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/releases{/id}", - "size": 57952, + "size": 58040, "ssh_url": "git@github.com:KelvinTegelaar/CIPP.git", - "stargazers_count": 406, + "stargazers_count": 407, "stargazers_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/stargazers", "statuses_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/statuses/{sha}", "subscribers_count": 23, @@ -1908,15 +1908,15 @@ "temp_clone_token": null, "topics": [], "trees_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/git/trees{/sha}", - "updated_at": "2022-09-29T17:13:54Z", + "updated_at": "2022-09-30T18:51:18Z", "url": "https://api.github.com/repos/KelvinTegelaar/CIPP", "visibility": "public", - "watchers": 406, - "watchers_count": 406, + "watchers": 407, + "watchers_count": 407, "web_commit_signoff_required": false }, "repo_url": "https://github.com/KelvinTegelaar/CIPP", - "stargazers": 406 + "stargazers": 407 }, { "info": { @@ -2271,7 +2271,7 @@ "releases_url": "https://api.github.com/repos/OCSInventory-NG/OCSInventory-Server/releases{/id}", "size": 54127, "ssh_url": "git@github.com:OCSInventory-NG/OCSInventory-Server.git", - "stargazers_count": 275, + "stargazers_count": 276, "stargazers_url": "https://api.github.com/repos/OCSInventory-NG/OCSInventory-Server/stargazers", "statuses_url": "https://api.github.com/repos/OCSInventory-NG/OCSInventory-Server/statuses/{sha}", "subscribers_count": 58, @@ -2292,15 +2292,15 @@ "server" ], "trees_url": "https://api.github.com/repos/OCSInventory-NG/OCSInventory-Server/git/trees{/sha}", - "updated_at": "2022-09-25T23:10:53Z", + "updated_at": "2022-09-30T06:22:54Z", "url": "https://api.github.com/repos/OCSInventory-NG/OCSInventory-Server", "visibility": "public", - "watchers": 275, - "watchers_count": 275, + "watchers": 276, + "watchers_count": 276, "web_commit_signoff_required": false }, "repo_url": "https://github.com/OCSInventory-NG/OCSInventory-Server", - "stargazers": 275 + "stargazers": 276 }, { "info": { @@ -2364,8 +2364,8 @@ "network_count": 15, "node_id": "MDEwOlJlcG9zaXRvcnkyMjk1Mzg5NDg=", "notifications_url": "https://api.github.com/repos/xUnholy/k8s-gitops/notifications{?since,all,participating}", - "open_issues": 21, - "open_issues_count": 21, + "open_issues": 23, + "open_issues_count": 23, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/20387402?v=4", "events_url": "https://api.github.com/users/xUnholy/events{/privacy}", @@ -2388,9 +2388,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/xUnholy/k8s-gitops/pulls{/number}", - "pushed_at": "2022-09-29T19:09:28Z", + "pushed_at": "2022-09-30T23:07:01Z", "releases_url": "https://api.github.com/repos/xUnholy/k8s-gitops/releases{/id}", - "size": 6928, + "size": 6929, "ssh_url": "git@github.com:xUnholy/k8s-gitops.git", "stargazers_count": 262, "stargazers_url": "https://api.github.com/repos/xUnholy/k8s-gitops/stargazers", @@ -2525,7 +2525,7 @@ "releases_url": "https://api.github.com/repos/leosuncin/nest-auth-example/releases{/id}", "size": 5457, "ssh_url": "git@github.com:leosuncin/nest-auth-example.git", - "stargazers_count": 196, + "stargazers_count": 197, "stargazers_url": "https://api.github.com/repos/leosuncin/nest-auth-example/stargazers", "statuses_url": "https://api.github.com/repos/leosuncin/nest-auth-example/statuses/{sha}", "subscribers_count": 4, @@ -2544,15 +2544,15 @@ "typescript" ], "trees_url": "https://api.github.com/repos/leosuncin/nest-auth-example/git/trees{/sha}", - "updated_at": "2022-09-28T00:03:11Z", + "updated_at": "2022-09-30T02:58:35Z", "url": "https://api.github.com/repos/leosuncin/nest-auth-example", "visibility": "public", - "watchers": 196, - "watchers_count": 196, + "watchers": 197, + "watchers_count": 197, "web_commit_signoff_required": false }, "repo_url": "https://github.com/leosuncin/nest-auth-example", - "stargazers": 196 + "stargazers": 197 }, { "info": { @@ -2616,8 +2616,8 @@ "network_count": 24, "node_id": "MDEwOlJlcG9zaXRvcnkyODc1MDA0NTY=", "notifications_url": "https://api.github.com/repos/bjw-s/home-ops/notifications{?since,all,participating}", - "open_issues": 6, - "open_issues_count": 6, + "open_issues": 7, + "open_issues_count": 7, "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-09-29T19:09:50Z", + "pushed_at": "2022-09-30T23:06:39Z", "releases_url": "https://api.github.com/repos/bjw-s/home-ops/releases{/id}", - "size": 32057, + "size": 32044, "ssh_url": "git@github.com:bjw-s/home-ops.git", "stargazers_count": 180, "stargazers_url": "https://api.github.com/repos/bjw-s/home-ops/stargazers", @@ -2857,8 +2857,8 @@ "network_count": 17, "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1OTIyMjc=", "notifications_url": "https://api.github.com/repos/toboshii/home-ops/notifications{?since,all,participating}", - "open_issues": 53, - "open_issues_count": 53, + "open_issues": 54, + "open_issues_count": 54, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/63410334?v=4", "events_url": "https://api.github.com/users/toboshii/events{/privacy}", @@ -2881,9 +2881,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/toboshii/home-ops/pulls{/number}", - "pushed_at": "2022-09-29T19:22:30Z", + "pushed_at": "2022-09-30T23:25:39Z", "releases_url": "https://api.github.com/repos/toboshii/home-ops/releases{/id}", - "size": 2706, + "size": 2714, "ssh_url": "git@github.com:toboshii/home-ops.git", "stargazers_count": 133, "stargazers_url": "https://api.github.com/repos/toboshii/home-ops/stargazers", @@ -2944,8 +2944,8 @@ "downloads_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/downloads", "events_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/events", "fork": false, - "forks": 69, - "forks_count": 69, + "forks": 70, + "forks_count": 70, "forks_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/forks", "full_name": "newrelic/newrelic-python-agent", "git_commits_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/git/commits{/sha}", @@ -2980,11 +2980,11 @@ "milestones_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/milestones{/number}", "mirror_url": null, "name": "newrelic-python-agent", - "network_count": 69, + "network_count": 70, "node_id": "MDEwOlJlcG9zaXRvcnk0NjEyMjQ2MA==", "notifications_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/notifications{?since,all,participating}", - "open_issues": 32, - "open_issues_count": 32, + "open_issues": 33, + "open_issues_count": 33, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/31739?v=4", "events_url": "https://api.github.com/users/newrelic/events{/privacy}", @@ -3027,7 +3027,7 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/pulls{/number}", - "pushed_at": "2022-09-30T00:42:16Z", + "pushed_at": "2022-09-30T17:04:24Z", "releases_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/releases{/id}", "size": 16294, "ssh_url": "git@github.com:newrelic/newrelic-python-agent.git", @@ -3240,8 +3240,8 @@ "network_count": 13, "node_id": "MDEwOlJlcG9zaXRvcnkyMzY4ODg0MDI=", "notifications_url": "https://api.github.com/repos/carpenike/k8s-gitops/notifications{?since,all,participating}", - "open_issues": 33, - "open_issues_count": 33, + "open_issues": 15, + "open_issues_count": 15, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/1302442?v=4", "events_url": "https://api.github.com/users/carpenike/events{/privacy}", @@ -3264,9 +3264,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/carpenike/k8s-gitops/pulls{/number}", - "pushed_at": "2022-09-29T18:31:46Z", + "pushed_at": "2022-09-30T23:29:18Z", "releases_url": "https://api.github.com/repos/carpenike/k8s-gitops/releases{/id}", - "size": 123753, + "size": 123775, "ssh_url": "git@github.com:carpenike/k8s-gitops.git", "stargazers_count": 114, "stargazers_url": "https://api.github.com/repos/carpenike/k8s-gitops/stargazers", @@ -3387,7 +3387,7 @@ "releases_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/releases{/id}", "size": 997, "ssh_url": "git@github.com:joeygoksu/prime-nestjs.git", - "stargazers_count": 107, + "stargazers_count": 108, "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": 7, @@ -3411,15 +3411,15 @@ "typescript" ], "trees_url": "https://api.github.com/repos/joeygoksu/prime-nestjs/git/trees{/sha}", - "updated_at": "2022-09-27T12:41:18Z", + "updated_at": "2022-09-30T13:25:28Z", "url": "https://api.github.com/repos/joeygoksu/prime-nestjs", "visibility": "public", - "watchers": 107, - "watchers_count": 107, + "watchers": 108, + "watchers_count": 108, "web_commit_signoff_required": false }, "repo_url": "https://github.com/joeygoksu/prime-nestjs", - "stargazers": 107 + "stargazers": 108 }, { "info": { @@ -3483,8 +3483,8 @@ "network_count": 29, "node_id": "MDEwOlJlcG9zaXRvcnk4Nzc4OTcwOQ==", "notifications_url": "https://api.github.com/repos/cbg-ethz/V-pipe/notifications{?since,all,participating}", - "open_issues": 23, - "open_issues_count": 23, + "open_issues": 22, + "open_issues_count": 22, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/12068026?v=4", "events_url": "https://api.github.com/users/cbg-ethz/events{/privacy}", @@ -3527,11 +3527,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/cbg-ethz/V-pipe/pulls{/number}", - "pushed_at": "2022-09-23T11:52:47Z", + "pushed_at": "2022-09-30T13:24:57Z", "releases_url": "https://api.github.com/repos/cbg-ethz/V-pipe/releases{/id}", - "size": 13087, + "size": 13139, "ssh_url": "git@github.com:cbg-ethz/V-pipe.git", - "stargazers_count": 92, + "stargazers_count": 93, "stargazers_url": "https://api.github.com/repos/cbg-ethz/V-pipe/stargazers", "statuses_url": "https://api.github.com/repos/cbg-ethz/V-pipe/statuses/{sha}", "subscribers_count": 6, @@ -3558,15 +3558,15 @@ "virus" ], "trees_url": "https://api.github.com/repos/cbg-ethz/V-pipe/git/trees{/sha}", - "updated_at": "2022-09-17T18:08:50Z", + "updated_at": "2022-09-30T04:52:07Z", "url": "https://api.github.com/repos/cbg-ethz/V-pipe", "visibility": "public", - "watchers": 92, - "watchers_count": 92, + "watchers": 93, + "watchers_count": 93, "web_commit_signoff_required": false }, "repo_url": "https://github.com/cbg-ethz/V-pipe", - "stargazers": 92 + "stargazers": 93 }, { "info": { @@ -3654,11 +3654,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/T145/black-mirror/pulls{/number}", - "pushed_at": "2022-09-29T13:51:18Z", + "pushed_at": "2022-09-30T13:55:16Z", "releases_url": "https://api.github.com/repos/T145/black-mirror/releases{/id}", - "size": 86530, + "size": 86577, "ssh_url": "git@github.com:T145/black-mirror.git", - "stargazers_count": 89, + "stargazers_count": 90, "stargazers_url": "https://api.github.com/repos/T145/black-mirror/stargazers", "statuses_url": "https://api.github.com/repos/T145/black-mirror/statuses/{sha}", "subscribers_count": 2, @@ -3689,15 +3689,15 @@ "whitelists-ip" ], "trees_url": "https://api.github.com/repos/T145/black-mirror/git/trees{/sha}", - "updated_at": "2022-09-28T00:09:48Z", + "updated_at": "2022-09-30T06:59:06Z", "url": "https://api.github.com/repos/T145/black-mirror", "visibility": "public", - "watchers": 89, - "watchers_count": 89, + "watchers": 90, + "watchers_count": 90, "web_commit_signoff_required": false }, "repo_url": "https://github.com/T145/black-mirror", - "stargazers": 89 + "stargazers": 90 }, { "info": { @@ -3789,7 +3789,7 @@ "releases_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/releases{/id}", "size": 71, "ssh_url": "git@github.com:meichthys/foss_photo_libraries.git", - "stargazers_count": 87, + "stargazers_count": 88, "stargazers_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/stargazers", "statuses_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/statuses/{sha}", "subscribers_count": 8, @@ -3801,15 +3801,15 @@ "temp_clone_token": null, "topics": [], "trees_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/git/trees{/sha}", - "updated_at": "2022-09-29T15:16:39Z", + "updated_at": "2022-09-30T13:33:52Z", "url": "https://api.github.com/repos/meichthys/foss_photo_libraries", "visibility": "public", - "watchers": 87, - "watchers_count": 87, + "watchers": 88, + "watchers_count": 88, "web_commit_signoff_required": false }, "repo_url": "https://github.com/meichthys/foss_photo_libraries", - "stargazers": 87 + "stargazers": 88 }, { "info": { @@ -4135,8 +4135,8 @@ "network_count": 32, "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2MzQzNzc=", "notifications_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/notifications{?since,all,participating}", - "open_issues": 83, - "open_issues_count": 83, + "open_issues": 87, + "open_issues_count": 87, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/52803776?v=4", "events_url": "https://api.github.com/users/oasisprotocol/events{/privacy}", @@ -4179,14 +4179,14 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/pulls{/number}", - "pushed_at": "2022-09-29T17:26:22Z", + "pushed_at": "2022-09-30T21:25:21Z", "releases_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/releases{/id}", - "size": 8413, + "size": 8454, "ssh_url": "git@github.com:oasisprotocol/oasis-wallet-web.git", "stargazers_count": 78, "stargazers_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/stargazers", "statuses_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/statuses/{sha}", - "subscribers_count": 25, + "subscribers_count": 24, "subscribers_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/subscribers", "subscription_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/subscription", "svn_url": "https://github.com/oasisprotocol/oasis-wallet-web", @@ -4323,9 +4323,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/telstra/open-kilda/pulls{/number}", - "pushed_at": "2022-09-28T13:09:37Z", + "pushed_at": "2022-09-30T07:18:31Z", "releases_url": "https://api.github.com/repos/telstra/open-kilda/releases{/id}", - "size": 298741, + "size": 298738, "ssh_url": "git@github.com:telstra/open-kilda.git", "stargazers_count": 69, "stargazers_url": "https://api.github.com/repos/telstra/open-kilda/stargazers", @@ -4530,8 +4530,8 @@ "network_count": 109, "node_id": "MDEwOlJlcG9zaXRvcnkyMjQ4Nzg3ODA=", "notifications_url": "https://api.github.com/repos/Azure/ARO-RP/notifications{?since,all,participating}", - "open_issues": 144, - "open_issues_count": 144, + "open_issues": 148, + "open_issues_count": 148, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/6844498?v=4", "events_url": "https://api.github.com/users/Azure/events{/privacy}", @@ -4574,11 +4574,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/Azure/ARO-RP/pulls{/number}", - "pushed_at": "2022-09-30T00:21:00Z", + "pushed_at": "2022-09-30T19:45:40Z", "releases_url": "https://api.github.com/repos/Azure/ARO-RP/releases{/id}", - "size": 70523, + "size": 70540, "ssh_url": "git@github.com:Azure/ARO-RP.git", - "stargazers_count": 65, + "stargazers_count": 66, "stargazers_url": "https://api.github.com/repos/Azure/ARO-RP/stargazers", "statuses_url": "https://api.github.com/repos/Azure/ARO-RP/statuses/{sha}", "subscribers_count": 35, @@ -4590,15 +4590,15 @@ "temp_clone_token": null, "topics": [], "trees_url": "https://api.github.com/repos/Azure/ARO-RP/git/trees{/sha}", - "updated_at": "2022-09-06T14:00:17Z", + "updated_at": "2022-09-30T17:20:30Z", "url": "https://api.github.com/repos/Azure/ARO-RP", "visibility": "public", - "watchers": 65, - "watchers_count": 65, + "watchers": 66, + "watchers_count": 66, "web_commit_signoff_required": false }, "repo_url": "https://github.com/Azure/ARO-RP", - "stargazers": 65 + "stargazers": 66 }, { "info": { @@ -4944,11 +4944,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/auricom/home-ops/pulls{/number}", - "pushed_at": "2022-09-29T22:43:03Z", + "pushed_at": "2022-09-30T23:39:13Z", "releases_url": "https://api.github.com/repos/auricom/home-ops/releases{/id}", - "size": 6383, + "size": 6391, "ssh_url": "git@github.com:auricom/home-ops.git", - "stargazers_count": 54, + "stargazers_count": 55, "stargazers_url": "https://api.github.com/repos/auricom/home-ops/stargazers", "statuses_url": "https://api.github.com/repos/auricom/home-ops/statuses/{sha}", "subscribers_count": 2, @@ -4968,15 +4968,15 @@ "renovate" ], "trees_url": "https://api.github.com/repos/auricom/home-ops/git/trees{/sha}", - "updated_at": "2022-09-28T08:57:15Z", + "updated_at": "2022-09-30T15:05:20Z", "url": "https://api.github.com/repos/auricom/home-ops", "visibility": "public", - "watchers": 54, - "watchers_count": 54, + "watchers": 55, + "watchers_count": 55, "web_commit_signoff_required": false }, "repo_url": "https://github.com/auricom/home-ops", - "stargazers": 54 + "stargazers": 55 }, { "info": { @@ -5802,6 +5802,127 @@ "repo_url": "https://github.com/practicalli/clojure", "stargazers": 42 }, + { + "info": { + "allow_forking": true, + "archive_url": "https://api.github.com/repos/jr0dd/home-ops/{archive_format}{/ref}", + "archived": false, + "assignees_url": "https://api.github.com/repos/jr0dd/home-ops/assignees{/user}", + "blobs_url": "https://api.github.com/repos/jr0dd/home-ops/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/jr0dd/home-ops/branches{/branch}", + "clone_url": "https://github.com/jr0dd/home-ops.git", + "collaborators_url": "https://api.github.com/repos/jr0dd/home-ops/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/jr0dd/home-ops/comments{/number}", + "commits_url": "https://api.github.com/repos/jr0dd/home-ops/commits{/sha}", + "compare_url": "https://api.github.com/repos/jr0dd/home-ops/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/jr0dd/home-ops/contents/{+path}", + "contributors_url": "https://api.github.com/repos/jr0dd/home-ops/contributors", + "created_at": "2021-08-02T00:07:55Z", + "default_branch": "main", + "deployments_url": "https://api.github.com/repos/jr0dd/home-ops/deployments", + "description": "One repo to rule them all. This mono repo serves my home infrastructure and Kubernetes cluster which utilizes Infrastructure as Code (IaC)", + "disabled": false, + "downloads_url": "https://api.github.com/repos/jr0dd/home-ops/downloads", + "events_url": "https://api.github.com/repos/jr0dd/home-ops/events", + "fork": false, + "forks": 2, + "forks_count": 2, + "forks_url": "https://api.github.com/repos/jr0dd/home-ops/forks", + "full_name": "jr0dd/home-ops", + "git_commits_url": "https://api.github.com/repos/jr0dd/home-ops/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/jr0dd/home-ops/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/jr0dd/home-ops/git/tags{/sha}", + "git_url": "git://github.com/jr0dd/home-ops.git", + "has_downloads": true, + "has_issues": true, + "has_pages": false, + "has_projects": true, + "has_wiki": true, + "homepage": "https://jr0dd.github.io/home-ops", + "hooks_url": "https://api.github.com/repos/jr0dd/home-ops/hooks", + "html_url": "https://github.com/jr0dd/home-ops", + "id": 391769041, + "is_template": false, + "issue_comment_url": "https://api.github.com/repos/jr0dd/home-ops/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/jr0dd/home-ops/issues/events{/number}", + "issues_url": "https://api.github.com/repos/jr0dd/home-ops/issues{/number}", + "keys_url": "https://api.github.com/repos/jr0dd/home-ops/keys{/key_id}", + "labels_url": "https://api.github.com/repos/jr0dd/home-ops/labels{/name}", + "language": "Jinja", + "languages_url": "https://api.github.com/repos/jr0dd/home-ops/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/jr0dd/home-ops/merges", + "milestones_url": "https://api.github.com/repos/jr0dd/home-ops/milestones{/number}", + "mirror_url": null, + "name": "home-ops", + "network_count": 2, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE3NjkwNDE=", + "notifications_url": "https://api.github.com/repos/jr0dd/home-ops/notifications{?since,all,participating}", + "open_issues": 2, + "open_issues_count": 2, + "owner": { + "avatar_url": "https://avatars.githubusercontent.com/u/285797?v=4", + "events_url": "https://api.github.com/users/jr0dd/events{/privacy}", + "followers_url": "https://api.github.com/users/jr0dd/followers", + "following_url": "https://api.github.com/users/jr0dd/following{/other_user}", + "gists_url": "https://api.github.com/users/jr0dd/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/jr0dd", + "id": 285797, + "login": "jr0dd", + "node_id": "MDQ6VXNlcjI4NTc5Nw==", + "organizations_url": "https://api.github.com/users/jr0dd/orgs", + "received_events_url": "https://api.github.com/users/jr0dd/received_events", + "repos_url": "https://api.github.com/users/jr0dd/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/jr0dd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jr0dd/subscriptions", + "type": "User", + "url": "https://api.github.com/users/jr0dd" + }, + "private": false, + "pulls_url": "https://api.github.com/repos/jr0dd/home-ops/pulls{/number}", + "pushed_at": "2022-10-01T01:10:17Z", + "releases_url": "https://api.github.com/repos/jr0dd/home-ops/releases{/id}", + "size": 5597, + "ssh_url": "git@github.com:jr0dd/home-ops.git", + "stargazers_count": 33, + "stargazers_url": "https://api.github.com/repos/jr0dd/home-ops/stargazers", + "statuses_url": "https://api.github.com/repos/jr0dd/home-ops/statuses/{sha}", + "subscribers_count": 2, + "subscribers_url": "https://api.github.com/repos/jr0dd/home-ops/subscribers", + "subscription_url": "https://api.github.com/repos/jr0dd/home-ops/subscription", + "svn_url": "https://github.com/jr0dd/home-ops", + "tags_url": "https://api.github.com/repos/jr0dd/home-ops/tags", + "teams_url": "https://api.github.com/repos/jr0dd/home-ops/teams", + "temp_clone_token": null, + "topics": [ + "ansible", + "fluxcd", + "k8s-at-home", + "kubernetes", + "kustomize", + "sops", + "terraform", + "ubuntu" + ], + "trees_url": "https://api.github.com/repos/jr0dd/home-ops/git/trees{/sha}", + "updated_at": "2022-09-30T23:15:58Z", + "url": "https://api.github.com/repos/jr0dd/home-ops", + "visibility": "public", + "watchers": 33, + "watchers_count": 33, + "web_commit_signoff_required": false + }, + "repo_url": "https://github.com/jr0dd/home-ops", + "stargazers": 33 + }, { "info": { "allow_forking": true, @@ -6026,127 +6147,6 @@ "repo_url": "https://github.com/AlbanAndrieu/ansible-windows", "stargazers": 32 }, - { - "info": { - "allow_forking": true, - "archive_url": "https://api.github.com/repos/jr0dd/home-ops/{archive_format}{/ref}", - "archived": false, - "assignees_url": "https://api.github.com/repos/jr0dd/home-ops/assignees{/user}", - "blobs_url": "https://api.github.com/repos/jr0dd/home-ops/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/jr0dd/home-ops/branches{/branch}", - "clone_url": "https://github.com/jr0dd/home-ops.git", - "collaborators_url": "https://api.github.com/repos/jr0dd/home-ops/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/jr0dd/home-ops/comments{/number}", - "commits_url": "https://api.github.com/repos/jr0dd/home-ops/commits{/sha}", - "compare_url": "https://api.github.com/repos/jr0dd/home-ops/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/jr0dd/home-ops/contents/{+path}", - "contributors_url": "https://api.github.com/repos/jr0dd/home-ops/contributors", - "created_at": "2021-08-02T00:07:55Z", - "default_branch": "main", - "deployments_url": "https://api.github.com/repos/jr0dd/home-ops/deployments", - "description": "One repo to rule them all. This mono repo serves my home infrastructure and Kubernetes cluster which utilizes Infrastructure as Code (IaC)", - "disabled": false, - "downloads_url": "https://api.github.com/repos/jr0dd/home-ops/downloads", - "events_url": "https://api.github.com/repos/jr0dd/home-ops/events", - "fork": false, - "forks": 2, - "forks_count": 2, - "forks_url": "https://api.github.com/repos/jr0dd/home-ops/forks", - "full_name": "jr0dd/home-ops", - "git_commits_url": "https://api.github.com/repos/jr0dd/home-ops/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/jr0dd/home-ops/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/jr0dd/home-ops/git/tags{/sha}", - "git_url": "git://github.com/jr0dd/home-ops.git", - "has_downloads": true, - "has_issues": true, - "has_pages": false, - "has_projects": true, - "has_wiki": true, - "homepage": "https://jr0dd.github.io/home-ops", - "hooks_url": "https://api.github.com/repos/jr0dd/home-ops/hooks", - "html_url": "https://github.com/jr0dd/home-ops", - "id": 391769041, - "is_template": false, - "issue_comment_url": "https://api.github.com/repos/jr0dd/home-ops/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/jr0dd/home-ops/issues/events{/number}", - "issues_url": "https://api.github.com/repos/jr0dd/home-ops/issues{/number}", - "keys_url": "https://api.github.com/repos/jr0dd/home-ops/keys{/key_id}", - "labels_url": "https://api.github.com/repos/jr0dd/home-ops/labels{/name}", - "language": "Jinja", - "languages_url": "https://api.github.com/repos/jr0dd/home-ops/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/jr0dd/home-ops/merges", - "milestones_url": "https://api.github.com/repos/jr0dd/home-ops/milestones{/number}", - "mirror_url": null, - "name": "home-ops", - "network_count": 2, - "node_id": "MDEwOlJlcG9zaXRvcnkzOTE3NjkwNDE=", - "notifications_url": "https://api.github.com/repos/jr0dd/home-ops/notifications{?since,all,participating}", - "open_issues": 2, - "open_issues_count": 2, - "owner": { - "avatar_url": "https://avatars.githubusercontent.com/u/285797?v=4", - "events_url": "https://api.github.com/users/jr0dd/events{/privacy}", - "followers_url": "https://api.github.com/users/jr0dd/followers", - "following_url": "https://api.github.com/users/jr0dd/following{/other_user}", - "gists_url": "https://api.github.com/users/jr0dd/gists{/gist_id}", - "gravatar_id": "", - "html_url": "https://github.com/jr0dd", - "id": 285797, - "login": "jr0dd", - "node_id": "MDQ6VXNlcjI4NTc5Nw==", - "organizations_url": "https://api.github.com/users/jr0dd/orgs", - "received_events_url": "https://api.github.com/users/jr0dd/received_events", - "repos_url": "https://api.github.com/users/jr0dd/repos", - "site_admin": false, - "starred_url": "https://api.github.com/users/jr0dd/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/jr0dd/subscriptions", - "type": "User", - "url": "https://api.github.com/users/jr0dd" - }, - "private": false, - "pulls_url": "https://api.github.com/repos/jr0dd/home-ops/pulls{/number}", - "pushed_at": "2022-09-30T01:14:51Z", - "releases_url": "https://api.github.com/repos/jr0dd/home-ops/releases{/id}", - "size": 5579, - "ssh_url": "git@github.com:jr0dd/home-ops.git", - "stargazers_count": 32, - "stargazers_url": "https://api.github.com/repos/jr0dd/home-ops/stargazers", - "statuses_url": "https://api.github.com/repos/jr0dd/home-ops/statuses/{sha}", - "subscribers_count": 2, - "subscribers_url": "https://api.github.com/repos/jr0dd/home-ops/subscribers", - "subscription_url": "https://api.github.com/repos/jr0dd/home-ops/subscription", - "svn_url": "https://github.com/jr0dd/home-ops", - "tags_url": "https://api.github.com/repos/jr0dd/home-ops/tags", - "teams_url": "https://api.github.com/repos/jr0dd/home-ops/teams", - "temp_clone_token": null, - "topics": [ - "ansible", - "fluxcd", - "k8s-at-home", - "kubernetes", - "kustomize", - "sops", - "terraform", - "ubuntu" - ], - "trees_url": "https://api.github.com/repos/jr0dd/home-ops/git/trees{/sha}", - "updated_at": "2022-09-12T08:14:15Z", - "url": "https://api.github.com/repos/jr0dd/home-ops", - "visibility": "public", - "watchers": 32, - "watchers_count": 32, - "web_commit_signoff_required": false - }, - "repo_url": "https://github.com/jr0dd/home-ops", - "stargazers": 32 - }, { "info": { "allow_forking": true, @@ -6723,8 +6723,8 @@ "network_count": 1, "node_id": "MDEwOlJlcG9zaXRvcnkzODI4NjMyOTE=", "notifications_url": "https://api.github.com/repos/0dragosh/homelab/notifications{?since,all,participating}", - "open_issues": 3, - "open_issues_count": 3, + "open_issues": 2, + "open_issues_count": 2, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/39906742?v=4", "events_url": "https://api.github.com/users/0dragosh/events{/privacy}", @@ -6747,9 +6747,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/0dragosh/homelab/pulls{/number}", - "pushed_at": "2022-09-29T22:42:50Z", + "pushed_at": "2022-09-30T22:42:30Z", "releases_url": "https://api.github.com/repos/0dragosh/homelab/releases{/id}", - "size": 3892, + "size": 3947, "ssh_url": "git@github.com:0dragosh/homelab.git", "stargazers_count": 23, "stargazers_url": "https://api.github.com/repos/0dragosh/homelab/stargazers", diff --git a/CHANGELOG.md b/CHANGELOG.md index de068bab450..a2dc3d2ac0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - [syft](https://github.com/anchore/syft) from 0.57.0 to **0.58.0** on 2022-09-30 - [kics](https://www.kics.io) from 1.6.0 to **1.6.1** on 2022-09-30 - [terraform-fmt](https://www.terraform.io/docs/cli/commands/fmt.html) from 1.3.0 to **1.3.1** on 2022-09-30 + - [coffeelint](http://www.coffeelint.org) from 5.2.9 to **5.2.10** on 2022-10-01 + - [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 6.10.1 to **6.12.0** on 2022-10-01 + - [terragrunt](https://terragrunt.gruntwork.io) from 0.38.12 to **0.39.0** on 2022-10-01 ## [v6.10.0] - 2022-09-19 diff --git a/README.md b/README.md index d99d649237a..3ad75a44555 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ![GitHub release](https://img.shields.io/github/v/release/oxsecurity/megalinter?sort=semver) -[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-3.5M-blue)](https://megalinter.github.io/flavors/) +[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-3.6M-blue)](https://megalinter.github.io/flavors/) [![Downloads/week](https://img.shields.io/npm/dw/mega-linter-runner.svg)](https://npmjs.org/package/mega-linter-runner) [![GitHub stars](https://img.shields.io/github/stars/oxsecurity/megalinter?cacheSeconds=3600)](https://github.com/oxsecurity/megalinter/stargazers/) [![MegaLinter](https://github.com/oxsecurity/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/oxsecurity/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain) diff --git a/docs/all_linters.md b/docs/all_linters.md index 8f5c97af607..4a1d37ce85d 100644 --- a/docs/all_linters.md +++ b/docs/all_linters.md @@ -18,9 +18,9 @@ | [**chktex**](https://www.nongnu.org/chktex){target=_blank} | 1.7.6 | | | [LATEX](descriptors/latex_chktex.md) | :white_circle: | [Web Site](https://www.nongnu.org/chktex){target=_blank} | | [**clippy**](https://github.com/rust-lang/rust-clippy){target=_blank} | 0.1.64 | [Other](licenses/clippy.md) | [![GitHub stars](https://img.shields.io/github/stars/rust-lang/rust-clippy?cacheSeconds=3600)](https://github.com/rust-lang/rust-clippy){target=_blank} | [RUST](descriptors/rust_clippy.md) | :white_circle: | [Repository](https://github.com/rust-lang/rust-clippy){target=_blank} | | [**clj-kondo**](https://github.com/borkdude/clj-kondo){target=_blank} | 2022.09.08 | [EPL-1.0](licenses/clj-kondo.md) | [![GitHub stars](https://img.shields.io/github/stars/borkdude/clj-kondo?cacheSeconds=3600)](https://github.com/borkdude/clj-kondo){target=_blank} | [CLOJURE](descriptors/clojure_clj_kondo.md) | :heart: | [MegaLinter reference](https://github.com/borkdude/clj-kondo/blob/master/doc/ci-integration.md#github){target=_blank} | -| [**coffeelint**](https://github.com/clutchski/coffeelint){target=_blank} | 5.2.9 | [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} | +| [**coffeelint**](https://github.com/clutchski/coffeelint){target=_blank} | 5.2.10 | [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} | 1.6.1 | | | [C](descriptors/c_cpplint.md)
[CPP](descriptors/cpp_cpplint.md) | :white_circle: | [Web Site](https://github.com/cpplint/cpplint){target=_blank} | -| [**cspell**](https://github.com/streetsidesoftware/cspell){target=_blank} | 6.10.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} | 6.12.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} | | [**devskim**](https://github.com/microsoft/DevSkim){target=_blank} | 0.6.9 | [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} | | [**djlint**](https://github.com/Riverside-Healthcare/djlint){target=_blank} | 1.18.0 | [GPL-3.0](licenses/djlint.md) | [![GitHub stars](https://img.shields.io/github/stars/Riverside-Healthcare/djlint?cacheSeconds=3600)](https://github.com/Riverside-Healthcare/djlint){target=_blank} | [HTML](descriptors/html_djlint.md) | :white_circle: | [Repository](https://github.com/Riverside-Healthcare/djlint){target=_blank} | @@ -93,7 +93,7 @@ | [**syft**](https://github.com/anchore/syft){target=_blank} | 0.58.0 | | [![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} | | [**tekton-lint**](https://github.com/IBM/tekton-lint){target=_blank} | 0.6.0 | | [![GitHub stars](https://img.shields.io/github/stars/IBM/tekton-lint?cacheSeconds=3600)](https://github.com/IBM/tekton-lint){target=_blank} | [TEKTON](descriptors/tekton_tekton_lint.md) | :white_circle: | [Repository](https://github.com/IBM/tekton-lint){target=_blank} | | [**terraform-fmt**](https://github.com/hashicorp/terraform){target=_blank} | 1.3.1 | [MPL-2.0](licenses/terraform-fmt.md) | [![GitHub stars](https://img.shields.io/github/stars/hashicorp/terraform?cacheSeconds=3600)](https://github.com/hashicorp/terraform){target=_blank} | [TERRAFORM](descriptors/terraform_terraform_fmt.md) | :white_circle: | [Repository](https://github.com/hashicorp/terraform){target=_blank} | -| [**terragrunt**](https://github.com/gruntwork-io/terragrunt){target=_blank} | 0.38.12 | [MIT](licenses/terragrunt.md) | [![GitHub stars](https://img.shields.io/github/stars/gruntwork-io/terragrunt?cacheSeconds=3600)](https://github.com/gruntwork-io/terragrunt){target=_blank} | [TERRAFORM](descriptors/terraform_terragrunt.md) | :white_circle: | [Repository](https://github.com/gruntwork-io/terragrunt){target=_blank} | +| [**terragrunt**](https://github.com/gruntwork-io/terragrunt){target=_blank} | 0.39.0 | [MIT](licenses/terragrunt.md) | [![GitHub stars](https://img.shields.io/github/stars/gruntwork-io/terragrunt?cacheSeconds=3600)](https://github.com/gruntwork-io/terragrunt){target=_blank} | [TERRAFORM](descriptors/terraform_terragrunt.md) | :white_circle: | [Repository](https://github.com/gruntwork-io/terragrunt){target=_blank} | | [**terrascan**](https://github.com/accurics/terrascan){target=_blank} | 1.15.2 | [Apache-2.0](licenses/terrascan.md) | [![GitHub stars](https://img.shields.io/github/stars/accurics/terrascan?cacheSeconds=3600)](https://github.com/accurics/terrascan){target=_blank} | [TERRAFORM](descriptors/terraform_terrascan.md) | :white_circle: | [Repository](https://github.com/accurics/terrascan){target=_blank} | | [**tflint**](https://github.com/terraform-linters/tflint){target=_blank} | 0.41.0 | | [![GitHub stars](https://img.shields.io/github/stars/terraform-linters/tflint?cacheSeconds=3600)](https://github.com/terraform-linters/tflint){target=_blank} | [TERRAFORM](descriptors/terraform_tflint.md) | :white_circle: | [Repository](https://github.com/terraform-linters/tflint){target=_blank} | | [**trivy**](https://github.com/aquasecurity/trivy){target=_blank} | 0.29.2 | [Apache-2.0](licenses/trivy.md) | [![GitHub stars](https://img.shields.io/github/stars/aquasecurity/trivy?cacheSeconds=3600)](https://github.com/aquasecurity/trivy){target=_blank} | [REPOSITORY](descriptors/repository_trivy.md) | :white_circle: | [Repository](https://github.com/aquasecurity/trivy){target=_blank} | diff --git a/docs/all_users.md b/docs/all_users.md index 5e1498fd616..157dc35a5cc 100644 --- a/docs/all_users.md +++ b/docs/all_users.md @@ -50,9 +50,9 @@ According to posted issues, there are many more private and self-hosted repos us [![catthehacker/docker_images - GitHub](https://gh-card.dev/repos/catthehacker/docker_images.svg?fullname=)](https://github.com/catthehacker/docker_images){target=_blank} [![nvuillam/sfdx-essentials - GitHub](https://gh-card.dev/repos/nvuillam/sfdx-essentials.svg?fullname=)](https://github.com/nvuillam/sfdx-essentials){target=_blank} [![practicalli/clojure - GitHub](https://gh-card.dev/repos/practicalli/clojure.svg?fullname=)](https://github.com/practicalli/clojure){target=_blank} +[![jr0dd/home-ops - GitHub](https://gh-card.dev/repos/jr0dd/home-ops.svg?fullname=)](https://github.com/jr0dd/home-ops){target=_blank} [![quackduck/secret - GitHub](https://gh-card.dev/repos/quackduck/secret.svg?fullname=)](https://github.com/quackduck/secret){target=_blank} [![AlbanAndrieu/ansible-windows - GitHub](https://gh-card.dev/repos/AlbanAndrieu/ansible-windows.svg?fullname=)](https://github.com/AlbanAndrieu/ansible-windows){target=_blank} -[![jr0dd/home-ops - GitHub](https://gh-card.dev/repos/jr0dd/home-ops.svg?fullname=)](https://github.com/jr0dd/home-ops){target=_blank} [![hardisgroupcom/sfdx-hardis - GitHub](https://gh-card.dev/repos/hardisgroupcom/sfdx-hardis.svg?fullname=)](https://github.com/hardisgroupcom/sfdx-hardis){target=_blank} [![MythicDrops/MythicDrops - GitHub](https://gh-card.dev/repos/MythicDrops/MythicDrops.svg?fullname=)](https://github.com/MythicDrops/MythicDrops){target=_blank} [![ahmadnassri/node-pretty-exceptions - GitHub](https://gh-card.dev/repos/ahmadnassri/node-pretty-exceptions.svg?fullname=)](https://github.com/ahmadnassri/node-pretty-exceptions){target=_blank} diff --git a/docs/descriptors/coffee_coffeelint.md b/docs/descriptors/coffee_coffeelint.md index 621f6335905..d702d239e27 100644 --- a/docs/descriptors/coffee_coffeelint.md +++ b/docs/descriptors/coffee_coffeelint.md @@ -4,7 +4,7 @@ ## coffeelint documentation -- Version in MegaLinter: **5.2.9** +- Version in MegaLinter: **5.2.10** - Visit [Official Web Site](http://www.coffeelint.org){target=_blank} - See [How to configure coffeelint rules](http://www.coffeelint.org/#options){target=_blank} - If custom `.coffee-lint.json` config file is not found, [.coffee-lint.json](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.coffee-lint.json){target=_blank} will be used diff --git a/docs/descriptors/python_black.md b/docs/descriptors/python_black.md index 70eef23ee5c..4ec4dadfe54 100644 --- a/docs/descriptors/python_black.md +++ b/docs/descriptors/python_black.md @@ -114,8 +114,8 @@ Options: input). --python-cell-magics TEXT When processing Jupyter Notebooks, add the given magic to the list of known python- - magics (time, prun, timeit, python3, pypy, - capture, python). Useful for formatting + magics (prun, time, python3, capture, + python, timeit, pypy). Useful for formatting cells with custom python magics. -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 a35bca0372b..2387ef7d517 100644 --- a/docs/descriptors/repository_checkov.md +++ b/docs/descriptors/repository_checkov.md @@ -123,7 +123,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 {top,bottom}] + [--summary-position {bottom,top}] Infrastructure as code static analysis @@ -373,7 +373,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 {top,bottom} + --summary-position {bottom,top} 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 87fc1d6aa2d..07a95ea77c6 100644 --- a/docs/descriptors/salesforce_sfdx_scanner_aura.md +++ b/docs/descriptors/salesforce_sfdx_scanner_aura.md @@ -203,28 +203,28 @@ ApexAssertionsShouldIncludeMessage apex Best Practices ApexUnitTestClassShouldHaveAsserts apex Best Practices quickstart,Default ruleset...,ApexUnit pmd ApexUnitTestMethodShouldHaveIsTestAnnotation apex Best Practices pmd ApexUnitTestShouldNotUseSeeAllDataTrue apex Best Practices quickstart,Default ruleset...,ApexUnit pmd -AvoidGlobalModifier apex Best Practices Style,quickstart,Default ruleset... pmd -AvoidLogicInTrigger apex Best Practices Style,quickstart,Default ruleset... pmd +AvoidGlobalModifier apex Best Practices quickstart,Default ruleset...,Style pmd +AvoidLogicInTrigger apex Best Practices quickstart,Default ruleset...,Style pmd DebugsShouldUseLoggingLevel apex Best Practices quickstart pmd UnusedLocalVariable apex Best Practices pmd AvoidDebugStatements apex Performance pmd -AvoidDmlStatementsInLoops apex Performance Default ruleset...,Performance pmd -AvoidSoqlInLoops apex Performance Default ruleset...,Performance pmd -AvoidSoslInLoops apex Performance Default ruleset...,Performance pmd +AvoidDmlStatementsInLoops apex Performance Performance,Default ruleset... pmd +AvoidSoqlInLoops apex Performance Performance,Default ruleset... pmd +AvoidSoslInLoops apex Performance Performance,Default ruleset... pmd EagerlyLoadedDescribeSObjectResult apex Performance pmd OperationWithLimitsInLoop apex Performance quickstart pmd -ApexBadCrypto apex Security Security,quickstart,Default ruleset... pmd -ApexCRUDViolation apex Security Security,quickstart,Default ruleset... pmd +ApexBadCrypto apex Security quickstart,Default ruleset...,Security pmd +ApexCRUDViolation apex Security quickstart,Default ruleset...,Security pmd ApexCSRF apex Security Security pmd -ApexDangerousMethods apex Security Security,quickstart,Default ruleset... pmd -ApexInsecureEndpoint apex Security Security,quickstart,Default ruleset... pmd -ApexOpenRedirect apex Security Security,quickstart,Default ruleset... pmd -ApexSharingViolations apex Security Security,quickstart,Default ruleset... pmd -ApexSOQLInjection apex Security Security,quickstart,Default ruleset... pmd -ApexSuggestUsingNamedCred apex Security Security,quickstart,Default ruleset... pmd -ApexXSSFromEscapeFalse apex Security Security,quickstart,Default ruleset... pmd -ApexXSSFromURLParam apex Security Security,quickstart,Default ruleset... pmd -ClassNamingConventions apex Code Style Style,quickstart,Default ruleset... pmd +ApexDangerousMethods apex Security quickstart,Default ruleset...,Security pmd +ApexInsecureEndpoint apex Security quickstart,Default ruleset...,Security pmd +ApexOpenRedirect apex Security quickstart,Default ruleset...,Security pmd +ApexSharingViolations apex Security quickstart,Default ruleset...,Security pmd +ApexSOQLInjection apex Security quickstart,Default ruleset...,Security pmd +ApexSuggestUsingNamedCred apex Security quickstart,Default ruleset...,Security pmd +ApexXSSFromEscapeFalse apex Security quickstart,Default ruleset...,Security pmd +ApexXSSFromURLParam apex Security quickstart,Default ruleset...,Security pmd +ClassNamingConventions apex Code Style quickstart,Default ruleset...,Style pmd IfElseStmtsMustUseBraces apex Code Style quickstart,Default ruleset...,Braces pmd IfStmtsMustUseBraces apex Code Style quickstart,Default ruleset...,Braces pmd FieldDeclarationsShouldBeAtStart apex Code Style pmd @@ -232,34 +232,34 @@ FieldNamingConventions apex Code Style ForLoopsMustUseBraces apex Code Style quickstart,Default ruleset...,Braces pmd FormalParameterNamingConventions apex Code Style quickstart pmd LocalVariableNamingConventions apex Code Style quickstart pmd -MethodNamingConventions apex Code Style Style,quickstart,Default ruleset... pmd +MethodNamingConventions apex Code Style quickstart,Default ruleset...,Style pmd OneDeclarationPerLine apex Code Style quickstart,Default ruleset... pmd PropertyNamingConventions apex Code Style quickstart pmd -VariableNamingConventions apex Code Style Style,Default ruleset... pmd +VariableNamingConventions apex Code Style Default ruleset...,Style pmd WhileLoopsMustUseBraces apex Code Style quickstart,Default ruleset...,Braces pmd -AvoidDeeplyNestedIfStmts apex Design quickstart,Default ruleset...,Complexity pmd -CyclomaticComplexity apex Design Metrics tempora...,quickstart,Default ruleset... pmd +AvoidDeeplyNestedIfStmts apex Design Complexity,quickstart,Default ruleset... pmd +CyclomaticComplexity apex Design quickstart,Default ruleset...,Metrics tempora... pmd CognitiveComplexity apex Design pmd -ExcessiveClassLength apex Design quickstart,Default ruleset...,Complexity pmd -ExcessiveParameterList apex Design quickstart,Default ruleset...,Complexity pmd -ExcessivePublicCount apex Design quickstart,Default ruleset...,Complexity pmd -NcssConstructorCount apex Design quickstart,Default ruleset...,Complexity pmd -NcssMethodCount apex Design quickstart,Default ruleset...,Complexity pmd -NcssTypeCount apex Design quickstart,Default ruleset...,Complexity pmd -StdCyclomaticComplexity apex Design quickstart,Default ruleset...,Complexity pmd -TooManyFields apex Design quickstart,Default ruleset...,Complexity pmd +ExcessiveClassLength apex Design Complexity,quickstart,Default ruleset... pmd +ExcessiveParameterList apex Design Complexity,quickstart,Default ruleset... pmd +ExcessivePublicCount apex Design Complexity,quickstart,Default ruleset... pmd +NcssConstructorCount apex Design Complexity,quickstart,Default ruleset... pmd +NcssMethodCount apex Design Complexity,quickstart,Default ruleset... pmd +NcssTypeCount apex Design Complexity,quickstart,Default ruleset... pmd +StdCyclomaticComplexity apex Design Complexity,quickstart,Default ruleset... pmd +TooManyFields apex Design Complexity,quickstart,Default ruleset... pmd ApexDoc apex Documentation quickstart,Default ruleset... pmd ApexCSRF apex Error Prone quickstart,Default ruleset... pmd -AvoidDirectAccessTriggerMap apex Error Prone Style,quickstart,Default ruleset... pmd -AvoidHardcodingId apex Error Prone Style,quickstart,Default ruleset... pmd +AvoidDirectAccessTriggerMap apex Error Prone quickstart,Default ruleset...,Style pmd +AvoidHardcodingId apex Error Prone quickstart,Default ruleset...,Style pmd AvoidNonExistentAnnotations apex Error Prone quickstart,Default ruleset... pmd -EmptyCatchBlock apex Error Prone quickstart,Default ruleset...,Empty Code pmd -EmptyIfStmt apex Error Prone quickstart,Default ruleset...,Empty Code pmd -EmptyStatementBlock apex Error Prone quickstart,Default ruleset...,Empty Code pmd -EmptyTryOrFinallyBlock apex Error Prone quickstart,Default ruleset...,Empty Code pmd -EmptyWhileStmt apex Error Prone quickstart,Default ruleset...,Empty Code pmd +EmptyCatchBlock apex Error Prone Empty Code,quickstart,Default ruleset... pmd +EmptyIfStmt apex Error Prone Empty Code,quickstart,Default ruleset... pmd +EmptyStatementBlock apex Error Prone Empty Code,quickstart,Default ruleset... pmd +EmptyTryOrFinallyBlock apex Error Prone Empty Code,quickstart,Default ruleset... pmd +EmptyWhileStmt apex Error Prone Empty Code,quickstart,Default ruleset... pmd InaccessibleAuraEnabledGetter apex Error Prone pmd -MethodWithSameNameAsEnclosingClass apex Error Prone Style,quickstart,Default ruleset... pmd +MethodWithSameNameAsEnclosingClass apex Error Prone quickstart,Default ruleset...,Style pmd OverrideBothEqualsAndHashcode apex Error Prone pmd TestMethodsMustBeInTestClasses apex Error Prone pmd constructor-super javascript ECMAScript 6 ECMAScript 6 eslint diff --git a/docs/descriptors/spell_cspell.md b/docs/descriptors/spell_cspell.md index b253cb5d4d6..2142859218a 100644 --- a/docs/descriptors/spell_cspell.md +++ b/docs/descriptors/spell_cspell.md @@ -7,7 +7,7 @@ Copy it at the root of your repository, read it, remove real spelling errors (af ## cspell documentation -- Version in MegaLinter: **6.10.1** +- Version in MegaLinter: **6.12.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} @@ -101,9 +101,9 @@ Commands: check [options] Spell check file(s) and display the result. The full file is displayed in color. + suggestions|sug [options] [words...] Spelling Suggestions for words. link Link dictionaries and other settings to the cspell global config. - suggestions|sug [options] [words...] Spelling Suggestions for words. help [command] display help for command ``` diff --git a/docs/descriptors/terraform_checkov.md b/docs/descriptors/terraform_checkov.md index 812d0488770..fbc172105aa 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 {top,bottom}] + [--summary-position {bottom,top}] Infrastructure as code static analysis @@ -360,7 +360,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 {top,bottom} + --summary-position {bottom,top} 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/terraform_terragrunt.md b/docs/descriptors/terraform_terragrunt.md index d6837c5810d..caef11e05e5 100644 --- a/docs/descriptors/terraform_terragrunt.md +++ b/docs/descriptors/terraform_terragrunt.md @@ -4,7 +4,7 @@ ## terragrunt documentation -- Version in MegaLinter: **0.38.12** +- Version in MegaLinter: **0.39.0** - Visit [Official Web Site](https://terragrunt.gruntwork.io){target=_blank} - See [How to configure terragrunt rules](https://terragrunt.gruntwork.io/docs/getting-started/configuration/#terragrunt-configuration-file){target=_blank} @@ -116,7 +116,7 @@ GLOBAL OPTIONS: terragrunt-use-partial-parse-config-cache Enables caching of includes during partial parsing operations. Will also be used for the --terragrunt-iam-role option if provided. VERSION: - v0.38.12 + v0.39.0 AUTHOR(S): Gruntwork diff --git a/mega-linter-runner/README.md b/mega-linter-runner/README.md index bbc378d2a6b..faf68c8f537 100644 --- a/mega-linter-runner/README.md +++ b/mega-linter-runner/README.md @@ -15,7 +15,7 @@ [![Downloads/total](https://img.shields.io/npm/dt/mega-linter-runner.svg)](https://npmjs.org/package/mega-linter-runner) [![GitHub stars](https://img.shields.io/github/stars/oxsecurity/megalinter?maxAge=2592000)](https://GitHub.com/oxsecurity/megalinter/stargazers/) -[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-3.5M-blue)](https://megalinter.github.io/flavors/) +[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-3.6M-blue)](https://megalinter.github.io/flavors/) [![MegaLinter](https://github.com/oxsecurity/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://megalinter.github.io) [![codecov](https://codecov.io/gh/oxsecurity/megalinter/branch/master/graph/badge.svg)](https://codecov.io/gh/oxsecurity/megalinter) [![Secured with Trivy](https://img.shields.io/badge/Trivy-secured-green?logo=docker)](https://github.com/aquasecurity/trivy)