Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#2492)
Browse files Browse the repository at this point in the history
* [automation] Auto-update linters version, help and documentation

* [MegaLinter] Apply linters fixes

---------

Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
  • Loading branch information
nvuillam and nvuillam authored Mar 29, 2023
1 parent 4e144c8 commit dffd752
Show file tree
Hide file tree
Showing 14 changed files with 196 additions and 127 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1379,6 +1379,10 @@
[
"2023-03-28T14:20:40",
2869336
],
[
"2023-03-29T01:10:08",
2870951
]
],
"ci_light": [
Expand Down Expand Up @@ -2761,6 +2765,10 @@
[
"2023-03-28T14:20:40",
55001
],
[
"2023-03-29T01:10:08",
55075
]
],
"cupcake": [
Expand Down Expand Up @@ -3123,6 +3131,10 @@
[
"2023-03-28T14:20:40",
6408
],
[
"2023-03-29T01:10:08",
6569
]
],
"dart": [
Expand Down Expand Up @@ -5415,6 +5427,10 @@
[
"2023-03-28T14:20:40",
133238
],
[
"2023-03-29T01:10:08",
133495
]
],
"dotnet": [
Expand Down Expand Up @@ -6797,6 +6813,10 @@
[
"2023-03-28T14:20:40",
365764
],
[
"2023-03-29T01:10:08",
366426
]
],
"go": [
Expand Down Expand Up @@ -8179,6 +8199,10 @@
[
"2023-03-28T14:20:40",
18286
],
[
"2023-03-29T01:10:08",
18339
]
],
"java": [
Expand Down Expand Up @@ -9561,6 +9585,10 @@
[
"2023-03-28T14:20:40",
114144
],
[
"2023-03-29T01:10:08",
114204
]
],
"javascript": [
Expand Down Expand Up @@ -10943,6 +10971,10 @@
[
"2023-03-28T14:20:40",
232386
],
[
"2023-03-29T01:10:08",
232857
]
],
"php": [
Expand Down Expand Up @@ -12325,6 +12357,10 @@
[
"2023-03-28T14:20:40",
47825
],
[
"2023-03-29T01:10:08",
47867
]
],
"python": [
Expand Down Expand Up @@ -13707,6 +13743,10 @@
[
"2023-03-28T14:20:40",
181249
],
[
"2023-03-29T01:10:08",
181616
]
],
"ruby": [
Expand Down Expand Up @@ -15085,6 +15125,10 @@
[
"2023-03-28T14:20:40",
3269
],
[
"2023-03-29T01:10:08",
3271
]
],
"rust": [
Expand Down Expand Up @@ -16463,6 +16507,10 @@
[
"2023-03-28T14:20:40",
5001
],
[
"2023-03-29T01:10:08",
5017
]
],
"salesforce": [
Expand Down Expand Up @@ -17845,6 +17893,10 @@
[
"2023-03-28T14:20:40",
17797
],
[
"2023-03-29T01:10:08",
17804
]
],
"scala": [
Expand Down Expand Up @@ -19225,6 +19277,10 @@
[
"2023-03-28T14:20:40",
6485
],
[
"2023-03-29T01:10:08",
6501
]
],
"swift": [
Expand Down Expand Up @@ -20603,6 +20659,10 @@
[
"2023-03-28T14:20:40",
3407
],
[
"2023-03-29T01:10:08",
3409
]
],
"terraform": [
Expand Down Expand Up @@ -21985,6 +22045,10 @@
[
"2023-03-28T14:20:40",
206186
],
[
"2023-03-29T01:10:08",
206614
]
]
}
94 changes: 47 additions & 47 deletions .automation/generated/linter-helps.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"black": "23.1.0",
"cfn-lint": "0.76.1",
"checkmake": "0.2.0",
"checkov": "2.3.126",
"checkov": "2.3.128",
"checkstyle": "10.9.3",
"chktex": "1.7.6",
"clippy": "0.1.68",
Expand All @@ -25,7 +25,7 @@
"dotnet-format": "6.0.407",
"dustilock": "1.2.0",
"editorconfig-checker": "2.7.0",
"eslint": "8.36.0",
"eslint": "8.37.0",
"eslint-plugin-jsonc": "2.7.0",
"flake8": "6.0.0",
"gherkin-lint": "0.0.0",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [checkov](https://www.checkov.io/) from 2.3.124 to **2.3.125** on 2023-03-28
- [checkov](https://www.checkov.io/) from 2.3.125 to **2.3.126** on 2023-03-28
- [kics](https://www.kics.io) from 1.6.12 to **1.6.13** on 2023-03-28
- [eslint](https://eslint.org) from 8.36.0 to **8.37.0** on 2023-03-29
- [checkov](https://www.checkov.io/) from 2.3.126 to **2.3.128** on 2023-03-29
<!-- linter-versions-end -->

## [v6.21.0] - 2023-03-26
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
[![MegaLinter](https://github.com/oxsecurity/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/oxsecurity/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain)
[![codecov](https://codecov.io/gh/oxsecurity/megalinter/branch/main/graph/badge.svg)](https://codecov.io/gh/oxsecurity/megalinter)
<!-- gh-dependents-info-used-by-start -->
[![](https://img.shields.io/static/v1?label=Used%20by&message=2159&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)<!-- gh-dependents-info-used-by-end -->
[![](https://img.shields.io/static/v1?label=Used%20by&message=2170&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)<!-- gh-dependents-info-used-by-end -->
[![Secured with Trivy](https://img.shields.io/badge/Trivy-secured-green?logo=docker)](https://github.com/aquasecurity/trivy)
[![GitHub contributors](https://img.shields.io/github/contributors/oxsecurity/megalinter.svg)](https://github.com/oxsecurity/megalinter/graphs/contributors/)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/nvuillam)](https://github.com/sponsors/nvuillam)
Expand Down
4 changes: 2 additions & 2 deletions docs/all_linters.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| [**black**](https://github.com/psf/black){target=_blank} | 23.1.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.76.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} |
| [**checkmake**](https://github.com/mrtazz/checkmake){target=_blank} | 0.2.0 | [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.3.126 | [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)<br/> [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.3.128 | [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)<br/> [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.9.3 | [LGPL-2.1](licenses/checkstyle.md) | [![GitHub stars](https://img.shields.io/github/stars/checkstyle/checkstyle?cacheSeconds=3600)](https://github.com/checkstyle/checkstyle){target=_blank} | [JAVA](descriptors/java_checkstyle.md) | :heart: | [MegaLinter reference](https://checkstyle.sourceforge.io/index.html#Related_Tools_Active_Tools){target=_blank} |
| [**chktex**](https://www.nongnu.org/chktex){target=_blank} | 1.7.6 | <!-- --> | <!-- --> | [LATEX](descriptors/latex_chktex.md) | :white_circle: | [Web Site](https://www.nongnu.org/chktex){target=_blank} |
| [**clippy**](https://github.com/rust-lang/rust-clippy){target=_blank} | 0.1.68 | [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} |
Expand All @@ -30,7 +30,7 @@
| [**dotnet-format**](https://github.com/dotnet/format){target=_blank} | 6.0.407 | [MIT](licenses/dotnet-format.md) | [![GitHub stars](https://img.shields.io/github/stars/dotnet/format?cacheSeconds=3600)](https://github.com/dotnet/format){target=_blank} | [CSHARP](descriptors/csharp_dotnet_format.md)<br/> [VBDOTNET](descriptors/vbdotnet_dotnet_format.md) | :white_circle: | [Repository](https://github.com/dotnet/format){target=_blank} |
| [**dustilock**](https://github.com/Checkmarx/dustilock){target=_blank} | 1.2.0 | [Apache-2.0](licenses/dustilock.md) | [![GitHub stars](https://img.shields.io/github/stars/Checkmarx/dustilock?cacheSeconds=3600)](https://github.com/Checkmarx/dustilock){target=_blank} | [REPOSITORY](descriptors/repository_dustilock.md) | :white_circle: | [Repository](https://github.com/Checkmarx/dustilock){target=_blank} |
| [**editorconfig-checker**](https://github.com/editorconfig-checker/editorconfig-checker){target=_blank} | 2.7.0 | [MIT](licenses/editorconfig-checker.md) | [![GitHub stars](https://img.shields.io/github/stars/editorconfig-checker/editorconfig-checker?cacheSeconds=3600)](https://github.com/editorconfig-checker/editorconfig-checker){target=_blank} | [EDITORCONFIG](descriptors/editorconfig_editorconfig_checker.md) | :heart: | [MegaLinter reference](https://github.com/editorconfig-checker/editorconfig-checker#mega-linter){target=_blank} |
| [**eslint**](https://github.com/eslint/eslint){target=_blank} | 8.36.0 | [MIT](licenses/eslint.md) | [![GitHub stars](https://img.shields.io/github/stars/eslint/eslint?cacheSeconds=3600)](https://github.com/eslint/eslint){target=_blank} | [JAVASCRIPT](descriptors/javascript_eslint.md)<br/> [JSX](descriptors/jsx_eslint.md)<br/> [TSX](descriptors/tsx_eslint.md)<br/> [TYPESCRIPT](descriptors/typescript_eslint.md) | :heart: | [MegaLinter reference](https://eslint.org/docs/user-guide/integrations#source-control){target=_blank} |
| [**eslint**](https://github.com/eslint/eslint){target=_blank} | 8.37.0 | [MIT](licenses/eslint.md) | [![GitHub stars](https://img.shields.io/github/stars/eslint/eslint?cacheSeconds=3600)](https://github.com/eslint/eslint){target=_blank} | [JAVASCRIPT](descriptors/javascript_eslint.md)<br/> [JSX](descriptors/jsx_eslint.md)<br/> [TSX](descriptors/tsx_eslint.md)<br/> [TYPESCRIPT](descriptors/typescript_eslint.md) | :heart: | [MegaLinter reference](https://eslint.org/docs/user-guide/integrations#source-control){target=_blank} |
| [**eslint-plugin-jsonc**](https://github.com/ota-meshi/eslint-plugin-jsonc){target=_blank} | 2.7.0 | [MIT](licenses/eslint-plugin-jsonc.md) | [![GitHub stars](https://img.shields.io/github/stars/ota-meshi/eslint-plugin-jsonc?cacheSeconds=3600)](https://github.com/ota-meshi/eslint-plugin-jsonc){target=_blank} | [JSON](descriptors/json_eslint_plugin_jsonc.md) | :heart: | [MegaLinter reference](https://eslint.org/docs/user-guide/integrations#source-control){target=_blank} |
| [**flake8**](https://github.com/PyCQA/flake8){target=_blank} | 6.0.0 | [MIT](licenses/flake8.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/flake8?cacheSeconds=3600)](https://github.com/PyCQA/flake8){target=_blank} | [PYTHON](descriptors/python_flake8.md) | :white_circle: | [Repository](https://github.com/PyCQA/flake8){target=_blank} |
| [**gherkin-lint**](https://github.com/vsiakka/gherkin-lint){target=_blank} | N/A | [ISC](licenses/gherkin-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/vsiakka/gherkin-lint?cacheSeconds=3600)](https://github.com/vsiakka/gherkin-lint){target=_blank} | [GHERKIN](descriptors/gherkin_gherkin_lint.md) | :white_circle: | [Repository](https://github.com/vsiakka/gherkin-lint){target=_blank} |
Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/javascript_eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can create it by typing `npx eslint --init` in the root of your repository

## eslint documentation

- Version in MegaLinter: **8.36.0**
- Version in MegaLinter: **8.37.0**
- Visit [Official Web Site](https://eslint.org){target=_blank}
- See [How to configure eslint rules](https://eslint.org/docs/user-guide/configuring){target=_blank}
- See [How to disable eslint rules in files](https://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments){target=_blank}
Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/jsx_eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can create it by typing `npx eslint --init` in the root of your repository

## eslint documentation

- Version in MegaLinter: **8.36.0**
- Version in MegaLinter: **8.37.0**
- Visit [Official Web Site](https://github.com/yannickcr/eslint-plugin-react#readme){target=_blank}
- See [How to configure eslint rules](https://github.com/yannickcr/eslint-plugin-react#configuration){target=_blank}
- See [How to disable eslint rules in files](https://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments){target=_blank}
Expand Down
6 changes: 3 additions & 3 deletions docs/descriptors/repository_checkov.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dffd752

Please sign in to comment.