diff --git a/.automation/generated/flavors-stats.json b/.automation/generated/flavors-stats.json index ee4dfa2c203..c29d2dee1e4 100644 --- a/.automation/generated/flavors-stats.json +++ b/.automation/generated/flavors-stats.json @@ -959,6 +959,10 @@ [ "2022-09-27T20:49:14", 2602901 + ], + [ + "2022-09-30T01:39:04", + 2606012 ] ], "ci_light": [ @@ -1921,6 +1925,10 @@ [ "2022-09-27T20:49:14", 26609 + ], + [ + "2022-09-30T01:39:04", + 26868 ] ], "dart": [ @@ -3793,6 +3801,10 @@ [ "2022-09-27T20:49:14", 73940 + ], + [ + "2022-09-30T01:39:04", + 74727 ] ], "dotnet": [ @@ -4755,6 +4767,10 @@ [ "2022-09-27T20:49:14", 313859 + ], + [ + "2022-09-30T01:39:04", + 314291 ] ], "go": [ @@ -5717,6 +5733,10 @@ [ "2022-09-27T20:49:14", 13845 + ], + [ + "2022-09-30T01:39:04", + 13877 ] ], "java": [ @@ -6679,6 +6699,10 @@ [ "2022-09-27T20:49:14", 93430 + ], + [ + "2022-09-30T01:39:04", + 93834 ] ], "javascript": [ @@ -7641,6 +7665,10 @@ [ "2022-09-27T20:49:14", 150184 + ], + [ + "2022-09-30T01:39:04", + 151396 ] ], "php": [ @@ -8603,6 +8631,10 @@ [ "2022-09-27T20:49:14", 20267 + ], + [ + "2022-09-30T01:39:04", + 20440 ] ], "python": [ @@ -9565,6 +9597,10 @@ [ "2022-09-27T20:49:14", 106119 + ], + [ + "2022-09-30T01:39:04", + 107276 ] ], "ruby": [ @@ -10523,6 +10559,10 @@ [ "2022-09-27T20:49:14", 2587 + ], + [ + "2022-09-30T01:39:04", + 2587 ] ], "rust": [ @@ -11481,6 +11521,10 @@ [ "2022-09-27T20:49:14", 3958 + ], + [ + "2022-09-30T01:39:04", + 3965 ] ], "salesforce": [ @@ -12443,6 +12487,10 @@ [ "2022-09-27T20:49:14", 14058 + ], + [ + "2022-09-30T01:39:04", + 14107 ] ], "scala": [ @@ -13403,6 +13451,10 @@ [ "2022-09-27T20:49:14", 1274 + ], + [ + "2022-09-30T01:39:04", + 1332 ] ], "swift": [ @@ -14361,6 +14413,10 @@ [ "2022-09-27T20:49:14", 2447 + ], + [ + "2022-09-30T01:39:04", + 2467 ] ], "terraform": [ @@ -15323,6 +15379,10 @@ [ "2022-09-27T20:49:14", 114724 + ], + [ + "2022-09-30T01:39:04", + 115921 ] ] } \ No newline at end of file diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index d0954408e49..f56da6d5ae8 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, time, timeit, python3,", - " capture, python, prun). Useful for", - " formatting cells with custom python magics.", + " magics (time, prun, timeit, python3, pypy,", + " capture, python). Useful for formatting", + " cells with custom python magics.", " -S, --skip-string-normalization", " Don't normalize string quotes or prefixes.", " -C, --skip-magic-trailing-comma", @@ -553,8 +553,8 @@ " [--policy-metadata-filter POLICY_METADATA_FILTER]", " [--secrets-scan-file-type SECRETS_SCAN_FILE_TYPE]", " [--enable-secret-scan-all-files]", - " [--black-list-secret-scan BLACK_LIST_SECRET_SCAN]", - " [--summary-position {bottom,top}]", + " [--block-list-secret-scan BLOCK_LIST_SECRET_SCAN]", + " [--summary-position {top,bottom}]", "", "Infrastructure as code static analysis", "", @@ -801,10 +801,10 @@ " --enable-secret-scan-all-files", " enable secret scan for all files [env var:", " CKV_SECRETS_SCAN_ENABLE_ALL]", - " --black-list-secret-scan BLACK_LIST_SECRET_SCAN", - " black file list to filter out from the secret scanner", - " [env var: CKV_SECRETS_SCAN_BLACK_LIST]", - " --summary-position {bottom,top}", + " --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}", " Chose whether the summary will be appended on top", " (before the checks results) or on bottom (after check", " results), default is on top.", @@ -4973,7 +4973,7 @@ " --warnings Use exit code of 1 if warnings are reported", " -w,--watch Continue to run and watch for changes", "", - "WARNING: there is a new pyright version available (v1.1.270 -> v1.1.272).", + "WARNING: there is a new pyright version available (v1.1.270 -> v1.1.273).", "Please install the new version or set PYRIGHT_PYTHON_FORCE_VERSION to `latest`", "" ], @@ -8093,6 +8093,16 @@ " If the directory for the cache does not exist, make sure you add a trailing \"/\"", " on *nix systems or \"\\\" on Windows. Otherwise the path will be assumed to be a file.", "", + " --cache-strategy [default: \"metadata\"]", + "", + " Strategy for the cache to use for detecting changed files. Can be either", + " \"metadata\" or \"content\".", + "", + " The \"content\" strategy can be useful in cases where the modification time of", + " your files changes even if their contents have not. For example, this can happen", + " during git operations like \"git clone\" because git does not track file modification", + " time.", + "", " --formatter, -f [default: \"string\"]", "", " The output formatter: \"compact\", \"github\", \"json\", \"string\", \"tap\", \"unix\" or \"verbose\".", diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index 95945c2d287..aac1894e6b5 100644 --- a/.automation/generated/linter-versions.json +++ b/.automation/generated/linter-versions.json @@ -5,9 +5,9 @@ "bandit": "1.7.4", "bash-exec": "5.1.16", "black": "22.8.0", - "cfn-lint": "0.65.1", + "cfn-lint": "0.66.0", "checkmake": "0.2.1", - "checkov": "2.1.229", + "checkov": "2.1.242", "checkstyle": "10.3.4", "chktex": "1.7.6", "clippy": "0.1.64", @@ -37,7 +37,7 @@ "isort": "5.10.1", "jscpd": "3.3.26", "jsonlint": "11.7.0", - "kics": "1.6.0", + "kics": "1.6.1", "ktlint": "0.47.1", "kubeconform": "0.4.12", "kubeval": "0.16.1", @@ -86,11 +86,11 @@ "sql-lint": "1.0.0", "sqlfluff": "1.3.2", "standard": "17.0.0", - "stylelint": "14.12.1", + "stylelint": "14.13.0", "swiftlint": "0.46.5", - "syft": "0.57.0", + "syft": "0.58.0", "tekton-lint": "0.6.0", - "terraform-fmt": "1.3.0", + "terraform-fmt": "1.3.1", "terragrunt": "0.38.12", "terrascan": "1.15.2", "tflint": "0.41.0", diff --git a/.automation/generated/megalinter-users.json b/.automation/generated/megalinter-users.json index 355c9a2d0ff..3bf227e0df1 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": 738, - "forks_count": 738, + "forks": 741, + "forks_count": 741, "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": 738, + "network_count": 741, "node_id": "MDEwOlJlcG9zaXRvcnkxNjM4ODMyNzk=", "notifications_url": "https://api.github.com/repos/nektos/act/notifications{?since,all,participating}", - "open_issues": 80, - "open_issues_count": 80, + "open_issues": 77, + "open_issues_count": 77, "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-27T19:13:33Z", + "pushed_at": "2022-09-29T05:59:53Z", "releases_url": "https://api.github.com/repos/nektos/act/releases{/id}", - "size": 6215, + "size": 6232, "ssh_url": "git@github.com:nektos/act.git", - "stargazers_count": 28041, + "stargazers_count": 28109, "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-27T20:33:36Z", + "updated_at": "2022-09-30T01:17:20Z", "url": "https://api.github.com/repos/nektos/act", "visibility": "public", - "watchers": 28041, - "watchers_count": 28041, + "watchers": 28109, + "watchers_count": 28109, "web_commit_signoff_required": false }, "repo_url": "https://github.com/nektos/act", - "stargazers": 28041 + "stargazers": 28109 }, { "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": 36, - "open_issues_count": 36, + "open_issues": 35, + "open_issues_count": 35, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/28969?v=4", "events_url": "https://api.github.com/users/stepancheg/events{/privacy}", @@ -227,7 +227,7 @@ "releases_url": "https://api.github.com/repos/stepancheg/rust-protobuf/releases{/id}", "size": 55963, "ssh_url": "git@github.com:stepancheg/rust-protobuf.git", - "stargazers_count": 2191, + "stargazers_count": 2193, "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-27T12:04:57Z", + "updated_at": "2022-09-30T01:15:17Z", "url": "https://api.github.com/repos/stepancheg/rust-protobuf", "visibility": "public", - "watchers": 2191, - "watchers_count": 2191, + "watchers": 2193, + "watchers_count": 2193, "web_commit_signoff_required": false }, "repo_url": "https://github.com/stepancheg/rust-protobuf", - "stargazers": 2191 + "stargazers": 2193 }, { "info": { @@ -315,8 +315,8 @@ "network_count": 69, "node_id": "MDEwOlJlcG9zaXRvcnkyNTIzNTE5NjA=", "notifications_url": "https://api.github.com/repos/IlanCosman/tide/notifications{?since,all,participating}", - "open_issues": 20, - "open_issues_count": 20, + "open_issues": 21, + "open_issues_count": 21, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/6318351?v=4", "events_url": "https://api.github.com/users/IlanCosman/events{/privacy}", @@ -339,11 +339,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/IlanCosman/tide/pulls{/number}", - "pushed_at": "2022-09-20T01:20:00Z", + "pushed_at": "2022-09-29T07:26:04Z", "releases_url": "https://api.github.com/repos/IlanCosman/tide/releases{/id}", "size": 6416, "ssh_url": "git@github.com:IlanCosman/tide.git", - "stargazers_count": 1566, + "stargazers_count": 1573, "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-27T19:02:44Z", + "updated_at": "2022-09-30T00:00:59Z", "url": "https://api.github.com/repos/IlanCosman/tide", "visibility": "public", - "watchers": 1566, - "watchers_count": 1566, + "watchers": 1573, + "watchers_count": 1573, "web_commit_signoff_required": false }, "repo_url": "https://github.com/IlanCosman/tide", - "stargazers": 1566 + "stargazers": 1573 }, { "info": { @@ -432,8 +432,8 @@ "network_count": 415, "node_id": "MDEwOlJlcG9zaXRvcnkxNDI4NzQ4ODA=", "notifications_url": "https://api.github.com/repos/microsoft/code-with-engineering-playbook/notifications{?since,all,participating}", - "open_issues": 30, - "open_issues_count": 30, + "open_issues": 31, + "open_issues_count": 31, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/6154722?v=4", "events_url": "https://api.github.com/users/microsoft/events{/privacy}", @@ -476,14 +476,14 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/microsoft/code-with-engineering-playbook/pulls{/number}", - "pushed_at": "2022-09-22T08:48:32Z", + "pushed_at": "2022-09-29T19:06:22Z", "releases_url": "https://api.github.com/repos/microsoft/code-with-engineering-playbook/releases{/id}", - "size": 44561, + "size": 47028, "ssh_url": "git@github.com:microsoft/code-with-engineering-playbook.git", - "stargazers_count": 1398, + "stargazers_count": 1399, "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": 2362, + "subscribers_count": 2361, "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-26T13:18:17Z", + "updated_at": "2022-09-29T15:41:35Z", "url": "https://api.github.com/repos/microsoft/code-with-engineering-playbook", "visibility": "public", - "watchers": 1398, - "watchers_count": 1398, + "watchers": 1399, + "watchers_count": 1399, "web_commit_signoff_required": false }, "repo_url": "https://github.com/microsoft/code-with-engineering-playbook", - "stargazers": 1398 + "stargazers": 1399 }, { "info": { @@ -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": 81, - "forks_count": 81, + "forks": 82, + "forks_count": 82, "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,11 +561,11 @@ "milestones_url": "https://api.github.com/repos/dorssel/usbipd-win/milestones{/number}", "mirror_url": null, "name": "usbipd-win", - "network_count": 81, + "network_count": 82, "node_id": "MDEwOlJlcG9zaXRvcnkzMDUyMDIxODk=", "notifications_url": "https://api.github.com/repos/dorssel/usbipd-win/notifications{?since,all,participating}", - "open_issues": 21, - "open_issues_count": 21, + "open_issues": 11, + "open_issues_count": 11, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/17404029?v=4", "events_url": "https://api.github.com/users/dorssel/events{/privacy}", @@ -588,11 +588,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/dorssel/usbipd-win/pulls{/number}", - "pushed_at": "2022-09-27T18:37:47Z", + "pushed_at": "2022-09-29T18:32:16Z", "releases_url": "https://api.github.com/repos/dorssel/usbipd-win/releases{/id}", - "size": 1505, + "size": 1515, "ssh_url": "git@github.com:dorssel/usbipd-win.git", - "stargazers_count": 1225, + "stargazers_count": 1232, "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-27T16:27:29Z", + "updated_at": "2022-09-29T16:37:31Z", "url": "https://api.github.com/repos/dorssel/usbipd-win", "visibility": "public", - "watchers": 1225, - "watchers_count": 1225, + "watchers": 1232, + "watchers_count": 1232, "web_commit_signoff_required": false }, "repo_url": "https://github.com/dorssel/usbipd-win", - "stargazers": 1225 + "stargazers": 1232 }, { "info": { @@ -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": 126, + "forks_count": 126, "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": 126, "node_id": "MDEwOlJlcG9zaXRvcnkzMDQ4MzAyMjY=", "notifications_url": "https://api.github.com/repos/oxsecurity/megalinter/notifications{?since,all,participating}", - "open_issues": 34, - "open_issues_count": 34, + "open_issues": 36, + "open_issues_count": 36, "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-27T20:23:54Z", + "pushed_at": "2022-09-29T16:47:22Z", "releases_url": "https://api.github.com/repos/oxsecurity/megalinter/releases{/id}", - "size": 241569, + "size": 242251, "ssh_url": "git@github.com:oxsecurity/megalinter.git", - "stargazers_count": 853, + "stargazers_count": 855, "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-26T20:49:59Z", + "updated_at": "2022-09-29T14:59:51Z", "url": "https://api.github.com/repos/oxsecurity/megalinter", "visibility": "public", - "watchers": 853, - "watchers_count": 853, + "watchers": 855, + "watchers_count": 855, "web_commit_signoff_required": false }, "repo_url": "https://github.com/oxsecurity/megalinter", - "stargazers": 853 + "stargazers": 855 }, { "info": { @@ -1083,8 +1083,8 @@ "network_count": 131, "node_id": "MDEwOlJlcG9zaXRvcnkzNTc4OTkyNDA=", "notifications_url": "https://api.github.com/repos/onedr0p/flux-cluster-template/notifications{?since,all,participating}", - "open_issues": 14, - "open_issues_count": 14, + "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}", @@ -1107,9 +1107,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/onedr0p/flux-cluster-template/pulls{/number}", - "pushed_at": "2022-09-26T20:17:02Z", + "pushed_at": "2022-09-27T23:02:45Z", "releases_url": "https://api.github.com/repos/onedr0p/flux-cluster-template/releases{/id}", - "size": 988, + "size": 993, "ssh_url": "git@github.com:onedr0p/flux-cluster-template.git", "stargazers_count": 769, "stargazers_url": "https://api.github.com/repos/onedr0p/flux-cluster-template/stargazers", @@ -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": 96, - "forks_count": 96, + "forks": 95, + "forks_count": 95, "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,7 +1205,7 @@ "milestones_url": "https://api.github.com/repos/onedr0p/home-ops/milestones{/number}", "mirror_url": null, "name": "home-ops", - "network_count": 96, + "network_count": 95, "node_id": "MDEwOlJlcG9zaXRvcnkyMzA5OTk4MjY=", "notifications_url": "https://api.github.com/repos/onedr0p/home-ops/notifications{?since,all,participating}", "open_issues": 10, @@ -1232,11 +1232,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/onedr0p/home-ops/pulls{/number}", - "pushed_at": "2022-09-27T20:11:18Z", + "pushed_at": "2022-09-29T22:03:35Z", "releases_url": "https://api.github.com/repos/onedr0p/home-ops/releases{/id}", - "size": 27093, + "size": 27127, "ssh_url": "git@github.com:onedr0p/home-ops.git", - "stargazers_count": 626, + "stargazers_count": 627, "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-27T20:40:38Z", + "updated_at": "2022-09-27T22:52:47Z", "url": "https://api.github.com/repos/onedr0p/home-ops", "visibility": "public", - "watchers": 626, - "watchers_count": 626, + "watchers": 627, + "watchers_count": 627, "web_commit_signoff_required": false }, "repo_url": "https://github.com/onedr0p/home-ops", - "stargazers": 626 + "stargazers": 627 }, { "info": { @@ -1291,8 +1291,8 @@ "downloads_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/downloads", "events_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/events", "fork": false, - "forks": 78, - "forks_count": 78, + "forks": 77, + "forks_count": 77, "forks_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/forks", "full_name": "unixorn/zsh-quickstart-kit", "git_commits_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/git/commits{/sha}", @@ -1327,7 +1327,7 @@ "milestones_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/milestones{/number}", "mirror_url": null, "name": "zsh-quickstart-kit", - "network_count": 78, + "network_count": 77, "node_id": "MDEwOlJlcG9zaXRvcnkxNzAzMTA5NA==", "notifications_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/notifications{?since,all,participating}", "open_issues": 8, @@ -1358,7 +1358,7 @@ "releases_url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit/releases{/id}", "size": 418, "ssh_url": "git@github.com:unixorn/zsh-quickstart-kit.git", - "stargazers_count": 567, + "stargazers_count": 569, "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-19T09:09:11Z", + "updated_at": "2022-09-28T03:56:09Z", "url": "https://api.github.com/repos/unixorn/zsh-quickstart-kit", "visibility": "public", - "watchers": 567, - "watchers_count": 567, + "watchers": 569, + "watchers_count": 569, "web_commit_signoff_required": false }, "repo_url": "https://github.com/unixorn/zsh-quickstart-kit", - "stargazers": 567 + "stargazers": 569 }, { "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": 121, - "open_issues_count": 121, + "open_issues": 111, + "open_issues_count": 111, "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-27T16:18:36Z", + "pushed_at": "2022-09-29T20:44:43Z", "releases_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/releases{/id}", - "size": 28490, + "size": 28525, "ssh_url": "git@github.com:secureCodeBox/secureCodeBox.git", "stargazers_count": 531, "stargazers_url": "https://api.github.com/repos/secureCodeBox/secureCodeBox/stargazers", @@ -1601,8 +1601,8 @@ "network_count": 179, "node_id": "MDEwOlJlcG9zaXRvcnkxNzE3MjU2MTI=", "notifications_url": "https://api.github.com/repos/awslabs/aws-deployment-framework/notifications{?since,all,participating}", - "open_issues": 100, - "open_issues_count": 100, + "open_issues": 101, + "open_issues_count": 101, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/3299148?v=4", "events_url": "https://api.github.com/users/awslabs/events{/privacy}", @@ -1645,7 +1645,7 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/awslabs/aws-deployment-framework/pulls{/number}", - "pushed_at": "2022-09-27T07:59:57Z", + "pushed_at": "2022-09-28T13:42:52Z", "releases_url": "https://api.github.com/repos/awslabs/aws-deployment-framework/releases{/id}", "size": 3275, "ssh_url": "git@github.com:awslabs/aws-deployment-framework.git", @@ -1699,8 +1699,8 @@ "downloads_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/downloads", "events_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/events", "fork": false, - "forks": 491, - "forks_count": 491, + "forks": 492, + "forks_count": 492, "forks_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/forks", "full_name": "practicalli/clojure-deps-edn", "git_commits_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/git/commits{/sha}", @@ -1729,11 +1729,11 @@ "milestones_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/milestones{/number}", "mirror_url": null, "name": "clojure-deps-edn", - "network_count": 491, + "network_count": 492, "node_id": "MDEwOlJlcG9zaXRvcnkyODM3MjYwNTI=", "notifications_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/notifications{?since,all,participating}", - "open_issues": 4, - "open_issues_count": 4, + "open_issues": 3, + "open_issues_count": 3, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/8628530?v=4", "events_url": "https://api.github.com/users/practicalli/events{/privacy}", @@ -1776,9 +1776,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/pulls{/number}", - "pushed_at": "2022-09-10T10:40:34Z", + "pushed_at": "2022-09-29T12:29:47Z", "releases_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/releases{/id}", - "size": 388, + "size": 434, "ssh_url": "git@github.com:practicalli/clojure-deps-edn.git", "stargazers_count": 412, "stargazers_url": "https://api.github.com/repos/practicalli/clojure-deps-edn/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": 1331, - "forks_count": 1331, + "forks": 1345, + "forks_count": 1345, "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": 1331, + "network_count": 1345, "node_id": "R_kgDOGNiHEA", "notifications_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/notifications{?since,all,participating}", - "open_issues": 5, - "open_issues_count": 5, + "open_issues": 4, + "open_issues_count": 4, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/49186168?v=4", "events_url": "https://api.github.com/users/KelvinTegelaar/events{/privacy}", @@ -1892,14 +1892,14 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/pulls{/number}", - "pushed_at": "2022-09-27T12:53:43Z", + "pushed_at": "2022-09-29T08:05:30Z", "releases_url": "https://api.github.com/repos/KelvinTegelaar/CIPP/releases{/id}", - "size": 57785, + "size": 57952, "ssh_url": "git@github.com:KelvinTegelaar/CIPP.git", - "stargazers_count": 403, + "stargazers_count": 406, "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": 23, "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", @@ -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-27T17:45:48Z", + "updated_at": "2022-09-29T17:13:54Z", "url": "https://api.github.com/repos/KelvinTegelaar/CIPP", "visibility": "public", - "watchers": 403, - "watchers_count": 403, + "watchers": 406, + "watchers_count": 406, "web_commit_signoff_required": false }, "repo_url": "https://github.com/KelvinTegelaar/CIPP", - "stargazers": 403 + "stargazers": 406 }, { "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": 30, - "open_issues_count": 30, + "open_issues": 21, + "open_issues_count": 21, "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-27T16:09:18Z", + "pushed_at": "2022-09-29T19:09:28Z", "releases_url": "https://api.github.com/repos/xUnholy/k8s-gitops/releases{/id}", - "size": 6938, + "size": 6928, "ssh_url": "git@github.com:xUnholy/k8s-gitops.git", "stargazers_count": 262, "stargazers_url": "https://api.github.com/repos/xUnholy/k8s-gitops/stargazers", @@ -2458,8 +2458,8 @@ "downloads_url": "https://api.github.com/repos/leosuncin/nest-auth-example/downloads", "events_url": "https://api.github.com/repos/leosuncin/nest-auth-example/events", "fork": false, - "forks": 32, - "forks_count": 32, + "forks": 33, + "forks_count": 33, "forks_url": "https://api.github.com/repos/leosuncin/nest-auth-example/forks", "full_name": "leosuncin/nest-auth-example", "git_commits_url": "https://api.github.com/repos/leosuncin/nest-auth-example/git/commits{/sha}", @@ -2494,7 +2494,7 @@ "milestones_url": "https://api.github.com/repos/leosuncin/nest-auth-example/milestones{/number}", "mirror_url": null, "name": "nest-auth-example", - "network_count": 32, + "network_count": 33, "node_id": "MDEwOlJlcG9zaXRvcnkxODUyNzc3NzI=", "notifications_url": "https://api.github.com/repos/leosuncin/nest-auth-example/notifications{?since,all,participating}", "open_issues": 1, @@ -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": 195, + "stargazers_count": 196, "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-23T02:43:14Z", + "updated_at": "2022-09-28T00:03:11Z", "url": "https://api.github.com/repos/leosuncin/nest-auth-example", "visibility": "public", - "watchers": 195, - "watchers_count": 195, + "watchers": 196, + "watchers_count": 196, "web_commit_signoff_required": false }, "repo_url": "https://github.com/leosuncin/nest-auth-example", - "stargazers": 195 + "stargazers": 196 }, { "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": 10, - "open_issues_count": 10, + "open_issues": 6, + "open_issues_count": 6, "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-27T20:07:02Z", + "pushed_at": "2022-09-29T19:09:50Z", "releases_url": "https://api.github.com/repos/bjw-s/home-ops/releases{/id}", - "size": 32009, + "size": 32057, "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": 50, - "open_issues_count": 50, + "open_issues": 53, + "open_issues_count": 53, "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-27T20:26:02Z", + "pushed_at": "2022-09-29T19:22:30Z", "releases_url": "https://api.github.com/repos/toboshii/home-ops/releases{/id}", - "size": 2712, + "size": 2706, "ssh_url": "git@github.com:toboshii/home-ops.git", "stargazers_count": 133, "stargazers_url": "https://api.github.com/repos/toboshii/home-ops/stargazers", @@ -2983,8 +2983,8 @@ "network_count": 69, "node_id": "MDEwOlJlcG9zaXRvcnk0NjEyMjQ2MA==", "notifications_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/notifications{?since,all,participating}", - "open_issues": 33, - "open_issues_count": 33, + "open_issues": 32, + "open_issues_count": 32, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/31739?v=4", "events_url": "https://api.github.com/users/newrelic/events{/privacy}", @@ -3027,9 +3027,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/pulls{/number}", - "pushed_at": "2022-09-27T20:17:43Z", + "pushed_at": "2022-09-30T00:42:16Z", "releases_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/releases{/id}", - "size": 16311, + "size": 16294, "ssh_url": "git@github.com:newrelic/newrelic-python-agent.git", "stargazers_count": 118, "stargazers_url": "https://api.github.com/repos/newrelic/newrelic-python-agent/stargazers", @@ -3147,7 +3147,7 @@ "releases_url": "https://api.github.com/repos/nvuillam/npm-groovy-lint/releases{/id}", "size": 73770, "ssh_url": "git@github.com:nvuillam/npm-groovy-lint.git", - "stargazers_count": 113, + "stargazers_count": 114, "stargazers_url": "https://api.github.com/repos/nvuillam/npm-groovy-lint/stargazers", "statuses_url": "https://api.github.com/repos/nvuillam/npm-groovy-lint/statuses/{sha}", "subscribers_count": 3, @@ -3174,15 +3174,15 @@ "sarif-report" ], "trees_url": "https://api.github.com/repos/nvuillam/npm-groovy-lint/git/trees{/sha}", - "updated_at": "2022-09-26T21:07:56Z", + "updated_at": "2022-09-28T22:39:42Z", "url": "https://api.github.com/repos/nvuillam/npm-groovy-lint", "visibility": "public", - "watchers": 113, - "watchers_count": 113, + "watchers": 114, + "watchers_count": 114, "web_commit_signoff_required": false }, "repo_url": "https://github.com/nvuillam/npm-groovy-lint", - "stargazers": 113 + "stargazers": 114 }, { "info": { @@ -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": 27, - "open_issues_count": 27, + "open_issues": 33, + "open_issues_count": 33, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/1302442?v=4", "events_url": "https://api.github.com/users/carpenike/events{/privacy}", @@ -3264,11 +3264,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/carpenike/k8s-gitops/pulls{/number}", - "pushed_at": "2022-09-27T19:59:50Z", + "pushed_at": "2022-09-29T18:31:46Z", "releases_url": "https://api.github.com/repos/carpenike/k8s-gitops/releases{/id}", - "size": 123703, + "size": 123753, "ssh_url": "git@github.com:carpenike/k8s-gitops.git", - "stargazers_count": 112, + "stargazers_count": 114, "stargazers_url": "https://api.github.com/repos/carpenike/k8s-gitops/stargazers", "statuses_url": "https://api.github.com/repos/carpenike/k8s-gitops/statuses/{sha}", "subscribers_count": 2, @@ -3287,15 +3287,15 @@ "kubernetes" ], "trees_url": "https://api.github.com/repos/carpenike/k8s-gitops/git/trees{/sha}", - "updated_at": "2022-09-22T00:03:44Z", + "updated_at": "2022-09-29T14:46:25Z", "url": "https://api.github.com/repos/carpenike/k8s-gitops", "visibility": "public", - "watchers": 112, - "watchers_count": 112, + "watchers": 114, + "watchers_count": 114, "web_commit_signoff_required": false }, "repo_url": "https://github.com/carpenike/k8s-gitops", - "stargazers": 112 + "stargazers": 114 }, { "info": { @@ -3654,11 +3654,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/T145/black-mirror/pulls{/number}", - "pushed_at": "2022-09-27T13:50:23Z", + "pushed_at": "2022-09-29T13:51:18Z", "releases_url": "https://api.github.com/repos/T145/black-mirror/releases{/id}", - "size": 86436, + "size": 86530, "ssh_url": "git@github.com:T145/black-mirror.git", - "stargazers_count": 88, + "stargazers_count": 89, "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,127 @@ "whitelists-ip" ], "trees_url": "https://api.github.com/repos/T145/black-mirror/git/trees{/sha}", - "updated_at": "2022-09-27T05:36:49Z", + "updated_at": "2022-09-28T00:09:48Z", "url": "https://api.github.com/repos/T145/black-mirror", "visibility": "public", - "watchers": 88, - "watchers_count": 88, + "watchers": 89, + "watchers_count": 89, "web_commit_signoff_required": false }, "repo_url": "https://github.com/T145/black-mirror", - "stargazers": 88 + "stargazers": 89 + }, + { + "info": { + "allow_forking": true, + "archive_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/{archive_format}{/ref}", + "archived": false, + "assignees_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/assignees{/user}", + "blobs_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/branches{/branch}", + "clone_url": "https://github.com/meichthys/foss_photo_libraries.git", + "collaborators_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/comments{/number}", + "commits_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/commits{/sha}", + "compare_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/contents/{+path}", + "contributors_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/contributors", + "created_at": "2022-06-25T18:07:49Z", + "default_branch": "main", + "deployments_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/deployments", + "description": "Free and Open Source Photo Libraries", + "disabled": false, + "downloads_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/downloads", + "events_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/events", + "fork": false, + "forks": 6, + "forks_count": 6, + "forks_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/forks", + "full_name": "meichthys/foss_photo_libraries", + "git_commits_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/git/tags{/sha}", + "git_url": "git://github.com/meichthys/foss_photo_libraries.git", + "has_downloads": true, + "has_issues": true, + "has_pages": false, + "has_projects": true, + "has_wiki": true, + "homepage": null, + "hooks_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/hooks", + "html_url": "https://github.com/meichthys/foss_photo_libraries", + "id": 507383783, + "is_template": false, + "issue_comment_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/issues/events{/number}", + "issues_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/issues{/number}", + "keys_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/keys{/key_id}", + "labels_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/labels{/name}", + "language": null, + "languages_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/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/meichthys/foss_photo_libraries/merges", + "milestones_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/milestones{/number}", + "mirror_url": null, + "name": "foss_photo_libraries", + "network_count": 6, + "node_id": "R_kgDOHj4P5w", + "notifications_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/notifications{?since,all,participating}", + "open_issues": 10, + "open_issues_count": 10, + "owner": { + "avatar_url": "https://avatars.githubusercontent.com/u/10717998?v=4", + "events_url": "https://api.github.com/users/meichthys/events{/privacy}", + "followers_url": "https://api.github.com/users/meichthys/followers", + "following_url": "https://api.github.com/users/meichthys/following{/other_user}", + "gists_url": "https://api.github.com/users/meichthys/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/meichthys", + "id": 10717998, + "login": "meichthys", + "node_id": "MDQ6VXNlcjEwNzE3OTk4", + "organizations_url": "https://api.github.com/users/meichthys/orgs", + "received_events_url": "https://api.github.com/users/meichthys/received_events", + "repos_url": "https://api.github.com/users/meichthys/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/meichthys/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meichthys/subscriptions", + "type": "User", + "url": "https://api.github.com/users/meichthys" + }, + "private": false, + "pulls_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/pulls{/number}", + "pushed_at": "2022-09-22T14:47:02Z", + "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_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, + "subscribers_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/subscribers", + "subscription_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/subscription", + "svn_url": "https://github.com/meichthys/foss_photo_libraries", + "tags_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/tags", + "teams_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/teams", + "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", + "url": "https://api.github.com/repos/meichthys/foss_photo_libraries", + "visibility": "public", + "watchers": 87, + "watchers_count": 87, + "web_commit_signoff_required": false + }, + "repo_url": "https://github.com/meichthys/foss_photo_libraries", + "stargazers": 87 }, { "info": { @@ -3961,118 +4073,6 @@ "repo_url": "https://github.com/practicalli/spacemacs", "stargazers": 86 }, - { - "info": { - "allow_forking": true, - "archive_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/{archive_format}{/ref}", - "archived": false, - "assignees_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/assignees{/user}", - "blobs_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/branches{/branch}", - "clone_url": "https://github.com/meichthys/foss_photo_libraries.git", - "collaborators_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/comments{/number}", - "commits_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/commits{/sha}", - "compare_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/contents/{+path}", - "contributors_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/contributors", - "created_at": "2022-06-25T18:07:49Z", - "default_branch": "main", - "deployments_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/deployments", - "description": "Free and Open Source Photo Libraries", - "disabled": false, - "downloads_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/downloads", - "events_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/events", - "fork": false, - "forks": 6, - "forks_count": 6, - "forks_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/forks", - "full_name": "meichthys/foss_photo_libraries", - "git_commits_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/git/tags{/sha}", - "git_url": "git://github.com/meichthys/foss_photo_libraries.git", - "has_downloads": true, - "has_issues": true, - "has_pages": false, - "has_projects": true, - "has_wiki": true, - "homepage": null, - "hooks_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/hooks", - "html_url": "https://github.com/meichthys/foss_photo_libraries", - "id": 507383783, - "is_template": false, - "issue_comment_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/issues/events{/number}", - "issues_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/issues{/number}", - "keys_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/keys{/key_id}", - "labels_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/labels{/name}", - "language": null, - "languages_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/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/meichthys/foss_photo_libraries/merges", - "milestones_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/milestones{/number}", - "mirror_url": null, - "name": "foss_photo_libraries", - "network_count": 6, - "node_id": "R_kgDOHj4P5w", - "notifications_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/notifications{?since,all,participating}", - "open_issues": 10, - "open_issues_count": 10, - "owner": { - "avatar_url": "https://avatars.githubusercontent.com/u/10717998?v=4", - "events_url": "https://api.github.com/users/meichthys/events{/privacy}", - "followers_url": "https://api.github.com/users/meichthys/followers", - "following_url": "https://api.github.com/users/meichthys/following{/other_user}", - "gists_url": "https://api.github.com/users/meichthys/gists{/gist_id}", - "gravatar_id": "", - "html_url": "https://github.com/meichthys", - "id": 10717998, - "login": "meichthys", - "node_id": "MDQ6VXNlcjEwNzE3OTk4", - "organizations_url": "https://api.github.com/users/meichthys/orgs", - "received_events_url": "https://api.github.com/users/meichthys/received_events", - "repos_url": "https://api.github.com/users/meichthys/repos", - "site_admin": false, - "starred_url": "https://api.github.com/users/meichthys/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/meichthys/subscriptions", - "type": "User", - "url": "https://api.github.com/users/meichthys" - }, - "private": false, - "pulls_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/pulls{/number}", - "pushed_at": "2022-09-22T14:47:02Z", - "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": 85, - "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, - "subscribers_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/subscribers", - "subscription_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/subscription", - "svn_url": "https://github.com/meichthys/foss_photo_libraries", - "tags_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/tags", - "teams_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/teams", - "temp_clone_token": null, - "topics": [], - "trees_url": "https://api.github.com/repos/meichthys/foss_photo_libraries/git/trees{/sha}", - "updated_at": "2022-09-25T22:21:20Z", - "url": "https://api.github.com/repos/meichthys/foss_photo_libraries", - "visibility": "public", - "watchers": 85, - "watchers_count": 85, - "web_commit_signoff_required": false - }, - "repo_url": "https://github.com/meichthys/foss_photo_libraries", - "stargazers": 85 - }, { "info": { "allow_forking": true, @@ -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": 86, - "open_issues_count": 86, + "open_issues": 83, + "open_issues_count": 83, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/52803776?v=4", "events_url": "https://api.github.com/users/oasisprotocol/events{/privacy}", @@ -4179,9 +4179,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/pulls{/number}", - "pushed_at": "2022-09-27T20:18:58Z", + "pushed_at": "2022-09-29T17:26:22Z", "releases_url": "https://api.github.com/repos/oasisprotocol/oasis-wallet-web/releases{/id}", - "size": 8357, + "size": 8413, "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", @@ -4323,11 +4323,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/telstra/open-kilda/pulls{/number}", - "pushed_at": "2022-09-27T19:30:12Z", + "pushed_at": "2022-09-28T13:09:37Z", "releases_url": "https://api.github.com/repos/telstra/open-kilda/releases{/id}", - "size": 298727, + "size": 298741, "ssh_url": "git@github.com:telstra/open-kilda.git", - "stargazers_count": 68, + "stargazers_count": 69, "stargazers_url": "https://api.github.com/repos/telstra/open-kilda/stargazers", "statuses_url": "https://api.github.com/repos/telstra/open-kilda/statuses/{sha}", "subscribers_count": 28, @@ -4339,15 +4339,15 @@ "temp_clone_token": null, "topics": [], "trees_url": "https://api.github.com/repos/telstra/open-kilda/git/trees{/sha}", - "updated_at": "2022-08-03T11:28:37Z", + "updated_at": "2022-09-27T22:10:08Z", "url": "https://api.github.com/repos/telstra/open-kilda", "visibility": "public", - "watchers": 68, - "watchers_count": 68, + "watchers": 69, + "watchers_count": 69, "web_commit_signoff_required": false }, "repo_url": "https://github.com/telstra/open-kilda", - "stargazers": 68 + "stargazers": 69 }, { "info": { @@ -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": 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}", @@ -4574,9 +4574,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/Azure/ARO-RP/pulls{/number}", - "pushed_at": "2022-09-27T20:00:27Z", + "pushed_at": "2022-09-30T00:21:00Z", "releases_url": "https://api.github.com/repos/Azure/ARO-RP/releases{/id}", - "size": 70564, + "size": 70523, "ssh_url": "git@github.com:Azure/ARO-RP.git", "stargazers_count": 65, "stargazers_url": "https://api.github.com/repos/Azure/ARO-RP/stargazers", @@ -4737,7 +4737,7 @@ "contents_url": "https://api.github.com/repos/philips-software/embeddedinfralib/contents/{+path}", "contributors_url": "https://api.github.com/repos/philips-software/embeddedinfralib/contributors", "created_at": "2019-03-22T14:27:21Z", - "default_branch": "develop", + "default_branch": "modern-cmake", "deployments_url": "https://api.github.com/repos/philips-software/embeddedinfralib/deployments", "description": "EmbeddedInfraLib is a set of C++ libraries and headers that provide heap-less, STL like, infrastructure for embedded software development.", "disabled": false, @@ -4783,8 +4783,8 @@ "network_count": 19, "node_id": "MDEwOlJlcG9zaXRvcnkxNzcxNTQ3Mzc=", "notifications_url": "https://api.github.com/repos/philips-software/embeddedinfralib/notifications{?since,all,participating}", - "open_issues": 2, - "open_issues_count": 2, + "open_issues": 6, + "open_issues_count": 6, "organization": { "avatar_url": "https://avatars.githubusercontent.com/u/39734771?v=4", "events_url": "https://api.github.com/users/philips-software/events{/privacy}", @@ -4827,9 +4827,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/philips-software/embeddedinfralib/pulls{/number}", - "pushed_at": "2022-09-22T08:45:05Z", + "pushed_at": "2022-09-29T14:09:11Z", "releases_url": "https://api.github.com/repos/philips-software/embeddedinfralib/releases{/id}", - "size": 29750, + "size": 29764, "ssh_url": "git@github.com:philips-software/embeddedinfralib.git", "stargazers_count": 56, "stargazers_url": "https://api.github.com/repos/philips-software/embeddedinfralib/stargazers", @@ -4920,8 +4920,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": 3, + "open_issues_count": 3, "owner": { "avatar_url": "https://avatars.githubusercontent.com/u/27022259?v=4", "events_url": "https://api.github.com/users/auricom/events{/privacy}", @@ -4944,11 +4944,11 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/auricom/home-ops/pulls{/number}", - "pushed_at": "2022-09-27T20:25:28Z", + "pushed_at": "2022-09-29T22:43:03Z", "releases_url": "https://api.github.com/repos/auricom/home-ops/releases{/id}", - "size": 6361, + "size": 6383, "ssh_url": "git@github.com:auricom/home-ops.git", - "stargazers_count": 53, + "stargazers_count": 54, "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-08-30T14:05:39Z", + "updated_at": "2022-09-28T08:57:15Z", "url": "https://api.github.com/repos/auricom/home-ops", "visibility": "public", - "watchers": 53, - "watchers_count": 53, + "watchers": 54, + "watchers_count": 54, "web_commit_signoff_required": false }, "repo_url": "https://github.com/auricom/home-ops", - "stargazers": 53 + "stargazers": 54 }, { "info": { @@ -5774,7 +5774,7 @@ "releases_url": "https://api.github.com/repos/practicalli/clojure/releases{/id}", "size": 47316, "ssh_url": "git@github.com:practicalli/clojure.git", - "stargazers_count": 41, + "stargazers_count": 42, "stargazers_url": "https://api.github.com/repos/practicalli/clojure/stargazers", "statuses_url": "https://api.github.com/repos/practicalli/clojure/statuses/{sha}", "subscribers_count": 2, @@ -5792,15 +5792,15 @@ "workshop" ], "trees_url": "https://api.github.com/repos/practicalli/clojure/git/trees{/sha}", - "updated_at": "2022-06-19T03:08:13Z", + "updated_at": "2022-09-28T13:42:08Z", "url": "https://api.github.com/repos/practicalli/clojure", "visibility": "public", - "watchers": 41, - "watchers_count": 41, + "watchers": 42, + "watchers_count": 42, "web_commit_signoff_required": false }, "repo_url": "https://github.com/practicalli/clojure", - "stargazers": 41 + "stargazers": 42 }, { "info": { @@ -6088,8 +6088,8 @@ "network_count": 2, "node_id": "MDEwOlJlcG9zaXRvcnkzOTE3NjkwNDE=", "notifications_url": "https://api.github.com/repos/jr0dd/home-ops/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/285797?v=4", "events_url": "https://api.github.com/users/jr0dd/events{/privacy}", @@ -6112,9 +6112,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/jr0dd/home-ops/pulls{/number}", - "pushed_at": "2022-09-27T16:17:44Z", + "pushed_at": "2022-09-30T01:14:51Z", "releases_url": "https://api.github.com/repos/jr0dd/home-ops/releases{/id}", - "size": 5557, + "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", @@ -6253,9 +6253,9 @@ }, "private": false, "pulls_url": "https://api.github.com/repos/hardisgroupcom/sfdx-hardis/pulls{/number}", - "pushed_at": "2022-09-27T15:28:07Z", + "pushed_at": "2022-09-28T16:12:56Z", "releases_url": "https://api.github.com/repos/hardisgroupcom/sfdx-hardis/releases{/id}", - "size": 5603, + "size": 5631, "ssh_url": "git@github.com:hardisgroupcom/sfdx-hardis.git", "stargazers_count": 30, "stargazers_url": "https://api.github.com/repos/hardisgroupcom/sfdx-hardis/stargazers", @@ -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": 2, - "open_issues_count": 2, + "open_issues": 3, + "open_issues_count": 3, "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-27T20:15:53Z", + "pushed_at": "2022-09-29T22:42:50Z", "releases_url": "https://api.github.com/repos/0dragosh/homelab/releases{/id}", - "size": 3880, + "size": 3892, "ssh_url": "git@github.com:0dragosh/homelab.git", "stargazers_count": 23, "stargazers_url": "https://api.github.com/repos/0dragosh/homelab/stargazers", diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index e6c94795502..048cf358c08 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -211,14 +211,14 @@ jobs: # Check Docker image security with Trivy # ############################################## -# - name: Run Trivy vulnerability scanner -# uses: aquasecurity/trivy-action@master -# with: -# image-ref: "docker.io/oxsecurity/megalinter:${{steps.image_tag.outputs.tag}}" -# format: 'table' -# exit-code: '1' -# ignore-unfixed: true -# security-checks: vuln -# vuln-type: 'os,library' -# severity: 'CRITICAL,HIGH' -# timeout: 10m0s \ No newline at end of file + - name: Run Trivy vulnerability scanner + uses: aquasecurity/trivy-action@master + with: + image-ref: "docker.io/oxsecurity/megalinter:${{steps.image_tag.outputs.tag}}" + format: 'table' + exit-code: '1' + ignore-unfixed: true + security-checks: vuln + vuln-type: 'os,library' + severity: 'CRITICAL,HIGH' + timeout: 10m0s \ No newline at end of file diff --git a/.trivyignore b/.trivyignore index 9cd2edb023e..bdf2f2c163b 100644 --- a/.trivyignore +++ b/.trivyignore @@ -116,7 +116,9 @@ CVE-2022-30321 CVE-2022-30322 CVE-2022-30323 CVE-2022-33082 +CVE-2022-36067 CVE-2022-36085 +CVE-2022-36944 CVE-2022-37434 CVE-2022-38013 CVE-2022-40674 diff --git a/CHANGELOG.md b/CHANGELOG.md index 515696eba55..de068bab450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,12 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - [semgrep](https://semgrep.dev/) from 0.114.0 to **0.115.0** on 2022-09-27 - [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.14.1 to **7.14.2** on 2022-09-27 - [sqlfluff](https://www.sqlfluff.com/) from 1.3.1 to **1.3.2** on 2022-09-27 + - [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.65.1 to **0.66.0** on 2022-09-30 + - [stylelint](https://stylelint.io) from 14.12.1 to **14.13.0** on 2022-09-30 + - [checkov](https://www.checkov.io/) from 2.1.229 to **2.1.242** on 2022-09-30 + - [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 ## [v6.10.0] - 2022-09-19 diff --git a/docs/all_linters.md b/docs/all_linters.md index 58e69334505..8f5c97af607 100644 --- a/docs/all_linters.md +++ b/docs/all_linters.md @@ -11,9 +11,9 @@ | [**bandit**](https://github.com/PyCQA/bandit){target=_blank} | 1.7.4 | [Apache-2.0](licenses/bandit.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/bandit?cacheSeconds=3600)](https://github.com/PyCQA/bandit){target=_blank} | [PYTHON](descriptors/python_bandit.md) | :white_circle: | [Repository](https://github.com/PyCQA/bandit){target=_blank} | | [**bash-exec**](https://tiswww.case.edu/php/chet/bash/bashtop.html){target=_blank} | 5.1.16 | | | [BASH](descriptors/bash_bash_exec.md) | | [Web Site](https://tiswww.case.edu/php/chet/bash/bashtop.html){target=_blank} | | [**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.1 | [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} | +| [**cfn-lint**](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | 0.66.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.229 | [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.242 | [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.4 | [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.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} | @@ -42,7 +42,7 @@ | [**isort**](https://github.com/PyCQA/isort){target=_blank} | 5.10.1 | [MIT](licenses/isort.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/isort?cacheSeconds=3600)](https://github.com/PyCQA/isort){target=_blank} | [PYTHON](descriptors/python_isort.md) | :white_circle: | [Repository](https://github.com/PyCQA/isort){target=_blank} | | [**jscpd**](https://github.com/kucherenko/jscpd){target=_blank} | 3.3.26 | [MIT](licenses/jscpd.md) | [![GitHub stars](https://img.shields.io/github/stars/kucherenko/jscpd?cacheSeconds=3600)](https://github.com/kucherenko/jscpd){target=_blank} | [COPYPASTE](descriptors/copypaste_jscpd.md) | :heart: | [MegaLinter reference](https://github.com/kucherenko/jscpd#who-uses-jscpd){target=_blank} | | [**jsonlint**](https://github.com/prantlf/jsonlint){target=_blank} | 11.7.0 | [MIT](licenses/jsonlint.md) | [![GitHub stars](https://img.shields.io/github/stars/prantlf/jsonlint?cacheSeconds=3600)](https://github.com/prantlf/jsonlint){target=_blank} | [JSON](descriptors/json_jsonlint.md) | :white_circle: | [Repository](https://github.com/prantlf/jsonlint){target=_blank} | -| [**kics**](https://github.com/checkmarx/kics){target=_blank} | 1.6.0 | [Apache-2.0](licenses/kics.md) | [![GitHub stars](https://img.shields.io/github/stars/checkmarx/kics?cacheSeconds=3600)](https://github.com/checkmarx/kics){target=_blank} | [TERRAFORM](descriptors/terraform_kics.md) | :heart: | [MegaLinter reference](https://docs.kics.io/latest/integrations/){target=_blank} | +| [**kics**](https://github.com/checkmarx/kics){target=_blank} | 1.6.1 | [Apache-2.0](licenses/kics.md) | [![GitHub stars](https://img.shields.io/github/stars/checkmarx/kics?cacheSeconds=3600)](https://github.com/checkmarx/kics){target=_blank} | [TERRAFORM](descriptors/terraform_kics.md) | :heart: | [MegaLinter reference](https://docs.kics.io/latest/integrations/){target=_blank} | | [**ktlint**](https://github.com/pinterest/ktlint){target=_blank} | 0.47.1 | [MIT](licenses/ktlint.md) | [![GitHub stars](https://img.shields.io/github/stars/pinterest/ktlint?cacheSeconds=3600)](https://github.com/pinterest/ktlint){target=_blank} | [KOTLIN](descriptors/kotlin_ktlint.md) | :heart: | [MegaLinter reference](https://github.com/pinterest/ktlint#-with-continuous-integration){target=_blank} | | [**kubeconform**](https://github.com/yannh/kubeconform){target=_blank} | 0.4.12 | [Other](licenses/kubeconform.md) | [![GitHub stars](https://img.shields.io/github/stars/yannh/kubeconform?cacheSeconds=3600)](https://github.com/yannh/kubeconform){target=_blank} | [KUBERNETES](descriptors/kubernetes_kubeconform.md) | :white_circle: | [Repository](https://github.com/yannh/kubeconform){target=_blank} | | [**kubeval**](https://github.com/instrumenta/kubeval){target=_blank} | 0.16.1 | [Apache-2.0](licenses/kubeval.md) | [![GitHub stars](https://img.shields.io/github/stars/instrumenta/kubeval?cacheSeconds=3600)](https://github.com/instrumenta/kubeval){target=_blank} | [KUBERNETES](descriptors/kubernetes_kubeval.md) | :white_circle: | [Repository](https://github.com/instrumenta/kubeval){target=_blank} | @@ -88,11 +88,11 @@ | [**sql-lint**](https://github.com/joereynolds/sql-lint){target=_blank} | 1.0.0 | | [![GitHub stars](https://img.shields.io/github/stars/joereynolds/sql-lint?cacheSeconds=3600)](https://github.com/joereynolds/sql-lint){target=_blank} | [SQL](descriptors/sql_sql_lint.md) | :white_circle: | [Repository](https://github.com/joereynolds/sql-lint){target=_blank} | | [**sqlfluff**](https://github.com/sqlfluff/sqlfluff){target=_blank} | 1.3.2 | [MIT](licenses/sqlfluff.md) | [![GitHub stars](https://img.shields.io/github/stars/sqlfluff/sqlfluff?cacheSeconds=3600)](https://github.com/sqlfluff/sqlfluff){target=_blank} | [SQL](descriptors/sql_sqlfluff.md) | :white_circle: | [Repository](https://github.com/sqlfluff/sqlfluff){target=_blank} | | [**standard**](https://github.com/standard/standard){target=_blank} | 17.0.0 | [MIT](licenses/standard.md) | [![GitHub stars](https://img.shields.io/github/stars/standard/standard?cacheSeconds=3600)](https://github.com/standard/standard){target=_blank} | [JAVASCRIPT](descriptors/javascript_standard.md)
[TYPESCRIPT](descriptors/typescript_standard.md) | :white_circle: | [Repository](https://github.com/standard/standard){target=_blank} | -| [**stylelint**](https://github.com/stylelint/stylelint){target=_blank} | 14.12.1 | [MIT](licenses/stylelint.md) | [![GitHub stars](https://img.shields.io/github/stars/stylelint/stylelint?cacheSeconds=3600)](https://github.com/stylelint/stylelint){target=_blank} | [CSS](descriptors/css_stylelint.md) | :heart: | [MegaLinter reference](https://stylelint.io/user-guide/integrations/other#analysis-platform-engines){target=_blank} | +| [**stylelint**](https://github.com/stylelint/stylelint){target=_blank} | 14.13.0 | [MIT](licenses/stylelint.md) | [![GitHub stars](https://img.shields.io/github/stars/stylelint/stylelint?cacheSeconds=3600)](https://github.com/stylelint/stylelint){target=_blank} | [CSS](descriptors/css_stylelint.md) | :heart: | [MegaLinter reference](https://stylelint.io/user-guide/integrations/other#analysis-platform-engines){target=_blank} | | [**swiftlint**](https://github.com/realm/SwiftLint){target=_blank} | 0.46.5 | [MIT](licenses/swiftlint.md) | [![GitHub stars](https://img.shields.io/github/stars/realm/SwiftLint?cacheSeconds=3600)](https://github.com/realm/SwiftLint){target=_blank} | [SWIFT](descriptors/swift_swiftlint.md) | :white_circle: | [Repository](https://github.com/realm/SwiftLint){target=_blank} | -| [**syft**](https://github.com/anchore/syft){target=_blank} | 0.57.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} | +| [**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.0 | [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} | +| [**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} | | [**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} | diff --git a/docs/all_users.md b/docs/all_users.md index 5550ccf5f2f..5e1498fd616 100644 --- a/docs/all_users.md +++ b/docs/all_users.md @@ -33,9 +33,9 @@ According to posted issues, there are many more private and self-hosted repos us [![joeygoksu/prime-nestjs - GitHub](https://gh-card.dev/repos/joeygoksu/prime-nestjs.svg?fullname=)](https://github.com/joeygoksu/prime-nestjs){target=_blank} [![cbg-ethz/V-pipe - GitHub](https://gh-card.dev/repos/cbg-ethz/V-pipe.svg?fullname=)](https://github.com/cbg-ethz/V-pipe){target=_blank} [![T145/black-mirror - GitHub](https://gh-card.dev/repos/T145/black-mirror.svg?fullname=)](https://github.com/T145/black-mirror){target=_blank} +[![meichthys/foss_photo_libraries - GitHub](https://gh-card.dev/repos/meichthys/foss_photo_libraries.svg?fullname=)](https://github.com/meichthys/foss_photo_libraries){target=_blank} [![practicalli/spacemacs - GitHub](https://gh-card.dev/repos/practicalli/spacemacs.svg?fullname=)](https://github.com/practicalli/spacemacs){target=_blank} [![practicalli/spacemacs - GitHub](https://gh-card.dev/repos/practicalli/spacemacs.svg?fullname=)](https://github.com/practicalli/spacemacs){target=_blank} -[![meichthys/foss_photo_libraries - GitHub](https://gh-card.dev/repos/meichthys/foss_photo_libraries.svg?fullname=)](https://github.com/meichthys/foss_photo_libraries){target=_blank} [![oasisprotocol/oasis-wallet-web - GitHub](https://gh-card.dev/repos/oasisprotocol/oasis-wallet-web.svg?fullname=)](https://github.com/oasisprotocol/oasis-wallet-web){target=_blank} [![telstra/open-kilda - GitHub](https://gh-card.dev/repos/telstra/open-kilda.svg?fullname=)](https://github.com/telstra/open-kilda){target=_blank} [![rasa/scoops - GitHub](https://gh-card.dev/repos/rasa/scoops.svg?fullname=)](https://github.com/rasa/scoops){target=_blank} diff --git a/docs/descriptors/cloudformation_cfn_lint.md b/docs/descriptors/cloudformation_cfn_lint.md index 7d5e702fcfe..a36ab86de32 100644 --- a/docs/descriptors/cloudformation_cfn_lint.md +++ b/docs/descriptors/cloudformation_cfn_lint.md @@ -11,7 +11,7 @@ ## cfn-lint documentation -- Version in MegaLinter: **0.65.1** +- Version in MegaLinter: **0.66.0** - Visit [Official Web Site](https://github.com/aws-cloudformation/cfn-lint#readme){target=_blank} - If custom `.cfnlintrc.yml` config file is not found, [.cfnlintrc.yml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.cfnlintrc.yml){target=_blank} will be used - See [Index of problems detected by cfn-lint](https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/rules.md){target=_blank} diff --git a/docs/descriptors/css_stylelint.md b/docs/descriptors/css_stylelint.md index c9c1a5462cc..443fbbeaf62 100644 --- a/docs/descriptors/css_stylelint.md +++ b/docs/descriptors/css_stylelint.md @@ -11,7 +11,7 @@ ## stylelint documentation -- Version in MegaLinter: **14.12.1** +- Version in MegaLinter: **14.13.0** - Visit [Official Web Site](https://stylelint.io){target=_blank} - See [How to configure stylelint rules](https://stylelint.io/user-guide/configure){target=_blank} - If custom `.stylelintrc.json` config file is not found, [.stylelintrc.json](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.stylelintrc.json){target=_blank} will be used @@ -192,6 +192,16 @@ stylelint --fix --config .stylelintrc.json myfile.css myfile2.css myfile3.css If the directory for the cache does not exist, make sure you add a trailing "/" on *nix systems or "\" on Windows. Otherwise the path will be assumed to be a file. + --cache-strategy [default: "metadata"] + + Strategy for the cache to use for detecting changed files. Can be either + "metadata" or "content". + + The "content" strategy can be useful in cases where the modification time of + your files changes even if their contents have not. For example, this can happen + during git operations like "git clone" because git does not track file modification + time. + --formatter, -f [default: "string"] The output formatter: "compact", "github", "json", "string", "tap", "unix" or "verbose". diff --git a/docs/descriptors/python_black.md b/docs/descriptors/python_black.md index 308f6a3df8e..70eef23ee5c 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, time, timeit, python3, - capture, python, prun). Useful for - formatting cells with custom python magics. + magics (time, prun, timeit, python3, pypy, + capture, python). 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/python_pyright.md b/docs/descriptors/python_pyright.md index 4ca31ce8c8e..e426d2ed8c4 100644 --- a/docs/descriptors/python_pyright.md +++ b/docs/descriptors/python_pyright.md @@ -111,7 +111,7 @@ Usage: pyright [options] files... --warnings Use exit code of 1 if warnings are reported -w,--watch Continue to run and watch for changes -WARNING: there is a new pyright version available (v1.1.270 -> v1.1.272). +WARNING: there is a new pyright version available (v1.1.270 -> v1.1.273). Please install the new version or set PYRIGHT_PYTHON_FORCE_VERSION to `latest` ``` diff --git a/docs/descriptors/repository_checkov.md b/docs/descriptors/repository_checkov.md index be8ca5402e0..a35bca0372b 100644 --- a/docs/descriptors/repository_checkov.md +++ b/docs/descriptors/repository_checkov.md @@ -11,7 +11,7 @@ ## checkov documentation -- Version in MegaLinter: **2.1.229** +- Version in MegaLinter: **2.1.242** - 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 @@ -122,8 +122,8 @@ usage: checkov [-h] [-v] [-d DIRECTORY] [--add-check] [-f FILE] [--policy-metadata-filter POLICY_METADATA_FILTER] [--secrets-scan-file-type SECRETS_SCAN_FILE_TYPE] [--enable-secret-scan-all-files] - [--black-list-secret-scan BLACK_LIST_SECRET_SCAN] - [--summary-position {bottom,top}] + [--block-list-secret-scan BLOCK_LIST_SECRET_SCAN] + [--summary-position {top,bottom}] Infrastructure as code static analysis @@ -370,10 +370,10 @@ options: --enable-secret-scan-all-files enable secret scan for all files [env var: CKV_SECRETS_SCAN_ENABLE_ALL] - --black-list-secret-scan BLACK_LIST_SECRET_SCAN - black file list to filter out from the secret scanner - [env var: CKV_SECRETS_SCAN_BLACK_LIST] - --summary-position {bottom,top} + --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} 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/repository_syft.md b/docs/descriptors/repository_syft.md index 27e8457ea16..daae0402b46 100644 --- a/docs/descriptors/repository_syft.md +++ b/docs/descriptors/repository_syft.md @@ -13,7 +13,7 @@ Builds a SBOM (Software Build Of Materials) from your repository ## syft documentation -- Version in MegaLinter: **0.57.0** +- Version in MegaLinter: **0.58.0** - Visit [Official Web Site](https://github.com/anchore/syft#readme){target=_blank} [![syft - GitHub](https://gh-card.dev/repos/anchore/syft.svg?fullname=)](https://github.com/anchore/syft){target=_blank} diff --git a/docs/descriptors/terraform_checkov.md b/docs/descriptors/terraform_checkov.md index c6bca34d5b0..812d0488770 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.229** +- Version in MegaLinter: **2.1.242** - 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} @@ -109,8 +109,8 @@ usage: checkov [-h] [-v] [-d DIRECTORY] [--add-check] [-f FILE] [--policy-metadata-filter POLICY_METADATA_FILTER] [--secrets-scan-file-type SECRETS_SCAN_FILE_TYPE] [--enable-secret-scan-all-files] - [--black-list-secret-scan BLACK_LIST_SECRET_SCAN] - [--summary-position {bottom,top}] + [--block-list-secret-scan BLOCK_LIST_SECRET_SCAN] + [--summary-position {top,bottom}] Infrastructure as code static analysis @@ -357,10 +357,10 @@ options: --enable-secret-scan-all-files enable secret scan for all files [env var: CKV_SECRETS_SCAN_ENABLE_ALL] - --black-list-secret-scan BLACK_LIST_SECRET_SCAN - black file list to filter out from the secret scanner - [env var: CKV_SECRETS_SCAN_BLACK_LIST] - --summary-position {bottom,top} + --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} 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_kics.md b/docs/descriptors/terraform_kics.md index 9296e889cd5..2511b33e94f 100644 --- a/docs/descriptors/terraform_kics.md +++ b/docs/descriptors/terraform_kics.md @@ -11,7 +11,7 @@ ## kics documentation -- Version in MegaLinter: **1.6.0** +- Version in MegaLinter: **1.6.1** - Visit [Official Web Site](https://www.kics.io){target=_blank} - See [How to disable kics rules in files](https://docs.kics.io/latest/running-kics/#using_commands_on_scanned_files_as_comments){target=_blank} - See [Index of problems detected by kics](https://docs.kics.io/latest/queries/all-queries/){target=_blank} diff --git a/docs/descriptors/terraform_terraform_fmt.md b/docs/descriptors/terraform_terraform_fmt.md index d28531fc00d..722d63e8052 100644 --- a/docs/descriptors/terraform_terraform_fmt.md +++ b/docs/descriptors/terraform_terraform_fmt.md @@ -11,7 +11,7 @@ ## terraform-fmt documentation -- Version in MegaLinter: **1.3.0** +- Version in MegaLinter: **1.3.1** - Visit [Official Web Site](https://www.terraform.io/docs/cli/commands/fmt.html){target=_blank} [![terraform - GitHub](https://gh-card.dev/repos/hashicorp/terraform.svg?fullname=)](https://github.com/hashicorp/terraform){target=_blank} diff --git a/docs/installation.md b/docs/installation.md index 69ffdbb8af5..75ac7bbe2e6 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -195,7 +195,7 @@ Add the following job in your `azure-pipelines.yaml` file -e SYSTEM_TEAMPROJECT=$(System.TeamProject) \ -e BUILD_BUILD_ID=$(Build.BuildId) \ -e BUILD_REPOSITORY_ID=$(Build.Repository.ID) \ - oxsecurity/megalinter:test-nvuillam-azure-comments + oxsecurity/megalinter:v6 displayName: Run MegaLinter # Upload MegaLinter reports