diff --git a/.automation/generated/flavors-stats.json b/.automation/generated/flavors-stats.json index 60a540f864e..b054e931e92 100644 --- a/.automation/generated/flavors-stats.json +++ b/.automation/generated/flavors-stats.json @@ -621,8 +621,8 @@ 2467114 ], [ - "2022-03-09T07:35:11", - 2467440 + "2022-03-09T11:33:21", + 2467496 ] ], "ci_light": [ @@ -1247,7 +1247,7 @@ 8220 ], [ - "2022-03-09T07:35:11", + "2022-03-09T11:33:21", 8250 ] ], @@ -1873,8 +1873,8 @@ 2393 ], [ - "2022-03-09T07:35:11", - 2409 + "2022-03-09T11:33:21", + 2410 ] ], "documentation": [ @@ -2499,8 +2499,8 @@ 44738 ], [ - "2022-03-09T07:35:11", - 44801 + "2022-03-09T11:33:21", + 44816 ] ], "dotnet": [ @@ -3125,8 +3125,8 @@ 289901 ], [ - "2022-03-09T07:35:11", - 290009 + "2022-03-09T11:33:21", + 290059 ] ], "go": [ @@ -3751,8 +3751,8 @@ 8696 ], [ - "2022-03-09T07:35:11", - 8703 + "2022-03-09T11:33:21", + 8704 ] ], "java": [ @@ -4377,8 +4377,8 @@ 63086 ], [ - "2022-03-09T07:35:11", - 63229 + "2022-03-09T11:33:21", + 63274 ] ], "javascript": [ @@ -5003,8 +5003,8 @@ 95999 ], [ - "2022-03-09T07:35:11", - 96223 + "2022-03-09T11:33:21", + 96281 ] ], "php": [ @@ -5629,7 +5629,7 @@ 4497 ], [ - "2022-03-09T07:35:11", + "2022-03-09T11:33:21", 4502 ] ], @@ -6255,8 +6255,8 @@ 64105 ], [ - "2022-03-09T07:35:11", - 64274 + "2022-03-09T11:33:21", + 64295 ] ], "ruby": [ @@ -6877,8 +6877,8 @@ 1914 ], [ - "2022-03-09T07:35:11", - 1918 + "2022-03-09T11:33:21", + 1928 ] ], "rust": [ @@ -7499,8 +7499,8 @@ 2412 ], [ - "2022-03-09T07:35:11", - 2458 + "2022-03-09T11:33:21", + 2462 ] ], "salesforce": [ @@ -8125,8 +8125,8 @@ 11276 ], [ - "2022-03-09T07:35:11", - 11285 + "2022-03-09T11:33:21", + 11286 ] ], "scala": [ @@ -8747,7 +8747,7 @@ 1455 ], [ - "2022-03-09T07:35:11", + "2022-03-09T11:33:21", 1459 ] ], @@ -9369,7 +9369,7 @@ 1496 ], [ - "2022-03-09T07:35:11", + "2022-03-09T11:33:21", 1500 ] ], @@ -9995,8 +9995,8 @@ 43803 ], [ - "2022-03-09T07:35:11", - 43954 + "2022-03-09T11:33:21", + 43975 ] ] } \ No newline at end of file diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index 5bdc8c58ee8..d0257b0a3c6 100644 --- a/.automation/generated/linter-helps.json +++ b/.automation/generated/linter-helps.json @@ -339,9 +339,9 @@ " input).", " --python-cell-magics TEXT When processing Jupyter Notebooks, add the", " given magic to the list of known python-", - " magics (python3, python, capture, prun,", - " time, pypy, timeit). Useful for formatting", - " cells with custom python magics.", + " magics (timeit, pypy, prun, python, python3,", + " time, capture). Useful for formatting cells", + " with custom python magics.", " -S, --skip-string-normalization", " Don't normalize string quotes or prefixes.", " -C, --skip-magic-trailing-comma", @@ -1510,8 +1510,8 @@ " of opening bracket's line.", " --ignore errors Comma-separated list of errors and warnings to ignore", " (or skip). For example, ``--ignore=E4,E51,W234``.", - " (Default: ['E24', 'W503', 'E123', 'W504', 'E226',", - " 'E704', 'E126', 'E121'])", + " (Default: ['W503', 'E123', 'E24', 'E704', 'E121',", + " 'W504', 'E226', 'E126'])", " --extend-ignore errors", " Comma-separated list of errors and warnings to add to", " the list of ignored ones. For example, ``--extend-", diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index 705df24c25b..aef35a8247d 100644 --- a/.automation/generated/linter-versions.json +++ b/.automation/generated/linter-versions.json @@ -6,7 +6,7 @@ "bash-exec": "5.1.0", "black": "22.1.0", "cfn-lint": "0.58.3", - "checkov": "2.0.927", + "checkov": "2.0.929", "checkstyle": "10.0", "chktex": "1.7.6", "clippy": "0.1.59", diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8b4469445..7be0f752b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l - [cfn-lint](https://github.com/martysweet/cfn-lint) from 0.58.2 to **0.58.3** on 2022-03-09 - [swiftlint](https://github.com/realm/SwiftLint) from 0.46.4 to **0.46.5** on 2022-03-09 - [checkov](https://www.checkov.io/) from 2.0.924 to **2.0.927** on 2022-03-09 + - [checkov](https://www.checkov.io/) from 2.0.927 to **2.0.929** on 2022-03-09 - New linter `kubeconform` to validate Kubernetes manifests with updated schemas diff --git a/docs/all_linters.md b/docs/all_linters.md index f2742b5a215..f04a407c7bd 100644 --- a/docs/all_linters.md +++ b/docs/all_linters.md @@ -12,7 +12,7 @@ | [**bash-exec**](https://tiswww.case.edu/php/chet/bash/bashtop.html){target=_blank} | 5.1.0 | | [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.1.0 | [MIT](licenses/black.md) | [PYTHON](descriptors/python_black.md) | :white_circle: | [Repository](https://github.com/psf/black){target=_blank} | | [**cfn-lint**](https://github.com/martysweet/cfn-lint){target=_blank} | 0.58.3 | | [CLOUDFORMATION](descriptors/cloudformation_cfn_lint.md) | :white_circle: | [Web Site](https://github.com/martysweet/cfn-lint){target=_blank} | -| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 2.0.927 | [Apache-2.0](licenses/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.0.929 | [Apache-2.0](licenses/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.0 | [Other](licenses/checkstyle.md) | [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.59 | | [RUST](descriptors/rust_clippy.md) | :white_circle: | [Web Site](https://github.com/rust-lang/rust-clippy){target=_blank} | diff --git a/docs/descriptors/python_black.md b/docs/descriptors/python_black.md index 692872d7933..607eb267492 100644 --- a/docs/descriptors/python_black.md +++ b/docs/descriptors/python_black.md @@ -112,9 +112,9 @@ Options: input). --python-cell-magics TEXT When processing Jupyter Notebooks, add the given magic to the list of known python- - magics (python3, python, capture, prun, - time, pypy, timeit). Useful for formatting - cells with custom python magics. + magics (timeit, pypy, prun, python, python3, + time, capture). 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_flake8.md b/docs/descriptors/python_flake8.md index 5b4a51ab96c..7d13b7c252f 100644 --- a/docs/descriptors/python_flake8.md +++ b/docs/descriptors/python_flake8.md @@ -124,8 +124,8 @@ optional arguments: of opening bracket's line. --ignore errors Comma-separated list of errors and warnings to ignore (or skip). For example, ``--ignore=E4,E51,W234``. - (Default: ['E24', 'W503', 'E123', 'W504', 'E226', - 'E704', 'E126', 'E121']) + (Default: ['W503', 'E123', 'E24', 'E704', 'E121', + 'W504', 'E226', 'E126']) --extend-ignore errors Comma-separated list of errors and warnings to add to the list of ignored ones. For example, ``--extend- diff --git a/docs/descriptors/terraform_checkov.md b/docs/descriptors/terraform_checkov.md index 38771365b9c..ad2baf3d4e5 100644 --- a/docs/descriptors/terraform_checkov.md +++ b/docs/descriptors/terraform_checkov.md @@ -9,7 +9,7 @@ ## checkov documentation -- Version in MegaLinter: **2.0.927** +- Version in MegaLinter: **2.0.929** - 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}