From d7f0b566911ea1ebe615e930c93baa683823b38f Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Fri, 16 Sep 2022 07:43:31 +0200 Subject: [PATCH] [automation] Auto-update linters version, help and documentation (#1878) --- .automation/generated/flavors-stats.json | 60 +++++++ .automation/generated/linter-helps.json | 8 +- .automation/generated/linter-versions.json | 8 +- .automation/generated/megalinter-users.json | 178 ++++++++++---------- CHANGELOG.md | 4 + docs/all_linters.md | 8 +- docs/descriptors/python_black.md | 6 +- docs/descriptors/repository_checkov.md | 2 +- docs/descriptors/repository_semgrep.md | 2 +- docs/descriptors/scala_scalafix.md | 4 +- docs/descriptors/spell_cspell.md | 2 +- docs/descriptors/terraform_checkov.md | 2 +- 12 files changed, 174 insertions(+), 110 deletions(-) diff --git a/.automation/generated/flavors-stats.json b/.automation/generated/flavors-stats.json index 8bbb6ffbe49..d3f11332a45 100644 --- a/.automation/generated/flavors-stats.json +++ b/.automation/generated/flavors-stats.json @@ -923,6 +923,10 @@ [ "2022-09-15T12:40:02", 2589797 + ], + [ + "2022-09-16T01:11:41", + 2590632 ] ], "ci_light": [ @@ -1849,6 +1853,10 @@ [ "2022-09-15T12:40:02", 24955 + ], + [ + "2022-09-16T01:11:41", + 25063 ] ], "dart": [ @@ -3685,6 +3693,10 @@ [ "2022-09-15T12:40:02", 71657 + ], + [ + "2022-09-16T01:11:41", + 71784 ] ], "dotnet": [ @@ -4611,6 +4623,10 @@ [ "2022-09-15T12:40:02", 312024 + ], + [ + "2022-09-16T01:11:41", + 312105 ] ], "go": [ @@ -5537,6 +5553,10 @@ [ "2022-09-15T12:40:02", 13514 + ], + [ + "2022-09-16T01:11:41", + 13533 ] ], "java": [ @@ -6463,6 +6483,10 @@ [ "2022-09-15T12:40:02", 91736 + ], + [ + "2022-09-16T01:11:41", + 91842 ] ], "javascript": [ @@ -7389,6 +7413,10 @@ [ "2022-09-15T12:40:02", 146652 + ], + [ + "2022-09-16T01:11:41", + 146765 ] ], "php": [ @@ -8315,6 +8343,10 @@ [ "2022-09-15T12:40:02", 18309 + ], + [ + "2022-09-16T01:11:41", + 18521 ] ], "python": [ @@ -9241,6 +9273,10 @@ [ "2022-09-15T12:40:02", 102297 + ], + [ + "2022-09-16T01:11:41", + 102537 ] ], "ruby": [ @@ -10163,6 +10199,10 @@ [ "2022-09-15T12:40:02", 2547 + ], + [ + "2022-09-16T01:11:41", + 2547 ] ], "rust": [ @@ -11085,6 +11125,10 @@ [ "2022-09-15T12:40:02", 3927 + ], + [ + "2022-09-16T01:11:41", + 3929 ] ], "salesforce": [ @@ -12011,6 +12055,10 @@ [ "2022-09-15T12:40:02", 13708 + ], + [ + "2022-09-16T01:11:41", + 13718 ] ], "scala": [ @@ -12935,6 +12983,10 @@ [ "2022-09-15T12:40:02", 1016 + ], + [ + "2022-09-16T01:11:41", + 1028 ] ], "swift": [ @@ -13857,6 +13909,10 @@ [ "2022-09-15T12:40:02", 2399 + ], + [ + "2022-09-16T01:11:41", + 2399 ] ], "terraform": [ @@ -14783,6 +14839,10 @@ [ "2022-09-15T12:40:02", 110057 + ], + [ + "2022-09-16T01:11:41", + 110344 ] ] } \ No newline at end of file diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index 9cb4813f94f..ef8ea444245 100644 --- a/.automation/generated/linter-helps.json +++ b/.automation/generated/linter-helps.json @@ -374,9 +374,9 @@ " input).", " --python-cell-magics TEXT When processing Jupyter Notebooks, add the", " given magic to the list of known python-", - " magics (pypy, python, timeit, time, python3,", - " capture, prun). Useful for formatting cells", - " with custom python magics.", + " magics (capture, python, timeit, prun,", + " python3, pypy, time). Useful for formatting", + " cells with custom python magics.", " -S, --skip-string-normalization", " Don't normalize string quotes or prefixes.", " -C, --skip-magic-trailing-comma", @@ -5374,7 +5374,7 @@ " -V, --verbose-version Display verbose version." ], "scalafix": [ - "Scalafix 0.10.1", + "Scalafix 0.10.2", "Usage: scalafix [options] [ ...]", "", "Scalafix is a refactoring and linting tool. Scalafix supports both syntactic and", diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index 62fb43fb583..03fee97eeba 100644 --- a/.automation/generated/linter-versions.json +++ b/.automation/generated/linter-versions.json @@ -7,14 +7,14 @@ "black": "22.8.0", "cfn-lint": "0.65.0", "checkmake": "0.2.1", - "checkov": "2.1.209", + "checkov": "2.1.210", "checkstyle": "10.3.3", "chktex": "1.7.6", "clippy": "0.1.63", "clj-kondo": "2022.09.08", "coffeelint": "5.2.9", "cpplint": "1.6.1", - "cspell": "6.8.2", + "cspell": "6.9.0", "dartanalyzer": "0.0.0", "devskim": "0.6.9", "djlint": "1.14.2", @@ -70,10 +70,10 @@ "rstcheck": "6.1.0", "rstfmt": "0.0.10", "rubocop": "1.36.0", - "scalafix": "0.10.1", + "scalafix": "0.10.2", "scss-lint": "0.59.0", "secretlint": "5.2.4", - "semgrep": "0.112.1", + "semgrep": "0.113.0", "sfdx-scanner": "2.8.0", "sfdx-scanner-apex": "2.13.9", "sfdx-scanner-aura": "2.13.9", diff --git a/.automation/generated/megalinter-users.json b/.automation/generated/megalinter-users.json index d61d6c0ebcd..48169441e4b 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": 721, - "forks_count": 721, + "forks": 722, + "forks_count": 722, "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": 721, + "network_count": 722, "node_id": "MDEwOlJlcG9zaXRvcnkxNjM4ODMyNzk=", "notifications_url": "https://api.github.com/repos/nektos/act/notifications{?since,all,participating}", - "open_issues": 78, - "open_issues_count": 78, + "open_issues": 81, + "open_issues_count": 81, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/3813618?v=4", "events_url": "https://api.github.com/users/nektos/events{/privacy}", @@ -106,11 +106,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/nektos/act/pulls{/number}", - "pushed_at": "2022-09-15T09:26:57Z", + "pushed_at": "2022-09-15T20:10:56Z", "releases_url": "https://api.github.com/repos/nektos/act/releases{/id}", - "size": 6158, + "size": 6191, "ssh_url": "git@github.com:nektos/act.git", - "stargazers_count": 27574, + "stargazers_count": 27589, "stargazers_url": "https://api.github.com/repos/nektos/act/stargazers", "statuses_url": "https://api.github.com/repos/nektos/act/statuses/{sha}", "subscribers_count": 118, @@ -127,15 +127,15 @@ "golang" ], "trees_url": "https://api.github.com/repos/nektos/act/git/trees{/sha}", - "updated_at": "2022-09-15T12:17:59Z", + "updated_at": "2022-09-15T23:48:43Z", "url": "https://api.github.com/repos/nektos/act", "visibility": "public", - "watchers": 27574, - "watchers_count": 27574, + "watchers": 27589, + "watchers_count": 27589, "web_commit_signoff_required": false }, "repo_url": "https://github.com/nektos/act", - "stargazers": 27574 + "stargazers": 27589 }, { "info": { @@ -227,7 +227,7 @@ "releases_url": "https://api.github.com/repos/stepancheg/rust-protobuf/releases{/id}", "size": 55947, "ssh_url": "git@github.com:stepancheg/rust-protobuf.git", - "stargazers_count": 2177, + "stargazers_count": 2178, "stargazers_url": "https://api.github.com/repos/stepancheg/rust-protobuf/stargazers", "statuses_url": "https://api.github.com/repos/stepancheg/rust-protobuf/statuses/{sha}", "subscribers_count": 21, @@ -243,15 +243,15 @@ "serialization" ], "trees_url": "https://api.github.com/repos/stepancheg/rust-protobuf/git/trees{/sha}", - "updated_at": "2022-09-15T09:54:25Z", + "updated_at": "2022-09-15T14:15:32Z", "url": "https://api.github.com/repos/stepancheg/rust-protobuf", "visibility": "public", - "watchers": 2177, - "watchers_count": 2177, + "watchers": 2178, + "watchers_count": 2178, "web_commit_signoff_required": false }, "repo_url": "https://github.com/stepancheg/rust-protobuf", - "stargazers": 2177 + "stargazers": 2178 }, { "info": { @@ -483,7 +483,7 @@ "stargazers_count": 1387, "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": 2366, + "subscribers_count": 2365, "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", @@ -525,8 +525,8 @@ "downloads_url": "https://api.github.com/repos/dorssel/usbipd-win/downloads", "events_url": "https://api.github.com/repos/dorssel/usbipd-win/events", "fork": false, - "forks": 77, - "forks_count": 77, + "forks": 78, + "forks_count": 78, "forks_url": "https://api.github.com/repos/dorssel/usbipd-win/forks", "full_name": "dorssel/usbipd-win", "git_commits_url": "https://api.github.com/repos/dorssel/usbipd-win/git/commits{/sha}", @@ -561,7 +561,7 @@ "milestones_url": "https://api.github.com/repos/dorssel/usbipd-win/milestones{/number}", "mirror_url": null, "name": "usbipd-win", - "network_count": 77, + "network_count": 78, "node_id": "MDEwOlJlcG9zaXRvcnkzMDUyMDIxODk=", "notifications_url": "https://api.github.com/repos/dorssel/usbipd-win/notifications{?since,all,participating}", "open_issues": 16, @@ -592,7 +592,7 @@ "releases_url": "https://api.github.com/repos/dorssel/usbipd-win/releases{/id}", "size": 1501, "ssh_url": "git@github.com:dorssel/usbipd-win.git", - "stargazers_count": 1193, + "stargazers_count": 1194, "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": 31, @@ -613,15 +613,15 @@ "wsl2" ], "trees_url": "https://api.github.com/repos/dorssel/usbipd-win/git/trees{/sha}", - "updated_at": "2022-09-15T05:01:13Z", + "updated_at": "2022-09-15T13:00:53Z", "url": "https://api.github.com/repos/dorssel/usbipd-win", "visibility": "public", - "watchers": 1193, - "watchers_count": 1193, + "watchers": 1194, + "watchers_count": 1194, "web_commit_signoff_required": false }, "repo_url": "https://github.com/dorssel/usbipd-win", - "stargazers": 1193 + "stargazers": 1194 }, { "info": { @@ -646,8 +646,8 @@ "downloads_url": "https://api.github.com/repos/flosse/sloc/downloads", "events_url": "https://api.github.com/repos/flosse/sloc/events", "fork": false, - "forks": 81, - "forks_count": 81, + "forks": 80, + "forks_count": 80, "forks_url": "https://api.github.com/repos/flosse/sloc/forks", "full_name": "flosse/sloc", "git_commits_url": "https://api.github.com/repos/flosse/sloc/git/commits{/sha}", @@ -682,7 +682,7 @@ "milestones_url": "https://api.github.com/repos/flosse/sloc/milestones{/number}", "mirror_url": null, "name": "sloc", - "network_count": 81, + "network_count": 80, "node_id": "MDEwOlJlcG9zaXRvcnk1MjEzMTAx", "notifications_url": "https://api.github.com/repos/flosse/sloc/notifications{?since,all,participating}", "open_issues": 42, @@ -765,8 +765,8 @@ "downloads_url": "https://api.github.com/repos/oxsecurity/megalinter/downloads", "events_url": "https://api.github.com/repos/oxsecurity/megalinter/events", "fork": false, - "forks": 125, - "forks_count": 125, + "forks": 124, + "forks_count": 124, "forks_url": "https://api.github.com/repos/oxsecurity/megalinter/forks", "full_name": "oxsecurity/megalinter", "git_commits_url": "https://api.github.com/repos/oxsecurity/megalinter/git/commits{/sha}", @@ -801,11 +801,11 @@ "milestones_url": "https://api.github.com/repos/oxsecurity/megalinter/milestones{/number}", "mirror_url": null, "name": "megalinter", - "network_count": 125, + "network_count": 124, "node_id": "MDEwOlJlcG9zaXRvcnkzMDQ4MzAyMjY=", "notifications_url": "https://api.github.com/repos/oxsecurity/megalinter/notifications{?since,all,participating}", - "open_issues": 30, - "open_issues_count": 30, + "open_issues": 32, + "open_issues_count": 32, "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-15T12:14:25Z", + "pushed_at": "2022-09-15T22:30:06Z", "releases_url": "https://api.github.com/repos/oxsecurity/megalinter/releases{/id}", - "size": 235026, + "size": 235632, "ssh_url": "git@github.com:oxsecurity/megalinter.git", - "stargazers_count": 841, + "stargazers_count": 842, "stargazers_url": "https://api.github.com/repos/oxsecurity/megalinter/stargazers", "statuses_url": "https://api.github.com/repos/oxsecurity/megalinter/statuses/{sha}", "subscribers_count": 9, @@ -884,15 +884,15 @@ "terraform" ], "trees_url": "https://api.github.com/repos/oxsecurity/megalinter/git/trees{/sha}", - "updated_at": "2022-09-14T22:21:47Z", + "updated_at": "2022-09-15T20:05:32Z", "url": "https://api.github.com/repos/oxsecurity/megalinter", "visibility": "public", - "watchers": 841, - "watchers_count": 841, + "watchers": 842, + "watchers_count": 842, "web_commit_signoff_required": false }, "repo_url": "https://github.com/oxsecurity/megalinter", - "stargazers": 841 + "stargazers": 842 }, { "info": { @@ -1208,8 +1208,8 @@ "network_count": 94, "node_id": "MDEwOlJlcG9zaXRvcnkyMzA5OTk4MjY=", "notifications_url": "https://api.github.com/repos/onedr0p/home-ops/notifications{?since,all,participating}", - "open_issues": 9, - "open_issues_count": 9, + "open_issues": 7, + "open_issues_count": 7, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/213795?v=4", "events_url": "https://api.github.com/users/onedr0p/events{/privacy}", @@ -1232,9 +1232,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/onedr0p/home-ops/pulls{/number}", - "pushed_at": "2022-09-15T11:48:28Z", + "pushed_at": "2022-09-15T20:03:34Z", "releases_url": "https://api.github.com/repos/onedr0p/home-ops/releases{/id}", - "size": 26977, + "size": 26994, "ssh_url": "git@github.com:onedr0p/home-ops.git", "stargazers_count": 615, "stargazers_url": "https://api.github.com/repos/onedr0p/home-ops/stargazers", @@ -1354,11 +1354,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/pulls{/number}", - "pushed_at": "2022-09-12T23:42:48Z", + "pushed_at": "2022-09-15T13:01:38Z", "releases_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/releases{/id}", "size": 463, "ssh_url": "git@github.com:unixorn/zsh-quickstart-kit.git", - "stargazers_count": 563, + "stargazers_count": 564, "stargazers_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/stargazers", "statuses_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/statuses/{sha}", "subscribers_count": 13, @@ -1385,15 +1385,15 @@ "zshrc-enhancements" ], "trees_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/git/trees{/sha}", - "updated_at": "2022-09-14T14:24:03Z", + "updated_at": "2022-09-15T13:14:17Z", "url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit", "visibility": "public", - "watchers": 563, - "watchers_count": 563, + "watchers": 564, + "watchers_count": 564, "web_commit_signoff_required": false }, "repo_url": "https://github.com/unixorn/zsh-quickstart-kit", - "stargazers": 563 + "stargazers": 564 }, { "info": { @@ -1501,9 +1501,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/pulls{/number}", - "pushed_at": "2022-09-15T12:30:37Z", + "pushed_at": "2022-09-15T15:14:33Z", "releases_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/releases{/id}", - "size": 29204, + "size": 29211, "ssh_url": "git@github.com:secureCodeBox/secureCodeBox.git", "stargazers_count": 527, "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": 1277, - "forks_count": 1277, + "forks": 1281, + "forks_count": 1281, "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,11 +1865,11 @@ "milestones_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/milestones{/number}", "mirror_url": null, "name": "CIPP", - "network_count": 1277, + "network_count": 1281, "node_id": "R_kgDOGNiHEA", "notifications_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/notifications{?since,all,participating}", - "open_issues": 10, - "open_issues_count": 10, + "open_issues": 11, + "open_issues_count": 11, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/49186168?v=4", "events_url": "https://api.github.com/users/KelvinTegelaar/events{/privacy}", @@ -1899,7 +1899,7 @@ "stargazers_count": 393, "stargazers_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/stargazers", "statuses_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/statuses/{sha}", - "subscribers_count": 22, + "subscribers_count": 21, "subscribers_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/subscribers", "subscription_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/subscription", "svn_url": "https://github.com/KelvinTegelaar/CIPP", @@ -2507,9 +2507,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/bjw-s/home-ops/pulls{/number}", - "pushed_at": "2022-09-15T11:02:48Z", + "pushed_at": "2022-09-15T18:35:41Z", "releases_url": "https://api.github.com/repos/bjw-s/home-ops/releases{/id}", - "size": 31808, + "size": 31812, "ssh_url": "git@github.com:bjw-s/home-ops.git", "stargazers_count": 171, "stargazers_url": "https://api.github.com/repos/bjw-s/home-ops/stargazers", @@ -2723,8 +2723,8 @@ "network_count": 18, "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1OTIyMjc=", "notifications_url": "https://api.github.com/repos/toboshii/home-ops/notifications{?since,all,participating}", - "open_issues": 45, - "open_issues_count": 45, + "open_issues": 46, + "open_issues_count": 46, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/63410334?v=4", "events_url": "https://api.github.com/users/toboshii/events{/privacy}", @@ -2747,9 +2747,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/toboshii/home-ops/pulls{/number}", - "pushed_at": "2022-09-14T21:17:31Z", + "pushed_at": "2022-09-15T21:19:29Z", "releases_url": "https://api.github.com/repos/toboshii/home-ops/releases{/id}", - "size": 2701, + "size": 2679, "ssh_url": "git@github.com:toboshii/home-ops.git", "stargazers_count": 133, "stargazers_url": "https://api.github.com/repos/toboshii/home-ops/stargazers", @@ -3668,9 +3668,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/T145/black-mirror/pulls{/number}", - "pushed_at": "2022-09-15T07:14:20Z", + "pushed_at": "2022-09-15T13:51:03Z", "releases_url": "https://api.github.com/repos/T145/black-mirror/releases{/id}", - "size": 86215, + "size": 86227, "ssh_url": "git@github.com:T145/black-mirror.git", "stargazers_count": 86, "stargazers_url": "https://api.github.com/repos/T145/black-mirror/stargazers", @@ -3775,8 +3775,8 @@ "network_count": 31, "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2MzQzNzc=", "notifications_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/notifications{?since,all,participating}", - "open_issues": 78, - "open_issues_count": 78, + "open_issues": 79, + "open_issues_count": 79, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/52803776?v=4", "events_url": "https://api.github.com/users/oasisprotocol/events{/privacy}", @@ -3819,9 +3819,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/pulls{/number}", - "pushed_at": "2022-09-15T12:29:08Z", + "pushed_at": "2022-09-15T23:23:39Z", "releases_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/releases{/id}", - "size": 7872, + "size": 7873, "ssh_url": "git@github.com:oasisprotocol/oasis-wallet-web.git", "stargazers_count": 77, "stargazers_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/stargazers", @@ -4075,7 +4075,7 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/telstra/open-kilda/pulls{/number}", - "pushed_at": "2022-09-14T20:10:08Z", + "pushed_at": "2022-09-15T19:26:15Z", "releases_url": "https://api.github.com/repos/telstra/open-kilda/releases{/id}", "size": 298615, "ssh_url": "git@github.com:telstra/open-kilda.git", @@ -4282,8 +4282,8 @@ "network_count": 108, "node_id": "MDEwOlJlcG9zaXRvcnkyMjQ4Nzg3ODA=", "notifications_url": "https://api.github.com/repos/Azure/ARO-RP/notifications{?since,all,participating}", - "open_issues": 142, - "open_issues_count": 142, + "open_issues": 144, + "open_issues_count": 144, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/6844498?v=4", "events_url": "https://api.github.com/users/Azure/events{/privacy}", @@ -4326,9 +4326,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/Azure/ARO-RP/pulls{/number}", - "pushed_at": "2022-09-15T10:41:26Z", + "pushed_at": "2022-09-16T00:05:47Z", "releases_url": "https://api.github.com/repos/Azure/ARO-RP/releases{/id}", - "size": 70172, + "size": 70181, "ssh_url": "git@github.com:Azure/ARO-RP.git", "stargazers_count": 65, "stargazers_url": "https://api.github.com/repos/Azure/ARO-RP/stargazers", @@ -4672,8 +4672,8 @@ "network_count": 2, "node_id": "MDEwOlJlcG9zaXRvcnkzMTQxODEwODI=", "notifications_url": "https://api.github.com/repos/auricom/home-ops/notifications{?since,all,participating}", - "open_issues": 6, - "open_issues_count": 6, + "open_issues": 4, + "open_issues_count": 4, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/27022259?v=4", "events_url": "https://api.github.com/users/auricom/events{/privacy}", @@ -4696,9 +4696,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/auricom/home-ops/pulls{/number}", - "pushed_at": "2022-09-15T11:46:41Z", + "pushed_at": "2022-09-15T23:25:16Z", "releases_url": "https://api.github.com/repos/auricom/home-ops/releases{/id}", - "size": 6197, + "size": 6233, "ssh_url": "git@github.com:auricom/home-ops.git", "stargazers_count": 53, "stargazers_url": "https://api.github.com/repos/auricom/home-ops/stargazers", @@ -5864,9 +5864,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/jr0dd/home-ops/pulls{/number}", - "pushed_at": "2022-09-15T08:13:37Z", + "pushed_at": "2022-09-15T18:12:26Z", "releases_url": "https://api.github.com/repos/jr0dd/home-ops/releases{/id}", - "size": 5481, + "size": 5486, "ssh_url": "git@github.com:jr0dd/home-ops.git", "stargazers_count": 32, "stargazers_url": "https://api.github.com/repos/jr0dd/home-ops/stargazers", @@ -6508,7 +6508,7 @@ "releases_url": "https://api.github.com/repos/rwaltr/home-ops/releases{/id}", "size": 1716, "ssh_url": "git@github.com:rwaltr/home-ops.git", - "stargazers_count": 21, + "stargazers_count": 22, "stargazers_url": "https://api.github.com/repos/rwaltr/home-ops/stargazers", "statuses_url": "https://api.github.com/repos/rwaltr/home-ops/statuses/{sha}", "subscribers_count": 3, @@ -6528,15 +6528,15 @@ "terraform" ], "trees_url": "https://api.github.com/repos/rwaltr/home-ops/git/trees{/sha}", - "updated_at": "2022-09-01T00:58:58Z", + "updated_at": "2022-09-15T11:30:35Z", "url": "https://api.github.com/repos/rwaltr/home-ops", "visibility": "public", - "watchers": 21, - "watchers_count": 21, + "watchers": 22, + "watchers_count": 22, "web_commit_signoff_required": false }, "repo_url": "https://github.com/rwaltr/infra", - "stargazers": 21 + "stargazers": 22 }, { "info": { @@ -6618,9 +6618,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/0dragosh/homelab/pulls{/number}", - "pushed_at": "2022-09-15T07:08:49Z", + "pushed_at": "2022-09-15T19:57:52Z", "releases_url": "https://api.github.com/repos/0dragosh/homelab/releases{/id}", - "size": 3839, + "size": 3844, "ssh_url": "git@github.com:0dragosh/homelab.git", "stargazers_count": 21, "stargazers_url": "https://api.github.com/repos/0dragosh/homelab/stargazers", diff --git a/CHANGELOG.md b/CHANGELOG.md index ebeb0fdc624..cafd9195497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - [djlint](https://djlint.com/) from 1.14.1 to **1.14.2** on 2022-09-15 - [checkov](https://www.checkov.io/) from 2.1.207 to **2.1.208** on 2022-09-15 - [checkov](https://www.checkov.io/) from 2.1.208 to **2.1.209** on 2022-09-15 + - [checkov](https://www.checkov.io/) from 2.1.209 to **2.1.210** on 2022-09-16 + - [semgrep](https://semgrep.dev/) from 0.112.1 to **0.113.0** on 2022-09-16 + - [scalafix](https://scalacenter.github.io/scalafix/) from 0.10.1 to **0.10.2** on 2022-09-16 + - [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 6.8.2 to **6.9.0** on 2022-09-16 ## [v6.9.1] - 2022-09-11 diff --git a/docs/all_linters.md b/docs/all_linters.md index 830224f708e..96546baa281 100644 --- a/docs/all_linters.md +++ b/docs/all_linters.md @@ -13,14 +13,14 @@ | [**black**](https://github.com/psf/black){target=_blank} | 22.8.0 | [MIT](licenses/black.md) | [![GitHub stars](https://img.shields.io/github/stars/psf/black?cacheSeconds=3600)](https://github.com/psf/black){target=_blank} | [PYTHON](descriptors/python_black.md) | :white_circle: | [Repository](https://github.com/psf/black){target=_blank} | | [**cfn-lint**](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | 0.65.0 | [MIT-0](licenses/cfn-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/aws-cloudformation/cfn-lint?cacheSeconds=3600)](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | [CLOUDFORMATION](descriptors/cloudformation_cfn_lint.md) | :white_circle: | [Repository](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | | [**checkmake**](https://github.com/mrtazz/checkmake){target=_blank} | 0.2.1 | [MIT](licenses/checkmake.md) | [![GitHub stars](https://img.shields.io/github/stars/mrtazz/checkmake?cacheSeconds=3600)](https://github.com/mrtazz/checkmake){target=_blank} | [MAKEFILE](descriptors/makefile_checkmake.md) | :white_circle: | [Repository](https://github.com/mrtazz/checkmake){target=_blank} | -| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 2.1.209 | [Apache-2.0](licenses/checkov.md) | [![GitHub stars](https://img.shields.io/github/stars/bridgecrewio/checkov?cacheSeconds=3600)](https://github.com/bridgecrewio/checkov){target=_blank} | [REPOSITORY](descriptors/repository_checkov.md)
[TERRAFORM](descriptors/terraform_checkov.md) | :no_entry_sign: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} | +| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 2.1.210 | [Apache-2.0](licenses/checkov.md) | [![GitHub stars](https://img.shields.io/github/stars/bridgecrewio/checkov?cacheSeconds=3600)](https://github.com/bridgecrewio/checkov){target=_blank} | [REPOSITORY](descriptors/repository_checkov.md)
[TERRAFORM](descriptors/terraform_checkov.md) | :no_entry_sign: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} | | [**checkstyle**](https://github.com/checkstyle/checkstyle){target=_blank} | 10.3.3 | [LGPL-2.1](licenses/checkstyle.md) | [![GitHub stars](https://img.shields.io/github/stars/checkstyle/checkstyle?cacheSeconds=3600)](https://github.com/checkstyle/checkstyle){target=_blank} | [JAVA](descriptors/java_checkstyle.md) | :heart: | [MegaLinter reference](https://checkstyle.sourceforge.io/index.html#Related_Tools_Active_Tools){target=_blank} | | [**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.63 | [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} | | [**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.8.2 | [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.9.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.14.2 | [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} | @@ -73,10 +73,10 @@ | [**rst-lint**](https://github.com/twolfson/restructuredtext-lint){target=_blank} | 1.4.0 | | [![GitHub stars](https://img.shields.io/github/stars/twolfson/restructuredtext-lint?cacheSeconds=3600)](https://github.com/twolfson/restructuredtext-lint){target=_blank} | [RST](descriptors/rst_rst_lint.md) | :heart: | [MegaLinter reference](https://github.com/twolfson/restructuredtext-lint/wiki/Integration-in-other-tools#integration-in-other-tools){target=_blank} | | [**rstcheck**](https://github.com/myint/rstcheck){target=_blank} | 6.1.0 | | [![GitHub stars](https://img.shields.io/github/stars/myint/rstcheck?cacheSeconds=3600)](https://github.com/myint/rstcheck){target=_blank} | [RST](descriptors/rst_rstcheck.md) | :hammer_and_wrench: | [Pull Request](https://github.com/myint/rstcheck/pull/73){target=_blank} | | [**rubocop**](https://github.com/rubocop-hq/rubocop){target=_blank} | 1.36.0 | [MIT](licenses/rubocop.md) | [![GitHub stars](https://img.shields.io/github/stars/rubocop-hq/rubocop?cacheSeconds=3600)](https://github.com/rubocop-hq/rubocop){target=_blank} | [RUBY](descriptors/ruby_rubocop.md) | :heart: | [MegaLinter reference](https://docs.rubocop.org/rubocop/integration_with_other_tools.html#mega-linter-integration){target=_blank} | -| [**scalafix**](https://github.com/scalacenter/scalafix){target=_blank} | 0.10.1 | [Other](licenses/scalafix.md) | [![GitHub stars](https://img.shields.io/github/stars/scalacenter/scalafix?cacheSeconds=3600)](https://github.com/scalacenter/scalafix){target=_blank} | [SCALA](descriptors/scala_scalafix.md) | :heart: | [MegaLinter reference](https://scalacenter.github.io/scalafix/docs/users/installation.html#plugins-for-other-build-tools){target=_blank} | +| [**scalafix**](https://github.com/scalacenter/scalafix){target=_blank} | 0.10.2 | [Other](licenses/scalafix.md) | [![GitHub stars](https://img.shields.io/github/stars/scalacenter/scalafix?cacheSeconds=3600)](https://github.com/scalacenter/scalafix){target=_blank} | [SCALA](descriptors/scala_scalafix.md) | :heart: | [MegaLinter reference](https://scalacenter.github.io/scalafix/docs/users/installation.html#plugins-for-other-build-tools){target=_blank} | | [**scss-lint**](https://github.com/sds/scss-lint){target=_blank} | 0.59.0 | | [![GitHub stars](https://img.shields.io/github/stars/sds/scss-lint?cacheSeconds=3600)](https://github.com/sds/scss-lint){target=_blank} | [CSS](descriptors/css_scss_lint.md) | :white_circle: | [Repository](https://github.com/sds/scss-lint){target=_blank} | | [**secretlint**](https://github.com/secretlint/secretlint){target=_blank} | 5.2.4 | [MIT](licenses/secretlint.md) | [![GitHub stars](https://img.shields.io/github/stars/secretlint/secretlint?cacheSeconds=3600)](https://github.com/secretlint/secretlint){target=_blank} | [REPOSITORY](descriptors/repository_secretlint.md) | :heart: | [MegaLinter reference](https://github.com/secretlint/secretlint#mega-linter){target=_blank} | -| [**semgrep**](https://github.com/returntocorp/semgrep){target=_blank} | 0.112.1 | | [![GitHub stars](https://img.shields.io/github/stars/returntocorp/semgrep?cacheSeconds=3600)](https://github.com/returntocorp/semgrep){target=_blank} | [REPOSITORY](descriptors/repository_semgrep.md) | :white_circle: | [Repository](https://github.com/returntocorp/semgrep){target=_blank} | +| [**semgrep**](https://github.com/returntocorp/semgrep){target=_blank} | 0.113.0 | | [![GitHub stars](https://img.shields.io/github/stars/returntocorp/semgrep?cacheSeconds=3600)](https://github.com/returntocorp/semgrep){target=_blank} | [REPOSITORY](descriptors/repository_semgrep.md) | :white_circle: | [Repository](https://github.com/returntocorp/semgrep){target=_blank} | | [**sfdx-scanner-apex**](https://github.com/forcedotcom/sfdx-scanner){target=_blank} | 2.13.9 | [MIT](licenses/sfdx-scanner-apex.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_apex.md) | :hammer_and_wrench: | [Pull Request](https://github.com/forcedotcom/sfdx-scanner/pull/307){target=_blank} | | [**sfdx-scanner-aura**](https://github.com/forcedotcom/sfdx-scanner){target=_blank} | 2.13.9 | [MIT](licenses/sfdx-scanner-aura.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_aura.md) | :hammer_and_wrench: | [Pull Request](https://github.com/forcedotcom/sfdx-scanner/pull/307){target=_blank} | | [**sfdx-scanner-lwc**](https://github.com/forcedotcom/sfdx-scanner){target=_blank} | 2.13.9 | [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} | diff --git a/docs/descriptors/python_black.md b/docs/descriptors/python_black.md index ae3af7e9e11..b5918df163b 100644 --- a/docs/descriptors/python_black.md +++ b/docs/descriptors/python_black.md @@ -114,9 +114,9 @@ Options: input). --python-cell-magics TEXT When processing Jupyter Notebooks, add the given magic to the list of known python- - magics (pypy, python, timeit, time, python3, - capture, prun). Useful for formatting cells - with custom python magics. + magics (capture, python, timeit, prun, + python3, pypy, time). Useful for formatting + cells with custom python magics. -S, --skip-string-normalization Don't normalize string quotes or prefixes. -C, --skip-magic-trailing-comma diff --git a/docs/descriptors/repository_checkov.md b/docs/descriptors/repository_checkov.md index e8f598dbcd1..2f58fdedc2c 100644 --- a/docs/descriptors/repository_checkov.md +++ b/docs/descriptors/repository_checkov.md @@ -11,7 +11,7 @@ ## checkov documentation -- Version in MegaLinter: **2.1.209** +- Version in MegaLinter: **2.1.210** - Visit [Official Web Site](https://www.checkov.io/){target=_blank} - See [How to configure checkov rules](https://github.com/bridgecrewio/checkov#configuration-using-a-config-file){target=_blank} - If custom `.checkov.yml` config file is not found, [.checkov.yml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.checkov.yml){target=_blank} will be used diff --git a/docs/descriptors/repository_semgrep.md b/docs/descriptors/repository_semgrep.md index d7ce63885d6..401c8e608b0 100644 --- a/docs/descriptors/repository_semgrep.md +++ b/docs/descriptors/repository_semgrep.md @@ -17,7 +17,7 @@ Exception for standalone and security flavors docker images, that use a list of ## semgrep documentation -- Version in MegaLinter: **0.112.1** +- Version in MegaLinter: **0.113.0** - Visit [Official Web Site](https://semgrep.dev/){target=_blank} - See [How to configure semgrep rules](https://semgrep.dev/docs/running-rules/){target=_blank} - See [How to disable semgrep rules in files](https://semgrep.dev/docs/ignoring-findings/#inline-comments){target=_blank} diff --git a/docs/descriptors/scala_scalafix.md b/docs/descriptors/scala_scalafix.md index 43f889fcf04..082654e22a8 100644 --- a/docs/descriptors/scala_scalafix.md +++ b/docs/descriptors/scala_scalafix.md @@ -9,7 +9,7 @@ Scalafix lints and fixes scala files ## scalafix documentation -- Version in MegaLinter: **0.10.1** +- Version in MegaLinter: **0.10.2** - Visit [Official Web Site](https://scalacenter.github.io/scalafix/){target=_blank} - See [How to configure scalafix rules](https://scalacenter.github.io/scalafix/docs/users/configuration.html){target=_blank} - If custom `.scalafix.conf` config file is not found, [.scalafix.conf](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.scalafix.conf){target=_blank} will be used @@ -76,7 +76,7 @@ scalafix --config .scalafix.conf myfile.scala ### Help content ```shell -Scalafix 0.10.1 +Scalafix 0.10.2 Usage: scalafix [options] [ ...] Scalafix is a refactoring and linting tool. Scalafix supports both syntactic and diff --git a/docs/descriptors/spell_cspell.md b/docs/descriptors/spell_cspell.md index d2f2d06d8a4..a872b81265f 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.8.2** +- Version in MegaLinter: **6.9.0** - Visit [Official Web Site](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#readme){target=_blank} - See [How to configure cspell rules](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#customization){target=_blank} - See [How to disable cspell rules in files](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#enable--disable-checking-sections-of-code){target=_blank} diff --git a/docs/descriptors/terraform_checkov.md b/docs/descriptors/terraform_checkov.md index 9dd4600ac4c..70e68c064bb 100644 --- a/docs/descriptors/terraform_checkov.md +++ b/docs/descriptors/terraform_checkov.md @@ -15,7 +15,7 @@ You should disable TERRAFORM_CHECKOV by adding it in DISABLE_LINTERS property. ## checkov documentation -- Version in MegaLinter: **2.1.209** +- Version in MegaLinter: **2.1.210** - Visit [Official Web Site](https://www.checkov.io/){target=_blank} - See [How to disable checkov rules in files](https://www.checkov.io/2.Basics/Suppressing%20and%20Skipping%20Policies.html){target=_blank} - See [Index of problems detected by checkov](https://www.checkov.io/5.Policy%20Index/all.html){target=_blank}