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 authored and github-actions[bot] committed Jun 10, 2024
1 parent ef523c2 commit e412ffc
Show file tree
Hide file tree
Showing 22 changed files with 117 additions and 99 deletions.
48 changes: 24 additions & 24 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": "24.4.2",
"cfn-lint": "0.87.5",
"checkmake": "0.2.0",
"checkov": "3.2.130",
"checkov": "3.2.133",
"checkstyle": "10.17.0",
"chktex": "1.7.8",
"clang-format": "17.0.5",
Expand All @@ -33,7 +33,7 @@
"flake8": "7.0.0",
"gherkin-lint": "0.0.0",
"git_diff": "2.43.4",
"gitleaks": "8.18.2",
"gitleaks": "8.18.3",
"golangci-lint": "1.59.1",
"goodcheck": "3.1.0",
"graphql-schema-linter": "3.0.1",
Expand All @@ -54,7 +54,7 @@
"luacheck": "1.2.0",
"lychee": "0.15.1",
"markdown-link-check": "3.12.2",
"markdown-table-formatter": "1.6.0",
"markdown-table-formatter": "1.6.1",
"markdownlint": "0.41.0",
"misspell": "0.3.4",
"mypy": "1.10.0",
Expand Down Expand Up @@ -103,14 +103,14 @@
"standard": "17.1.0",
"stylelint": "16.6.1",
"swiftlint": "0.55.1",
"syft": "1.5.0",
"syft": "1.6.0",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.8.5",
"terragrunt": "0.58.14",
"terrascan": "1.18.11",
"tflint": "0.51.1",
"trivy": "0.52.0",
"trivy-sbom": "0.52.0",
"trivy": "0.52.1",
"trivy-sbom": "0.52.1",
"trufflehog": "3.78.0",
"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 @@ -55,6 +55,12 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [terragrunt](https://terragrunt.gruntwork.io) from 0.58.13 to **0.58.14** on 2024-06-09
- [golangci-lint](https://golangci-lint.run/) from 1.59.0 to **1.59.1** on 2024-06-09
- [pmd](https://pmd.github.io/) from 7.1.0 to **7.2.0** on 2024-06-10
- [markdown-table-formatter](https://www.npmjs.com/package/markdown-table-formatter) from 1.6.0 to **1.6.1** on 2024-06-10
- [checkov](https://www.checkov.io/) from 3.2.130 to **3.2.133** on 2024-06-10
- [gitleaks](https://github.com/gitleaks/gitleaks) from 8.18.2 to **8.18.3** on 2024-06-10
- [syft](https://github.com/anchore/syft) from 1.5.0 to **1.6.0** on 2024-06-10
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.52.0 to **0.52.1** on 2024-06-10
- [trivy](https://aquasecurity.github.io/trivy/) from 0.52.0 to **0.52.1** on 2024-06-10
<!-- linter-versions-end -->

## [v7.12.0] - 2024-06-02
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 -->
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2500&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2501&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- 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 e412ffc

Please sign in to comment.