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 Jan 14, 2025
1 parent f655958 commit aef7764
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 54 deletions.
14 changes: 7 additions & 7 deletions .automation/generated/linter-helps.json

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

8 changes: 4 additions & 4 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.32.4",
"black": "24.10.0",
"cfn-lint": "1.22.4",
"cfn-lint": "1.22.5",
"checkmake": "0.2.0",
"checkov": "3.2.352",
"checkstyle": "10.21.1",
Expand Down Expand Up @@ -104,7 +104,7 @@
"sql-lint": "1.0.0",
"sqlfluff": "3.3.0",
"standard": "17.1.2",
"stylelint": "16.13.1",
"stylelint": "16.13.2",
"stylua": "2.0.0",
"swiftlint": "0.58.0",
"syft": "1.18.1",
Expand All @@ -113,8 +113,8 @@
"terragrunt": "0.71.1",
"terrascan": "1.19.9",
"tflint": "0.54.0",
"trivy": "0.58.1",
"trivy-sbom": "0.58.1",
"trivy": "0.58.2",
"trivy-sbom": "0.58.2",
"trufflehog": "3.88.2",
"ts-standard": "12.0.2",
"tsqllint": "1.16.0.0",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [bandit](https://bandit.readthedocs.io/en/latest/) from 1.8.1 to **1.8.2** on 2025-01-13
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.17.1 to **8.17.2** on 2025-01-13
- [gitleaks](https://github.com/gitleaks/gitleaks) from 8.22.1 to **8.23.0** on 2025-01-14
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.22.4 to **1.22.5** on 2025-01-14
- [stylelint](https://stylelint.io) from 16.13.1 to **16.13.2** on 2025-01-14
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.58.1 to **0.58.2** on 2025-01-14
- [trivy](https://aquasecurity.github.io/trivy/) from 0.58.1 to **0.58.2** on 2025-01-14
<!-- linter-versions-end -->

## [v8.3.0] - 2024-11-23
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=2832&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=2834&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 aef7764

Please sign in to comment.