Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed May 8, 2024
2 parents 424eb5b + 64205ba commit 960eeee
Show file tree
Hide file tree
Showing 18 changed files with 99 additions and 109 deletions.
44 changes: 22 additions & 22 deletions .automation/generated/linter-helps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"black": "24.4.2",
"cfn-lint": "0.87.1",
"checkmake": "0.2.0",
"checkov": "3.2.79",
"checkov": "3.2.82",
"checkstyle": "10.16.0",
"chktex": "1.7.8",
"clang-format": "17.0.5",
Expand Down Expand Up @@ -37,7 +37,7 @@
"golangci-lint": "1.58.0",
"goodcheck": "3.1.0",
"graphql-schema-linter": "3.0.1",
"grype": "0.77.2",
"grype": "0.77.3",
"hadolint": "2.12.0",
"helm": "3.14.2",
"htmlhint": "1.1.4",
Expand All @@ -49,7 +49,7 @@
"kubeconform": "0.6.4",
"kubescape": "2.9.0",
"kubeval": "0.16.1",
"lightning-flow-scanner": "2.22.0",
"lightning-flow-scanner": "2.23.0",
"lintr": "0.0.0",
"luacheck": "1.1.2",
"lychee": "0.15.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"snakemake": "8.11.3",
"spectral": "6.11.1",
"sql-lint": "1.0.0",
"sqlfluff": "3.0.5",
"sqlfluff": "3.0.6",
"standard": "17.1.0",
"stylelint": "16.5.0",
"swiftlint": "0.54.0",
Expand All @@ -110,7 +110,7 @@
"tflint": "0.51.0",
"trivy": "0.51.1",
"trivy-sbom": "0.51.1",
"trufflehog": "3.75.0",
"trufflehog": "3.75.1",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "3.0.0",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [vale](https://vale.sh/) from 3.4.0 to **3.4.2** on 2024-05-04
- [terragrunt](https://terragrunt.gruntwork.io) from 0.57.12 to **0.58.2** on 2024-05-05
- [tflint](https://github.com/terraform-linters/tflint) from 0.50.3 to **0.51.0** on 2024-05-05
- [checkov](https://www.checkov.io/) from 3.2.79 to **3.2.82** on 2024-05-06
- [grype](https://github.com/anchore/grype) from 0.77.2 to **0.77.3** on 2024-05-06
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.75.0 to **3.75.1** on 2024-05-06
- [lightning-flow-scanner](https://github.com/Lightning-Flow-Scanner) from 2.22.0 to **2.23.0** on 2024-05-06
- [sqlfluff](https://www.sqlfluff.com/) from 3.0.5 to **3.0.6** on 2024-05-06
<!-- linter-versions-end -->

## [v7.11.1] - 2024-04-23
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=2462&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=2439&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 960eeee

Please sign in to comment.