Skip to content

Commit 764c619

Browse files
authored
[automation] Auto-update linters version, help and documentation (#4957)
1 parent 33dedee commit 764c619

17 files changed

+103
-96
lines changed

.automation/generated/linter-helps.json

+10-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.automation/generated/linter-versions.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"golangci-lint": "1.64.7",
3838
"goodcheck": "3.1.0",
3939
"graphql-schema-linter": "3.0.1",
40-
"grype": "0.89.1",
40+
"grype": "0.90.0",
4141
"hadolint": "2.12.0",
4242
"helm": "3.16.3",
4343
"htmlhint": "1.1.4",
@@ -107,19 +107,19 @@
107107
"stylelint": "16.15.0",
108108
"stylua": "2.0.0",
109109
"swiftlint": "0.58.2",
110-
"syft": "1.20.0",
110+
"syft": "1.21.0",
111111
"tekton-lint": "1.1.0",
112112
"terraform-fmt": "1.11.2",
113113
"terragrunt": "0.75.10",
114114
"terrascan": "1.19.9",
115115
"tflint": "0.55.1",
116-
"trivy": "0.59.1",
117-
"trivy-sbom": "0.59.1",
116+
"trivy": "0.60.0",
117+
"trivy-sbom": "0.60.0",
118118
"trufflehog": "3.88.17",
119119
"ts-standard": "12.0.2",
120120
"tsqllint": "1.16.0.0",
121121
"v8r": "4.2.1",
122122
"vale": "3.9.4",
123123
"xmllint": "21304",
124-
"yamllint": "1.36.1"
124+
"yamllint": "1.36.2"
125125
}

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
164164
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.10.3 to **1.11.2** on 2025-03-16
165165
- [terragrunt](https://terragrunt.gruntwork.io) from 0.71.1 to **0.75.10** on 2025-03-16
166166
- [yamllint](https://yamllint.readthedocs.io/) from 1.36.0 to **1.36.1** on 2025-03-16
167+
- [grype](https://github.com/anchore/grype) from 0.89.1 to **0.90.0** on 2025-03-19
168+
- [syft](https://github.com/anchore/syft) from 1.20.0 to **1.21.0** on 2025-03-19
169+
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.59.1 to **0.60.0** on 2025-03-19
170+
- [trivy](https://aquasecurity.github.io/trivy/) from 0.59.1 to **0.60.0** on 2025-03-19
171+
- [yamllint](https://yamllint.readthedocs.io/) from 1.36.1 to **1.36.2** on 2025-03-19
167172
<!-- linter-versions-end -->
168173

169174
## [v8.4.2] - 2024-02-02

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
[![MegaLinter](https://github.com/oxsecurity/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/oxsecurity/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain)
2424
[![codecov](https://codecov.io/gh/oxsecurity/megalinter/branch/main/graph/badge.svg)](https://codecov.io/gh/oxsecurity/megalinter)
2525
<!-- gh-dependents-info-used-by-start -->
26-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2866&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
26+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2874&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
2727
[![Secured with Trivy](https://img.shields.io/badge/Trivy-secured-green?logo=docker)](https://github.com/aquasecurity/trivy)
2828
[![GitHub contributors](https://img.shields.io/github/contributors/oxsecurity/megalinter.svg)](https://github.com/oxsecurity/megalinter/graphs/contributors/)
2929
[![GitHub Sponsors](https://img.shields.io/github/sponsors/nvuillam)](https://github.com/sponsors/nvuillam)

0 commit comments

Comments
 (0)