Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3771)
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 <nvuillam@users.noreply.github.com>
  • Loading branch information
nvuillam and nvuillam authored Jul 15, 2024
1 parent 9ad854c commit 87250f3
Show file tree
Hide file tree
Showing 149 changed files with 2,435 additions and 2,067 deletions.
43 changes: 22 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.

10 changes: 5 additions & 5 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"black": "24.4.2",
"cfn-lint": "1.6.1",
"checkmake": "0.2.0",
"checkov": "3.2.189",
"checkov": "3.2.190",
"checkstyle": "10.17.0",
"chktex": "1.7.8",
"clang-format": "17.0.6",
Expand Down Expand Up @@ -37,7 +37,7 @@
"golangci-lint": "1.59.1",
"goodcheck": "3.1.0",
"graphql-schema-linter": "3.0.1",
"grype": "0.79.2",
"grype": "0.79.3",
"hadolint": "2.12.0",
"helm": "3.14.3",
"htmlhint": "1.1.4",
Expand Down Expand Up @@ -106,8 +106,8 @@
"swiftlint": "0.55.1",
"syft": "1.9.0",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.9.1",
"terragrunt": "0.60.0",
"terraform-fmt": "1.9.2",
"terragrunt": "0.62.0",
"terrascan": "1.18.11",
"tflint": "0.52.0",
"trivy": "0.53.0",
Expand All @@ -116,7 +116,7 @@
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "3.1.0",
"vale": "3.6.0",
"vale": "3.6.1",
"xmllint": "21207",
"yamllint": "1.35.1"
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [rubocop](https://rubocop.org/) from 1.64.1 to **1.65.0** on 2024-07-14
- [vale](https://vale.sh/) from 3.6.0 to **3.6.1** on 2024-07-14
- [vale](https://vale.sh/) from 3.6.1 to **3.6.0** on 2024-07-14
- [checkov](https://www.checkov.io/) from 3.2.189 to **3.2.190** on 2024-07-15
- [grype](https://github.com/anchore/grype) from 0.79.2 to **0.79.3** on 2024-07-15
- [vale](https://vale.sh/) from 3.6.0 to **3.6.1** on 2024-07-15
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.9.1 to **1.9.2** on 2024-07-15
- [terragrunt](https://terragrunt.gruntwork.io) from 0.60.0 to **0.62.0** on 2024-07-15
<!-- linter-versions-end -->

## [v7.13.0] - 2024-07-06
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ARG REPOSITORY_KICS_VERSION=v2.1.1-alpine
# renovate: datasource=docker depName=trufflesecurity/trufflehog
ARG REPOSITORY_TRUFFLEHOG_VERSION=3.79.0
# renovate: datasource=docker depName=
ARG SPELL_VALE_VERSION=v3.6.1
ARG SPELL_VALE_VERSION=v3.6.0
# renovate: datasource=docker depName=ghcr.io/terraform-linters/tflint
ARG TERRAFORM_TFLINT_VERSION=0.52.0
# renovate: datasource=docker depName=alpine/terragrunt
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=2523&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=2524&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 87250f3

Please sign in to comment.