Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Oct 24, 2023
1 parent ee201af commit 8ea050e
Show file tree
Hide file tree
Showing 17 changed files with 199 additions and 122 deletions.
68 changes: 68 additions & 0 deletions .automation/generated/flavors-stats.json

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

80 changes: 40 additions & 40 deletions .automation/generated/linter-helps.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"bandit": "1.7.5",
"bash-exec": "5.2.15",
"bicep_linter": "0.22.6",
"black": "23.10.0",
"cfn-lint": "0.82.2",
"black": "23.10.1",
"cfn-lint": "0.83.0",
"checkmake": "0.2.0",
"checkov": "2.5.18",
"checkov": "2.5.19",
"checkstyle": "10.12.4",
"chktex": "1.7.8",
"clippy": "0.1.73",
Expand Down Expand Up @@ -109,7 +109,7 @@
"trufflehog": "3.60.1",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "2.0.0",
"v8r": "2.1.0",
"vale": "2.29.5",
"xmllint": "21104",
"yamllint": "1.32.0"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [terragrunt](https://terragrunt.gruntwork.io) from 0.52.3 to **0.52.4** on 2023-10-21
- [pylint](https://pylint.pycqa.org) from 3.0.1 to **3.0.2** on 2023-10-22
- [checkov](https://www.checkov.io/) from 2.5.15 to **2.5.18** on 2023-10-22
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.82.2 to **0.83.0** on 2023-10-24
- [v8r](https://github.com/chris48s/v8r) from 2.0.0 to **2.1.0** on 2023-10-24
- [black](https://black.readthedocs.io/en/stable/) from 23.10.0 to **23.10.1** on 2023-10-24
- [checkov](https://www.checkov.io/) from 2.5.18 to **2.5.19** on 2023-10-24
<!-- linter-versions-end -->

## [v7.4.0] - 2023-09-22
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=3028&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=3031&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

0 comments on commit 8ea050e

Please sign in to comment.