Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3084)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Nov 7, 2023
1 parent 63b525c commit 6a0a8bb
Show file tree
Hide file tree
Showing 17 changed files with 151 additions and 63 deletions.
76 changes: 76 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.

15 changes: 9 additions & 6 deletions .automation/generated/linter-helps.json

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

12 changes: 6 additions & 6 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"black": "23.10.1",
"cfn-lint": "0.83.1",
"checkmake": "0.2.0",
"checkov": "3.0.21",
"checkov": "3.0.24",
"checkstyle": "10.12.4",
"chktex": "1.7.8",
"clippy": "0.1.73",
Expand Down Expand Up @@ -55,7 +55,7 @@
"markdownlint": "0.37.0",
"misspell": "0.3.4",
"mypy": "1.6.1",
"npm-groovy-lint": "12.0.0",
"npm-groovy-lint": "12.0.1",
"npm-package-json-lint": "7.1.0",
"perlcritic": "1.152",
"php": "7.4.26",
Expand Down Expand Up @@ -83,7 +83,7 @@
"scalafix": "0.11.1",
"scss-lint": "0.60.0",
"secretlint": "7.0.7",
"semgrep": "1.46.0",
"semgrep": "1.48.0",
"sfdx-scanner": "2.8.0",
"sfdx-scanner-apex": "3.18.0",
"sfdx-scanner-aura": "3.18.0",
Expand All @@ -101,11 +101,11 @@
"syft": "0.94.0",
"tekton-lint": "0.6.0",
"terraform-fmt": "1.6.3",
"terragrunt": "0.53.1",
"terragrunt": "0.53.2",
"terrascan": "1.18.3",
"tflint": "0.48.0",
"trivy": "0.46.1",
"trivy-sbom": "0.46.1",
"trivy": "0.47.0",
"trivy-sbom": "0.47.0",
"trufflehog": "3.62.1",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [checkov](https://www.checkov.io/) from 3.0.19 to **3.0.20** on 2023-11-05
- [phpstan](https://phpstan.org/) from 1.10.40 to **1.10.41** on 2023-11-05
- [checkov](https://www.checkov.io/) from 3.0.20 to **3.0.21** on 2023-11-05
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 12.0.0 to **12.0.1** on 2023-11-06
- [checkov](https://www.checkov.io/) from 3.0.21 to **3.0.24** on 2023-11-06
- [semgrep](https://semgrep.dev/) from 1.46.0 to **1.48.0** on 2023-11-06
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.46.1 to **0.47.0** on 2023-11-06
- [trivy](https://aquasecurity.github.io/trivy/) from 0.46.1 to **0.47.0** on 2023-11-06
- [terragrunt](https://terragrunt.gruntwork.io) from 0.53.1 to **0.53.2** on 2023-11-06
<!-- 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=3137&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=3138&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 6a0a8bb

Please sign in to comment.