Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3223)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Dec 16, 2023
1 parent 26ec38a commit fa1db14
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 64 deletions.
16 changes: 8 additions & 8 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 @@ -6,21 +6,21 @@
"bash-exec": "5.2.15",
"bicep_linter": "0.24.24",
"black": "23.12.0",
"cfn-lint": "0.83.5",
"cfn-lint": "0.83.6",
"checkmake": "0.2.0",
"checkov": "3.1.38",
"checkstyle": "10.12.6",
"chktex": "1.7.8",
"clang-format": "16.0.6",
"clippy": "0.1.74",
"clj-kondo": "2023.10.20",
"clj-kondo": "2023.12.15",
"cljstyle": "0.15.0",
"coffeelint": "5.2.11",
"cpplint": "1.6.1",
"csharpier": "0.26.6",
"cspell": "8.1.3",
"dartanalyzer": "0.0.0",
"devskim": "1.0.23",
"devskim": "1.0.27",
"djlint": "1.34.0",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.3.0",
Expand Down Expand Up @@ -73,7 +73,7 @@
"psalm": "Psalm.5.17.0@",
"puppet-lint": "4.2.3",
"pylint": "3.0.3",
"pyright": "1.1.340",
"pyright": "1.1.341",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "1.3.4",
Expand Down Expand Up @@ -104,12 +104,12 @@
"syft": "0.98.0",
"tekton-lint": "0.7.0",
"terraform-fmt": "1.6.6",
"terragrunt": "0.54.3",
"terragrunt": "0.54.4",
"terrascan": "1.18.3",
"tflint": "0.49.0",
"trivy": "0.48.0",
"trivy-sbom": "0.48.0",
"trufflehog": "3.63.3",
"trufflehog": "3.63.4",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "2.1.0",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.6.5 to **1.6.6** on 2023-12-14
- [terragrunt](https://terragrunt.gruntwork.io) from 0.54.1 to **0.54.3** on 2023-12-14
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.23.1 to **0.24.24** on 2023-12-14
- [clj-kondo](https://github.com/borkdude/clj-kondo) from 2023.10.20 to **2023.12.15** on 2023-12-15
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.83.5 to **0.83.6** on 2023-12-15
- [pyright](https://github.com/Microsoft/pyright) from 1.1.340 to **1.1.341** on 2023-12-15
- [devskim](https://github.com/microsoft/DevSkim) from 1.0.23 to **1.0.27** on 2023-12-15
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.63.3 to **3.63.4** on 2023-12-15
- [terragrunt](https://terragrunt.gruntwork.io) from 0.54.3 to **0.54.4** on 2023-12-15
<!-- 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 -->
[![](https://img.shields.io/static/v1?label=Used%20by&message=3286&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)<!-- gh-dependents-info-used-by-end -->
[![](https://img.shields.io/static/v1?label=Used%20by&message=3297&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)<!-- 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 fa1db14

Please sign in to comment.