Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use of TERRAFORM_KICS_ARGUMENTS #1950

Merged
merged 8 commits into from
Oct 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -985,8 +985,8 @@
2611287
],
[
"2022-10-08T22:19:34",
2615556
"2022-10-08T22:16:55",
2615590
]
],
"ci_light": [
Expand Down Expand Up @@ -1975,8 +1975,8 @@
27373
],
[
"2022-10-08T22:19:34",
27759
"2022-10-08T22:16:55",
27763
]
],
"dart": [
Expand Down Expand Up @@ -3875,8 +3875,8 @@
75849
],
[
"2022-10-08T22:19:34",
76765
"2022-10-08T22:16:55",
76789
]
],
"dotnet": [
Expand Down Expand Up @@ -4865,8 +4865,8 @@
314946
],
[
"2022-10-08T22:19:34",
315590
"2022-10-08T22:16:55",
315593
]
],
"go": [
Expand Down Expand Up @@ -5855,7 +5855,7 @@
13981
],
[
"2022-10-08T22:19:34",
"2022-10-08T22:16:55",
14066
]
],
Expand Down Expand Up @@ -6845,8 +6845,8 @@
94448
],
[
"2022-10-08T22:19:34",
94902
"2022-10-08T22:16:55",
94904
]
],
"javascript": [
Expand Down Expand Up @@ -7835,8 +7835,8 @@
153180
],
[
"2022-10-08T22:19:34",
154363
"2022-10-08T22:16:55",
154378
]
],
"php": [
Expand Down Expand Up @@ -8825,7 +8825,7 @@
21582
],
[
"2022-10-08T22:19:34",
"2022-10-08T22:16:55",
22127
]
],
Expand Down Expand Up @@ -9815,8 +9815,8 @@
108637
],
[
"2022-10-08T22:19:34",
109899
"2022-10-08T22:16:55",
109914
]
],
"ruby": [
Expand Down Expand Up @@ -10801,7 +10801,7 @@
2623
],
[
"2022-10-08T22:19:34",
"2022-10-08T22:16:55",
2635
]
],
Expand Down Expand Up @@ -11787,7 +11787,7 @@
3980
],
[
"2022-10-08T22:19:34",
"2022-10-08T22:16:55",
4000
]
],
Expand Down Expand Up @@ -12777,7 +12777,7 @@
14219
],
[
"2022-10-08T22:19:34",
"2022-10-08T22:16:55",
14311
]
],
Expand Down Expand Up @@ -13765,7 +13765,7 @@
1334
],
[
"2022-10-08T22:19:34",
"2022-10-08T22:16:55",
1334
]
],
Expand Down Expand Up @@ -14751,7 +14751,7 @@
2516
],
[
"2022-10-08T22:19:34",
"2022-10-08T22:16:55",
2540
]
],
Expand Down Expand Up @@ -15741,8 +15741,8 @@
117784
],
[
"2022-10-08T22:19:34",
119044
"2022-10-08T22:16:55",
119056
]
]
}
8 changes: 4 additions & 4 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (pypy, time, python3, capture,",
" python, timeit, prun). Useful for formatting",
" magics (python, prun, time, python3, pypy,",
" capture, timeit). Useful for formatting",
" cells with custom python magics.",
" -x, --skip-source-first-line Skip the first line of the source code.",
" -S, --skip-string-normalization",
Expand Down Expand Up @@ -1111,7 +1111,7 @@
""
],
"clj-kondo": [
"clj-kondo v2022.09.08",
"clj-kondo v2022.10.05",
"",
"",
"Options:",
Expand All @@ -1134,7 +1134,7 @@
" nearest `.clj-kondo` directory in the current and parent directories.",
"",
" --config <config>: config may be a file or an EDN expression. See",
" https://cljdoc.org/d/clj-kondo/clj-kondo/2022.09.08/doc/configuration",
" https://cljdoc.org/d/clj-kondo/clj-kondo/2022.10.05/doc/configuration",
"",
" --config-dir <config-dir>: use this config directory instead of auto-detected",
" .clj-kondo dir.",
Expand Down
4 changes: 2 additions & 2 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"checkstyle": "10.3.4",
"chktex": "1.7.6",
"clippy": "0.1.64",
"clj-kondo": "2022.09.08",
"clj-kondo": "2022.10.05",
"coffeelint": "5.2.10",
"cpplint": "1.6.1",
"cspell": "6.12.0",
Expand Down Expand Up @@ -82,7 +82,7 @@
"shellcheck": "0.8.0",
"shfmt": "3.6.0",
"snakefmt": "0.6.1",
"snakemake": "7.15.1",
"snakemake": "7.15.2",
"spectral": "5.9.2",
"sql-lint": "1.0.0",
"sqlfluff": "1.3.2",
Expand Down
28 changes: 14 additions & 14 deletions .automation/generated/megalinter-users.json
Original file line number Diff line number Diff line change
Expand Up @@ -804,8 +804,8 @@
"network_count": 129,
"node_id": "MDEwOlJlcG9zaXRvcnkzMDQ4MzAyMjY=",
"notifications_url": "https://api.github.com/repos/oxsecurity/megalinter/notifications{?since,all,participating}",
"open_issues": 43,
"open_issues_count": 43,
"open_issues": 41,
"open_issues_count": 41,
"organization": {
"avatar_url": "https://avatars.githubusercontent.com/u/89921661?v=4",
"events_url": "https://api.github.com/users/oxsecurity/events{/privacy}",
Expand Down Expand Up @@ -848,9 +848,9 @@
},
"private": false,
"pulls_url": "https://api.github.com/repos/oxsecurity/megalinter/pulls{/number}",
"pushed_at": "2022-10-08T09:48:23Z",
"pushed_at": "2022-10-08T21:49:59Z",
"releases_url": "https://api.github.com/repos/oxsecurity/megalinter/releases{/id}",
"size": 253508,
"size": 253711,
"ssh_url": "git@github.com:oxsecurity/megalinter.git",
"stargazers_count": 870,
"stargazers_url": "https://api.github.com/repos/oxsecurity/megalinter/stargazers",
Expand Down Expand Up @@ -1232,7 +1232,7 @@
},
"private": false,
"pulls_url": "https://api.github.com/repos/onedr0p/home-ops/pulls{/number}",
"pushed_at": "2022-10-08T17:48:59Z",
"pushed_at": "2022-10-08T22:03:45Z",
"releases_url": "https://api.github.com/repos/onedr0p/home-ops/releases{/id}",
"size": 27210,
"ssh_url": "git@github.com:onedr0p/home-ops.git",
Expand Down Expand Up @@ -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": 3,
"open_issues_count": 3,
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/6213398?v=4",
"events_url": "https://api.github.com/users/bjw-s/events{/privacy}",
Expand All @@ -2640,9 +2640,9 @@
},
"private": false,
"pulls_url": "https://api.github.com/repos/bjw-s/home-ops/pulls{/number}",
"pushed_at": "2022-10-08T04:44:59Z",
"pushed_at": "2022-10-08T22:06:27Z",
"releases_url": "https://api.github.com/repos/bjw-s/home-ops/releases{/id}",
"size": 32200,
"size": 32225,
"ssh_url": "git@github.com:bjw-s/home-ops.git",
"stargazers_count": 184,
"stargazers_url": "https://api.github.com/repos/bjw-s/home-ops/stargazers",
Expand Down Expand Up @@ -2881,7 +2881,7 @@
},
"private": false,
"pulls_url": "https://api.github.com/repos/toboshii/home-ops/pulls{/number}",
"pushed_at": "2022-10-08T10:22:41Z",
"pushed_at": "2022-10-08T21:19:05Z",
"releases_url": "https://api.github.com/repos/toboshii/home-ops/releases{/id}",
"size": 2704,
"ssh_url": "git@github.com:toboshii/home-ops.git",
Expand Down Expand Up @@ -3264,7 +3264,7 @@
},
"private": false,
"pulls_url": "https://api.github.com/repos/carpenike/k8s-gitops/pulls{/number}",
"pushed_at": "2022-10-08T15:27:15Z",
"pushed_at": "2022-10-08T21:21:12Z",
"releases_url": "https://api.github.com/repos/carpenike/k8s-gitops/releases{/id}",
"size": 123807,
"ssh_url": "git@github.com:carpenike/k8s-gitops.git",
Expand Down Expand Up @@ -4944,7 +4944,7 @@
},
"private": false,
"pulls_url": "https://api.github.com/repos/auricom/home-ops/pulls{/number}",
"pushed_at": "2022-10-08T10:25:17Z",
"pushed_at": "2022-10-08T21:21:08Z",
"releases_url": "https://api.github.com/repos/auricom/home-ops/releases{/id}",
"size": 6486,
"ssh_url": "git@github.com:auricom/home-ops.git",
Expand Down Expand Up @@ -5888,7 +5888,7 @@
},
"private": false,
"pulls_url": "https://api.github.com/repos/jr0dd/home-ops/pulls{/number}",
"pushed_at": "2022-10-08T14:14:10Z",
"pushed_at": "2022-10-08T22:10:04Z",
"releases_url": "https://api.github.com/repos/jr0dd/home-ops/releases{/id}",
"size": 5625,
"ssh_url": "git@github.com:jr0dd/home-ops.git",
Expand Down Expand Up @@ -6747,7 +6747,7 @@
},
"private": false,
"pulls_url": "https://api.github.com/repos/0dragosh/homelab/pulls{/number}",
"pushed_at": "2022-10-08T07:36:54Z",
"pushed_at": "2022-10-08T21:29:12Z",
"releases_url": "https://api.github.com/repos/0dragosh/homelab/releases{/id}",
"size": 3995,
"ssh_url": "git@github.com:0dragosh/homelab.git",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l

