Skip to content

Commit 40a1f8c

Browse files
authored
[automation] Auto-update linters version, help and documentation (#5597)
1 parent 4af6d6a commit 40a1f8c

16 files changed

+45
-40
lines changed

.automation/generated/linter-helps.json

Lines changed: 7 additions & 6 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
"swiftlint": "0.59.1",
111111
"syft": "1.27.1",
112112
"tekton-lint": "1.1.0",
113-
"terraform-fmt": "1.12.1",
114-
"terragrunt": "0.81.0",
113+
"terraform-fmt": "1.12.2",
114+
"terragrunt": "0.81.6",
115115
"terrascan": "1.19.9",
116116
"tflint": "0.58.0",
117117
"trivy": "0.63.0",

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
154154
- [sqlfluff](https://www.sqlfluff.com/) from 3.4.0 to **3.4.1** on 2025-06-14
155155
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 9.0.2 to **9.1.1** on 2025-06-14
156156
- [secretlint](https://github.com/secretlint/secretlint) from 9.3.4 to **10.1.0** on 2025-06-15
157+
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.12.1 to **1.12.2** on 2025-06-15
158+
- [terragrunt](https://terragrunt.gruntwork.io) from 0.81.0 to **0.81.6** on 2025-06-15
157159
<!-- linter-versions-end -->
158160

159161
## [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=2968&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=2969&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)

docs/all_linters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
| [**swiftlint**](https://github.com/realm/SwiftLint){target=_blank} | 0.59.1 | [MIT](licenses/swiftlint.md) | [![GitHub stars](https://img.shields.io/github/stars/realm/SwiftLint?cacheSeconds=3600)](https://github.com/realm/SwiftLint){target=_blank} | [SWIFT](descriptors/swift_swiftlint.md) | :white_circle: | [Repository](https://github.com/realm/SwiftLint){target=_blank} |
109109
| [**syft**](https://github.com/anchore/syft){target=_blank} | 1.27.1 | [Apache-2.0](licenses/syft.md) | [![GitHub stars](https://img.shields.io/github/stars/anchore/syft?cacheSeconds=3600)](https://github.com/anchore/syft){target=_blank} | [REPOSITORY](descriptors/repository_syft.md) | :white_circle: | [Repository](https://github.com/anchore/syft){target=_blank} |
110110
| [**tekton-lint**](https://github.com/IBM/tekton-lint){target=_blank} | 1.1.0 | [Apache-2.0](licenses/tekton-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/IBM/tekton-lint?cacheSeconds=3600)](https://github.com/IBM/tekton-lint){target=_blank} | [TEKTON](descriptors/tekton_tekton_lint.md) | :white_circle: | [Repository](https://github.com/IBM/tekton-lint){target=_blank} |
111-
| [**terraform-fmt**](https://github.com/hashicorp/terraform){target=_blank} | 1.12.1 | [MPL-2.0](licenses/terraform-fmt.md) | [![GitHub stars](https://img.shields.io/github/stars/hashicorp/terraform?cacheSeconds=3600)](https://github.com/hashicorp/terraform){target=_blank} | [TERRAFORM](descriptors/terraform_terraform_fmt.md) | :white_circle: | [Repository](https://github.com/hashicorp/terraform){target=_blank} |
112-
| [**terragrunt**](https://github.com/gruntwork-io/terragrunt){target=_blank} | 0.81.0 | [MIT](licenses/terragrunt.md) | [![GitHub stars](https://img.shields.io/github/stars/gruntwork-io/terragrunt?cacheSeconds=3600)](https://github.com/gruntwork-io/terragrunt){target=_blank} | [TERRAFORM](descriptors/terraform_terragrunt.md) | :white_circle: | [Repository](https://github.com/gruntwork-io/terragrunt){target=_blank} |
111+
| [**terraform-fmt**](https://github.com/hashicorp/terraform){target=_blank} | 1.12.2 | [MPL-2.0](licenses/terraform-fmt.md) | [![GitHub stars](https://img.shields.io/github/stars/hashicorp/terraform?cacheSeconds=3600)](https://github.com/hashicorp/terraform){target=_blank} | [TERRAFORM](descriptors/terraform_terraform_fmt.md) | :white_circle: | [Repository](https://github.com/hashicorp/terraform){target=_blank} |
112+
| [**terragrunt**](https://github.com/gruntwork-io/terragrunt){target=_blank} | 0.81.6 | [MIT](licenses/terragrunt.md) | [![GitHub stars](https://img.shields.io/github/stars/gruntwork-io/terragrunt?cacheSeconds=3600)](https://github.com/gruntwork-io/terragrunt){target=_blank} | [TERRAFORM](descriptors/terraform_terragrunt.md) | :white_circle: | [Repository](https://github.com/gruntwork-io/terragrunt){target=_blank} |
113113
| [**terrascan**](https://github.com/tenable/terrascan){target=_blank} | 1.19.9 | [Apache-2.0](licenses/terrascan.md) | [![GitHub stars](https://img.shields.io/github/stars/tenable/terrascan?cacheSeconds=3600)](https://github.com/tenable/terrascan){target=_blank} | [TERRAFORM](descriptors/terraform_terrascan.md) | :white_circle: | [Repository](https://github.com/tenable/terrascan){target=_blank} |
114114
| [**tflint**](https://github.com/terraform-linters/tflint){target=_blank} | 0.58.0 | [MPL-2.0](licenses/tflint.md) | [![GitHub stars](https://img.shields.io/github/stars/terraform-linters/tflint?cacheSeconds=3600)](https://github.com/terraform-linters/tflint){target=_blank} | [TERRAFORM](descriptors/terraform_tflint.md) | :white_circle: | [Repository](https://github.com/terraform-linters/tflint){target=_blank} |
115115
| [**trivy**](https://github.com/aquasecurity/trivy){target=_blank} | 0.63.0 | [Apache-2.0](licenses/trivy.md) | [![GitHub stars](https://img.shields.io/github/stars/aquasecurity/trivy?cacheSeconds=3600)](https://github.com/aquasecurity/trivy){target=_blank} | [REPOSITORY](descriptors/repository_trivy.md) | :white_circle: | [Repository](https://github.com/aquasecurity/trivy){target=_blank} |

docs/descriptors/kubernetes_kubescape.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Flags:
145145
--server string Backend discovery server URL
146146

147147
Use "kubescape [command] --help" for more information about a command.
148+
{"level":"info","ts":"2025-06-15T11:56:48Z","msg":"Received interrupt signal, exiting..."}
148149
```
149150
150151
### Installation on mega-linter Docker image

docs/descriptors/repository_checkov.md

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

docs/descriptors/salesforce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ARG NPM_SALESFORCE_CLI_VERSION=2.92.7
3939
# renovate: datasource=npm depName=@salesforce/plugin-packaging
4040
ARG NPM_SALESFORCE_PLUGIN_PACKAGING_VERSION=2.16.0
4141
# renovate: datasource=npm depName=sfdx-hardis
42-
ARG SFDX_HARDIS_VERSION=5.39.1
42+
ARG SFDX_HARDIS_VERSION=5.40.0
4343
ENV JAVA_HOME=/usr/lib/jvm/java-21-openjdk
4444
ENV PATH="$JAVA_HOME/bin:${PATH}"
4545
RUN sf plugins install @salesforce/plugin-packaging@${NPM_SALESFORCE_PLUGIN_PACKAGING_VERSION} \

docs/descriptors/salesforce_lightning_flow_scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ARG NPM_SALESFORCE_CLI_VERSION=2.92.7
125125
# renovate: datasource=npm depName=@salesforce/plugin-packaging
126126
ARG NPM_SALESFORCE_PLUGIN_PACKAGING_VERSION=2.16.0
127127
# renovate: datasource=npm depName=sfdx-hardis
128-
ARG SFDX_HARDIS_VERSION=5.39.1
128+
ARG SFDX_HARDIS_VERSION=5.40.0
129129
ENV JAVA_HOME=/usr/lib/jvm/java-21-openjdk
130130
ENV PATH="$JAVA_HOME/bin:${PATH}"
131131
RUN sf plugins install @salesforce/plugin-packaging@${NPM_SALESFORCE_PLUGIN_PACKAGING_VERSION} \

docs/descriptors/salesforce_sfdx_scanner_apex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ ARG NPM_SALESFORCE_CLI_VERSION=2.92.7
378378
# renovate: datasource=npm depName=@salesforce/plugin-packaging
379379
ARG NPM_SALESFORCE_PLUGIN_PACKAGING_VERSION=2.16.0
380380
# renovate: datasource=npm depName=sfdx-hardis
381-
ARG SFDX_HARDIS_VERSION=5.39.1
381+
ARG SFDX_HARDIS_VERSION=5.40.0
382382
ENV JAVA_HOME=/usr/lib/jvm/java-21-openjdk
383383
ENV PATH="$JAVA_HOME/bin:${PATH}"
384384
RUN sf plugins install @salesforce/plugin-packaging@${NPM_SALESFORCE_PLUGIN_PACKAGING_VERSION} \

0 commit comments

Comments
 (0)