Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3022)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Oct 20, 2023
1 parent b74e24b commit fc7c328
Show file tree
Hide file tree
Showing 20 changed files with 20,617 additions and 20,525 deletions.
68 changes: 68 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.

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.

10 changes: 5 additions & 5 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"actionlint": "1.6.26",
"ansible-lint": "6.21.0",
"ansible-lint": "6.21.1",
"arm-ttk": "0.0.0",
"bandit": "1.7.5",
"bash-exec": "5.2.15",
"bicep_linter": "0.22.6",
"black": "23.10.0",
"cfn-lint": "0.82.2",
"checkmake": "0.2.0",
"checkov": "2.5.13",
"checkov": "2.5.15",
"checkstyle": "10.12.4",
"chktex": "1.7.8",
"clippy": "0.1.73",
"clj-kondo": "2023.09.07",
"clj-kondo": "2023.10.20",
"cljstyle": "0.15.0",
"coffeelint": "5.2.11",
"cpplint": "1.6.1",
Expand All @@ -32,7 +32,7 @@
"gherkin-lint": "0.0.0",
"git_diff": "2.40.1",
"gitleaks": "8.18.0",
"golangci-lint": "1.54.2",
"golangci-lint": "1.55.0",
"goodcheck": "3.1.0",
"graphql-schema-linter": "3.0.1",
"grype": "0.63.1",
Expand Down Expand Up @@ -79,7 +79,7 @@
"rstcheck": "6.2.0",
"rstfmt": "0.0.14",
"rubocop": "1.57.1",
"ruff": "0.1.0",
"ruff": "0.1.1",
"scalafix": "0.11.1",
"scss-lint": "0.60.0",
"secretlint": "7.0.7",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [semgrep](https://semgrep.dev/) from 1.44.0 to **1.45.0** on 2023-10-19
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.60.0 to **3.60.1** on 2023-10-19
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.6.1 to **1.6.2** on 2023-10-19
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 6.21.0 to **6.21.1** on 2023-10-20
- [clj-kondo](https://github.com/borkdude/clj-kondo) from 2023.09.07 to **2023.10.20** on 2023-10-20
- [golangci-lint](https://golangci-lint.run/) from 1.54.2 to **1.55.0** on 2023-10-20
- [ruff](https://github.com/charliermarsh/ruff) from 0.1.0 to **0.1.1** on 2023-10-20
- [checkov](https://www.checkov.io/) from 2.5.13 to **2.5.15** on 2023-10-20
<!-- linter-versions-end -->

## [v7.4.0] - 2023-09-22
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<!-- mega-linter-title-end -->
<!-- mega-linter-badges-start -->
![GitHub release](https://img.shields.io/github/v/release/oxsecurity/megalinter?sort=semver)
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-5.3M-blue)](https://megalinter.io/flavors/)
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-5.4M-blue)](https://megalinter.io/flavors/)
[![Downloads/week](https://img.shields.io/npm/dw/mega-linter-runner.svg)](https://npmjs.org/package/mega-linter-runner)
[![GitHub stars](https://img.shields.io/github/stars/oxsecurity/megalinter?cacheSeconds=3600)](https://github.com/oxsecurity/megalinter/stargazers/)
[![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=3015&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=3018&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 fc7c328

Please sign in to comment.