Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3252)
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 Dec 29, 2023
1 parent fc58836 commit d0bb3e0
Show file tree
Hide file tree
Showing 20 changed files with 93 additions and 2,108 deletions.
53 changes: 27 additions & 26 deletions .automation/generated/linter-helps.json

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

12 changes: 6 additions & 6 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"black": "23.12.1",
"cfn-lint": "0.83.7",
"checkmake": "0.2.0",
"checkov": "3.1.44",
"checkov": "3.1.46",
"checkstyle": "10.12.6",
"chktex": "1.7.8",
"clang-format": "16.0.6",
"clippy": "0.1.74",
"clippy": "0.1.75",
"clj-kondo": "2023.12.15",
"cljstyle": "0.15.0",
"coffeelint": "5.2.11",
"cpplint": "1.6.1",
"csharpier": "0.26.7",
"cspell": "8.2.3",
"cspell": "8.2.4",
"dartanalyzer": "0.0.0",
"devskim": "1.0.27",
"djlint": "1.34.1",
Expand Down Expand Up @@ -85,16 +85,16 @@
"ruff": "0.1.9",
"scalafix": "0.11.1",
"scss-lint": "0.60.0",
"secretlint": "8.0.0",
"semgrep": "1.54.3",
"secretlint": "8.1.0",
"semgrep": "3.12",
"sfdx-scanner": "2.8.0",
"sfdx-scanner-apex": "3.19.0",
"sfdx-scanner-aura": "3.19.0",
"sfdx-scanner-lwc": "3.19.0",
"shellcheck": "0.9.0",
"shfmt": "3.7.0",
"snakefmt": "0.8.5",
"snakemake": "8.0.1",
"snakemake": "3.12",
"spectral": "6.11.0",
"sql-lint": "1.0.0",
"sqlfluff": "2.3.5",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [checkov](https://www.checkov.io/) from 3.1.43 to **3.1.44** on 2023-12-26
- [terragrunt](https://terragrunt.gruntwork.io) from 0.54.10 to **0.54.11** on 2023-12-26
- [terragrunt](https://terragrunt.gruntwork.io) from 0.54.11 to **0.54.12** on 2023-12-27
- [checkov](https://www.checkov.io/) from 3.1.44 to **3.1.46** on 2023-12-28
- [secretlint](https://github.com/secretlint/secretlint) from 8.0.0 to **8.1.0** on 2023-12-28
- [semgrep](https://semgrep.dev/) from 1.54.3 to **3.12** on 2023-12-28
- [clippy](https://github.com/rust-lang/rust-clippy) from 0.1.74 to **0.1.75** on 2023-12-28
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.0.1 to **3.12** on 2023-12-28
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.2.3 to **8.2.4** on 2023-12-28
<!-- linter-versions-end -->

## [v7.7.0] - 2023-12-09
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=3322&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=0&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 d0bb3e0

Please sign in to comment.