Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Nov 8, 2023
1 parent 418e3e3 commit 5bf4a9f
Show file tree
Hide file tree
Showing 20 changed files with 291 additions and 155 deletions.
76 changes: 76 additions & 0 deletions .automation/generated/flavors-stats.json

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

110 changes: 67 additions & 43 deletions .automation/generated/linter-helps.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"actionlint": "1.6.26",
"ansible-lint": "6.21.1",
"ansible-lint": "6.22.0",
"arm-ttk": "0.0.0",
"bandit": "1.7.5",
"bash-exec": "5.2.15",
"bicep_linter": "0.23.1",
"black": "23.10.1",
"black": "23.11.0",
"cfn-lint": "0.83.1",
"checkmake": "0.2.0",
"checkov": "3.0.24",
"checkov": "3.0.27",
"checkstyle": "10.12.4",
"chktex": "1.7.8",
"clippy": "0.1.73",
Expand All @@ -17,7 +17,7 @@
"coffeelint": "5.2.11",
"cpplint": "1.6.1",
"csharpier": "0.26.0",
"cspell": "7.3.8",
"cspell": "8.0.0",
"dartanalyzer": "0.0.0",
"devskim": "1.0.23",
"djlint": "1.34.0",
Expand All @@ -42,7 +42,7 @@
"isort": "5.12.0",
"jscpd": "3.5.10",
"jsonlint": "14.0.3",
"kics": "1.7.10",
"kics": "1.7.11",
"ktlint": "1.0.1",
"kubeconform": "0.6.3",
"kubescape": "2.9.0",
Expand Down Expand Up @@ -71,7 +71,7 @@
"psalm": "Psalm.5.15.0@",
"puppet-lint": "4.2.1",
"pylint": "3.0.2",
"pyright": "1.1.334",
"pyright": "1.1.335",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "1.3.4",
Expand All @@ -98,7 +98,7 @@
"standard": "17.1.0",
"stylelint": "15.11.0",
"swiftlint": "0.53.0",
"syft": "0.94.0",
"syft": "0.95.0",
"tekton-lint": "0.6.0",
"terraform-fmt": "1.6.3",
"terragrunt": "0.53.2",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [trivy](https://aquasecurity.github.io/trivy/) from 0.46.1 to **0.47.0** on 2023-11-06
- [terragrunt](https://terragrunt.gruntwork.io) from 0.53.1 to **0.53.2** on 2023-11-06
- [csharpier](https://csharpier.com/) from 0.25.0 to **0.26.0** on 2023-11-07
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 6.21.1 to **6.22.0** on 2023-11-08
- [black](https://black.readthedocs.io/en/stable/) from 23.10.1 to **23.11.0** on 2023-11-08
- [pyright](https://github.com/Microsoft/pyright) from 1.1.334 to **1.1.335** on 2023-11-08
- [checkov](https://www.checkov.io/) from 3.0.24 to **3.0.27** on 2023-11-08
- [kics](https://www.kics.io) from 1.7.10 to **1.7.11** on 2023-11-08
- [syft](https://github.com/anchore/syft) from 0.94.0 to **0.95.0** on 2023-11-08
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 7.3.8 to **8.0.0** on 2023-11-08
<!-- linter-versions-end -->

## [v7.5.0] - 2023-10-29
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=3138&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=3148&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 5bf4a9f

Please sign in to comment.