Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3370)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Feb 11, 2024
1 parent 1ba22e6 commit 6816d4b
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 59 deletions.
39 changes: 19 additions & 20 deletions .automation/generated/linter-helps.json

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

4 changes: 2 additions & 2 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"black": "24.1.1",
"cfn-lint": "0.85.1",
"checkmake": "0.2.0",
"checkov": "3.2.19",
"checkov": "3.2.20",
"checkstyle": "10.13.0",
"chktex": "1.7.8",
"clang-format": "17.0.5",
Expand Down Expand Up @@ -92,7 +92,7 @@
"sfdx-scanner-aura": "3.21.0",
"sfdx-scanner-lwc": "3.21.0",
"shellcheck": "0.9.0",
"shfmt": "3.7.0",
"shfmt": "3.8.0",
"snakefmt": "0.10.0",
"snakemake": "8.4.8",
"spectral": "6.11.0",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [grype](https://github.com/anchore/grype) from 0.63.1 to **0.74.5** on 2024-02-10
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.7.2 to **1.7.3** on 2024-02-11
- [terragrunt](https://terragrunt.gruntwork.io) from 0.55.0 to **0.55.1** on 2024-02-11
- [shfmt](https://github.com/mvdan/sh) from 3.7.0 to **3.8.0** on 2024-02-11
- [checkov](https://www.checkov.io/) from 3.2.19 to **3.2.20** on 2024-02-11
<!-- linter-versions-end -->

## [v7.8.0] - 2024-01-21
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=3467&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=3469&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 6816d4b

Please sign in to comment.