Skip to content

Commit

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

* [MegaLinter] Apply linters fixes

* cspell

---------

Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
  • Loading branch information
nvuillam and nvuillam authored Aug 5, 2024
1 parent 2002d8a commit 624ba4e
Show file tree
Hide file tree
Showing 17 changed files with 86 additions and 82 deletions.
44 changes: 22 additions & 22 deletions .automation/generated/linter-helps.json

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

6 changes: 3 additions & 3 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bash-exec": "5.2.26",
"bicep_linter": "0.29.47",
"black": "24.8.0",
"cfn-lint": "1.9.3",
"cfn-lint": "1.9.4",
"checkmake": "0.2.0",
"checkov": "3.2.217",
"checkstyle": "10.17.0",
Expand All @@ -30,7 +30,7 @@
"editorconfig-checker": "3.0.3",
"eslint": "8.57.0",
"eslint-plugin-jsonc": "2.15.1",
"flake8": "7.1.0",
"flake8": "7.1.1",
"gherkin-lint": "0.0.0",
"git_diff": "2.45.2",
"gitleaks": "8.18.4",
Expand Down Expand Up @@ -107,7 +107,7 @@
"syft": "1.10.0",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.9.3",
"terragrunt": "0.64.1",
"terragrunt": "0.66.1",
"terrascan": "1.18.11",
"tflint": "0.52.0",
"trivy": "0.54.1",
Expand Down
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignorePaths": [
"**/.automation/generated/**",
"**/.cspell.json",
"**/.trivyignore",
"**/.git/**",
"**/all_users.md",
"**/licenses/*.md",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.13.0 to **8.13.1** on 2024-08-02
- [v8r](https://github.com/chris48s/v8r) from 3.1.0 to **3.1.1** on 2024-08-03
- [protolint](https://github.com/yoheimuta/protolint) from 0.50.3 to **0.50.4** on 2024-08-03
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.9.3 to **1.9.4** on 2024-08-04
- [flake8](https://flake8.pycqa.org) from 7.1.0 to **7.1.1** on 2024-08-04
- [terragrunt](https://terragrunt.gruntwork.io) from 0.64.1 to **0.66.1** on 2024-08-04
<!-- linter-versions-end -->

## [v7.13.0] - 2024-07-06
Expand Down
Loading

0 comments on commit 624ba4e

Please sign in to comment.