Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3651)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Jun 12, 2024
1 parent 94c9e09 commit 7198cca
Show file tree
Hide file tree
Showing 21 changed files with 110 additions and 103 deletions.
54 changes: 27 additions & 27 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.21",
"bicep_linter": "0.28.1",
"black": "24.4.2",
"cfn-lint": "0.87.5",
"cfn-lint": "0.87.6",
"checkmake": "0.2.0",
"checkov": "3.2.133",
"checkstyle": "10.17.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"pmd": "7.2.0",
"powershell": "7.4.2",
"powershell_formatter": "7.4.2",
"prettier": "3.3.1",
"prettier": "3.3.2",
"proselint": "0.14.0",
"protolint": "0.49.8",
"psalm": "Psalm.5.24.0@",
Expand All @@ -96,7 +96,7 @@
"shellcheck": "0.10.0",
"shfmt": "3.8.0",
"snakefmt": "0.10.2",
"snakemake": "8.13.0",
"snakemake": "8.14.0",
"spectral": "6.11.1",
"sql-lint": "1.0.0",
"sqlfluff": "3.0.7",
Expand All @@ -111,7 +111,7 @@
"tflint": "0.51.1",
"trivy": "0.52.1",
"trivy-sbom": "0.52.1",
"trufflehog": "3.78.0",
"trufflehog": "3.78.1",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "3.1.0",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [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
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.87.5 to **0.87.6** on 2024-06-11
- [prettier](https://prettier.io/) from 3.3.1 to **3.3.2** on 2024-06-11
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.78.0 to **3.78.1** on 2024-06-11
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.13.0 to **8.14.0** on 2024-06-11
<!-- 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=2501&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=2505&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 7198cca

Please sign in to comment.