- Correct removeContainer casing in runner ([#1917](https://github.com/oxsecurity/megalinter/issues/1917))
- Use -p argument for pyright custom config file path ([#1946](https://github.com/oxsecurity/megalinter/issues/1946))
- Fix use of TERRAFORM_KICS_ARGUMENTS ([#1947](https://github.com/oxsecurity/megalinter/issues/1947))

- Linter versions upgrades
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.66.0 to **0.66.1** on 2022-10-04
Expand All @@ -27,6 +28,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [semgrep](https://semgrep.dev/) from 0.115.0 to **0.116.0** on 2022-10-08
- [terraform-fmt](https://www.terraform.io/docs/cli/commands/fmt.html) from 1.3.1 to **1.3.2** on 2022-10-08
- [terragrunt](https://terragrunt.gruntwork.io) from 0.39.0 to **0.39.1** on 2022-10-08
- [ansible-lint](https://ansible-lint.readthedocs.io/en/latest/) from 6.8.0 to **6.7.0** on 2022-10-08
- [clj-kondo](https://github.com/borkdude/clj-kondo) from 2022.09.08 to **2022.10.05** on 2022-10-08
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.15.1 to **7.15.2** on 2022-10-08
<!-- linter-versions-end -->

## [v6.11.1] - 2022-10-03
Expand Down
Loading