Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3329)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Jan 29, 2024
1 parent f4d1bd2 commit 6f0c1e8
Show file tree
Hide file tree
Showing 20 changed files with 90 additions and 86 deletions.
42 changes: 21 additions & 21 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 @@ -5,19 +5,19 @@
"bandit": "1.7.7",
"bash-exec": "5.2.21",
"bicep_linter": "0.24.24",
"black": "24.1.0",
"black": "24.1.1",
"cfn-lint": "0.85.0",
"checkmake": "0.2.0",
"checkov": "3.1.70",
"checkstyle": "10.12.7",
"checkov": "3.2.0",
"checkstyle": "10.13.0",
"chktex": "1.7.8",
"clang-format": "17.0.5",
"clippy": "0.1.75",
"clj-kondo": "2023.12.15",
"cljstyle": "0.15.0",
"coffeelint": "5.2.11",
"cpplint": "1.6.1",
"csharpier": "0.27.1",
"csharpier": "0.27.2",
"cspell": "8.3.2",
"dartanalyzer": "0.0.0",
"devskim": "1.0.28",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.3.1 to **8.3.2** on 2024-01-27
- [lychee](https://lychee.cli.rs) from 0.14.1 to **0.14.2** on 2024-01-27
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.7.0 to **1.7.1** on 2024-01-27
- [csharpier](https://csharpier.com/) from 0.27.1 to **0.27.2** on 2024-01-28
- [checkstyle](https://checkstyle.sourceforge.io) from 10.12.7 to **10.13.0** on 2024-01-28
- [black](https://black.readthedocs.io/en/stable/) from 24.1.0 to **24.1.1** on 2024-01-28
- [checkov](https://www.checkov.io/) from 3.1.70 to **3.2.0** on 2024-01-28
<!-- 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=3400&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=3403&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 6f0c1e8

Please sign in to comment.