Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3314)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Jan 24, 2024
1 parent 3953cea commit 9f8b837
Show file tree
Hide file tree
Showing 19 changed files with 95 additions and 82 deletions.
46 changes: 25 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.

8 changes: 4 additions & 4 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"actionlint": "1.6.26",
"ansible-lint": "6.22.2",
"arm-ttk": "0.0.0",
"bandit": "1.7.6",
"bandit": "1.7.7",
"bash-exec": "5.2.21",
"bicep_linter": "0.24.24",
"black": "23.12.1",
Expand All @@ -28,7 +28,7 @@
"dustilock": "1.2.0",
"editorconfig-checker": "2.7.2",
"eslint": "8.56.0",
"eslint-plugin-jsonc": "2.12.2",
"eslint-plugin-jsonc": "2.13.0",
"flake8": "7.0.0",
"gherkin-lint": "0.0.0",
"git_diff": "2.43.0",
Expand Down Expand Up @@ -94,7 +94,7 @@
"shellcheck": "0.9.0",
"shfmt": "3.7.0",
"snakefmt": "0.9.0",
"snakemake": "8.2.3",
"snakemake": "8.3.1",
"spectral": "6.11.0",
"sql-lint": "1.0.0",
"sqlfluff": "2.3.5",
Expand All @@ -104,7 +104,7 @@
"syft": "0.101.1",
"tekton-lint": "1.0.0",
"terraform-fmt": "1.7.0",
"terragrunt": "0.54.20",
"terragrunt": "0.54.21",
"terrascan": "1.18.11",
"tflint": "0.50.2",
"trivy": "0.48.3",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [checkov](https://www.checkov.io/) from 3.1.67 to **3.1.69** on 2024-01-22
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.63.10 to **3.63.11** on 2024-01-22
- [tflint](https://github.com/terraform-linters/tflint) from 0.50.1 to **0.50.2** on 2024-01-22
- [eslint-plugin-jsonc](https://ota-meshi.github.io/eslint-plugin-jsonc/) from 2.12.2 to **2.13.0** on 2024-01-23
- [bandit](https://bandit.readthedocs.io/en/latest/) from 1.7.6 to **1.7.7** on 2024-01-23
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.2.3 to **8.3.1** on 2024-01-23
- [terragrunt](https://terragrunt.gruntwork.io) from 0.54.20 to **0.54.21** on 2024-01-23
<!-- linter-versions-end -->

## [v7.8.0] - 2024-01-21
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=3388&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=3389&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 9f8b837

Please sign in to comment.