Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3907)
Browse files Browse the repository at this point in the history
* [automation] Auto-update linters version, help and documentation

* [MegaLinter] Apply linters fixes

---------

Co-authored-by: nvuillam <[email protected]>
  • Loading branch information
nvuillam and nvuillam authored Aug 19, 2024
1 parent d8cbb09 commit 96b1bd0
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 52 deletions.
37 changes: 19 additions & 18 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.8.0",
"cfn-lint": "1.10.3",
"checkmake": "0.2.0",
"checkov": "3.2.231",
"checkov": "3.2.232",
"checkstyle": "10.17.0",
"chktex": "1.7.8",
"clang-format": "17.0.6",
Expand Down Expand Up @@ -97,7 +97,7 @@
"shellcheck": "0.10.0",
"shfmt": "3.8.0",
"snakefmt": "0.10.2",
"snakemake": "8.18.0",
"snakemake": "8.18.1",
"spectral": "6.11.1",
"sql-lint": "1.0.0",
"sqlfluff": "3.1.0",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [checkov](https://www.checkov.io/) from 3.2.228 to **3.2.229** on 2024-08-18
- [checkov](https://www.checkov.io/) from 3.2.229 to **3.2.230** on 2024-08-18
- [checkov](https://www.checkov.io/) from 3.2.230 to **3.2.231** on 2024-08-19
- [checkov](https://www.checkov.io/) from 3.2.231 to **3.2.232** on 2024-08-19
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.18.0 to **8.18.1** on 2024-08-19
<!-- linter-versions-end -->

## [v7.13.0] - 2024-07-06
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=2593&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=2592&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 96b1bd0

Please sign in to comment.