Skip to content

Commit dec0ac2

Browse files
authored
[automation] Auto-update linters version, help and documentation (#5570)
1 parent 8b0e109 commit dec0ac2

File tree

183 files changed

+735
-705
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+735
-705
lines changed

.automation/generated/linter-helps.json

Lines changed: 154 additions & 154 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.automation/generated/linter-versions.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"arm-ttk": "0.0.0",
55
"bandit": "1.8.3",
66
"bash-exec": "5.2.37",
7-
"bicep_linter": "0.35.1",
7+
"bicep_linter": "0.36.1",
88
"black": "25.1.0",
99
"cfn-lint": "1.35.4",
1010
"checkmake": "0.2.0",
@@ -34,23 +34,23 @@
3434
"flake8": "7.2.0",
3535
"gherkin-lint": "0.0.0",
3636
"git_diff": "2.47.2",
37-
"gitleaks": "8.26.0",
37+
"gitleaks": "8.27.2",
3838
"golangci-lint": "2.1.6",
3939
"goodcheck": "3.1.0",
4040
"graphql-schema-linter": "3.0.1",
4141
"grype": "0.94.0",
4242
"hadolint": "2.12.0",
4343
"helm": "3.16.3",
44-
"htmlhint": "1.2.0",
44+
"htmlhint": "1.5.1",
4545
"isort": "6.0.1",
4646
"jscpd": "4.0.5",
4747
"jsonlint": "16.0.0",
48-
"kics": "2.1.9",
48+
"kics": "2.1.10",
4949
"ktlint": "1.6.0",
5050
"kubeconform": "0.7.0",
5151
"kubescape": "3.0.34",
5252
"kubeval": "0.16.1",
53-
"lightning-flow-scanner": "3.16.1",
53+
"lightning-flow-scanner": "3.23.0",
5454
"lintr": "0.0.0",
5555
"ls-lint": "2.3.1",
5656
"luacheck": "1.2.0",
@@ -74,25 +74,25 @@
7474
"prettier": "3.5.3",
7575
"proselint": "0.14.0",
7676
"protolint": "0.55.6",
77-
"psalm": "Psalm.6.11.0@",
77+
"psalm": "Psalm.6.12.0@",
7878
"puppet-lint": "4.3.0",
7979
"pylint": "3.3.7",
80-
"pyright": "1.1.401",
80+
"pyright": "1.1.402",
8181
"raku": "2024.12",
8282
"remark-lint": "14.0.2",
83-
"revive": "1.9.0",
83+
"revive": "1.10.0",
8484
"roslynator": "0.10.1.0",
8585
"rst-lint": "1.4.0",
8686
"rstcheck": "6.2.5",
8787
"rstfmt": "0.0.14",
88-
"rubocop": "1.75.8",
88+
"rubocop": "1.76.1",
8989
"ruff": "0.11.13",
9090
"ruff-format": "0.11.13",
9191
"scalafix": "0.14.3",
9292
"scss-lint": "0.60.0",
9393
"secretlint": "9.3.4",
9494
"selene": "0.28.0",
95-
"semgrep": "3.12",
95+
"semgrep": "3.13",
9696
"sfdx-scanner": "2.8.0",
9797
"sfdx-scanner-apex": "4.12.0",
9898
"sfdx-scanner-aura": "4.12.0",
@@ -105,7 +105,7 @@
105105
"sql-lint": "1.0.0",
106106
"sqlfluff": "3.4.0",
107107
"standard": "17.1.2",
108-
"stylelint": "16.19.1",
108+
"stylelint": "16.20.0",
109109
"stylua": "2.0.0",
110110
"swiftlint": "0.59.1",
111111
"syft": "1.27.1",
@@ -114,9 +114,9 @@
114114
"terragrunt": "0.81.0",
115115
"terrascan": "1.19.9",
116116
"tflint": "0.58.0",
117-
"trivy": "0.62.1",
118-
"trivy-sbom": "0.62.1",
119-
"trufflehog": "3.88.34",
117+
"trivy": "0.63.0",
118+
"trivy-sbom": "0.63.0",
119+
"trufflehog": "3.89.1",
120120
"ts-standard": "12.0.2",
121121
"tsqllint": "1.16.0.0",
122122
"v8r": "5.0.0",

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,20 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
132132
- [ls-lint](https://ls-lint.org/) from 2.3.0 to **2.3.1** on 2025-06-13
133133
- [secretlint](https://github.com/secretlint/secretlint) from 9.3.3 to **9.3.4** on 2025-06-13
134134
- [syft](https://github.com/anchore/syft) from 1.27.0 to **1.27.1** on 2025-06-13
135+
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.35.1 to **0.36.1** on 2025-06-13
136+
- [stylelint](https://stylelint.io) from 16.19.1 to **16.20.0** on 2025-06-13
137+
- [revive](https://revive.run/) from 1.9.0 to **1.10.0** on 2025-06-13
138+
- [htmlhint](https://htmlhint.com/) from 1.2.0 to **1.5.1** on 2025-06-13
139+
- [psalm](https://psalm.dev) from Psalm.6.11.0@ to **Psalm.6.12.0@** on 2025-06-13
140+
- [pyright](https://github.com/Microsoft/pyright) from 1.1.401 to **1.1.402** on 2025-06-13
141+
- [gitleaks](https://github.com/gitleaks/gitleaks) from 8.26.0 to **8.27.2** on 2025-06-13
142+
- [kics](https://www.kics.io) from 2.1.9 to **2.1.10** on 2025-06-13
143+
- [semgrep](https://semgrep.dev/) from 3.12 to **3.13** on 2025-06-13
144+
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.62.1 to **0.63.0** on 2025-06-13
145+
- [trivy](https://aquasecurity.github.io/trivy/) from 0.62.1 to **0.63.0** on 2025-06-13
146+
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.88.34 to **3.89.1** on 2025-06-13
147+
- [rubocop](https://rubocop.org/) from 1.75.8 to **1.76.1** on 2025-06-13
148+
- [lightning-flow-scanner](https://github.com/Lightning-Flow-Scanner) from 3.16.1 to **3.23.0** on 2025-06-13
135149
<!-- linter-versions-end -->
136150

137151
## [v8.7.0] - 2024-05-04

README.md

Lines changed: 1 addition & 1 deletion
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=2962&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=2964&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)