Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3055)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored and andrewvaughan committed Oct 31, 2023
1 parent def36d4 commit febce26
Show file tree
Hide file tree
Showing 15 changed files with 204 additions and 124 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.

79 changes: 41 additions & 38 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 @@ -6,9 +6,9 @@
"bash-exec": "5.2.15",
"bicep_linter": "0.22.6",
"black": "23.10.1",
"cfn-lint": "0.83.0",
"cfn-lint": "0.83.1",
"checkmake": "0.2.0",
"checkov": "3.0.13",
"checkov": "3.0.14",
"checkstyle": "10.12.4",
"chktex": "1.7.8",
"clippy": "0.1.73",
Expand Down Expand Up @@ -61,7 +61,7 @@
"php": "7.4.26",
"phpcs": "3.7.2",
"phplint": "9.0.4",
"phpstan": "1.10.39",
"phpstan": "1.10.40",
"pmd": "6.55.0",
"powershell": "7.3.9",
"powershell_formatter": "7.3.9",
Expand Down Expand Up @@ -106,7 +106,7 @@
"tflint": "0.48.0",
"trivy": "0.46.1",
"trivy-sbom": "0.46.1",
"trufflehog": "3.61.0",
"trufflehog": "3.62.0",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "2.1.0",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Linter versions upgrades
- [protolint](https://github.com/yoheimuta/protolint) from 0.46.2 to **0.46.3** on 2023-10-29
- [checkov](https://www.checkov.io/) from 3.0.12 to **3.0.13** on 2023-10-30
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.83.0 to **0.83.1** on 2023-10-31
- [phpstan](https://phpstan.org/) from 1.10.39 to **1.10.40** on 2023-10-31
- [checkov](https://www.checkov.io/) from 3.0.13 to **3.0.14** on 2023-10-31
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.61.0 to **3.62.0** on 2023-10-31
<!-- linter-versions-end -->

## [v7.5.0] - 2023-10-29
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=3107&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=3108&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
Loading

0 comments on commit febce26

Please sign in to comment.