Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3132)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Nov 19, 2023
1 parent 60f3270 commit 6365149
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .automation/generated/linter-helps.json

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

2 changes: 1 addition & 1 deletion .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@
"tsqllint": "1.15.3.0",
"v8r": "2.1.0",
"vale": "2.29.7",
"xmllint": "21104",
"xmllint": "21106",
"yamllint": "1.33.0"
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [terragrunt](https://terragrunt.gruntwork.io) from 0.53.3 to **0.53.4** on 2023-11-18
- [tflint](https://github.com/terraform-linters/tflint) from 0.48.0 to **0.49.0** on 2023-11-18
- [checkov](https://www.checkov.io/) from 3.0.38 to **3.0.39** on 2023-11-19
- [xmllint](http://xmlsoft.org/xmllint.html) from 21104 to **21106** on 2023-11-19
<!-- linter-versions-end -->

## [v7.5.0] - 2023-10-29
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 -->
[![](https://img.shields.io/static/v1?label=Used%20by&message=3174&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)<!-- gh-dependents-info-used-by-end -->
[![](https://img.shields.io/static/v1?label=Used%20by&message=3176&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)<!-- 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
2 changes: 1 addition & 1 deletion docs/all_linters.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@
| [**tsqllint**](https://github.com/tsqllint/tsqllint){target=_blank} | 1.15.3.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} |
| [**v8r**](https://github.com/chris48s/v8r){target=_blank} | 2.1.0 | [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} |
| [**vale**](https://github.com/errata-ai/vale){target=_blank} | 2.29.7 | [MIT](licenses/vale.md) | [![GitHub stars](https://img.shields.io/github/stars/errata-ai/vale?cacheSeconds=3600)](https://github.com/errata-ai/vale){target=_blank} | [SPELL](descriptors/spell_vale.md) | :white_circle: | [Repository](https://github.com/errata-ai/vale){target=_blank} |
| [**xmllint**](http://xmlsoft.org/xmllint.html){target=_blank} | 21104 | <!-- --> | <!-- --> | [XML](descriptors/xml_xmllint.md) | :white_circle: | [Web Site](http://xmlsoft.org/xmllint.html){target=_blank} |
| [**xmllint**](http://xmlsoft.org/xmllint.html){target=_blank} | 21106 | <!-- --> | <!-- --> | [XML](descriptors/xml_xmllint.md) | :white_circle: | [Web Site](http://xmlsoft.org/xmllint.html){target=_blank} |
| [**yamllint**](https://github.com/adrienverge/yamllint){target=_blank} | 1.33.0 | [GPL-3.0](licenses/yamllint.md) | [![GitHub stars](https://img.shields.io/github/stars/adrienverge/yamllint?cacheSeconds=3600)](https://github.com/adrienverge/yamllint){target=_blank} | [YAML](descriptors/yaml_yamllint.md) | :no_entry_sign: | [Repository](https://github.com/adrienverge/yamllint){target=_blank} |
2 changes: 1 addition & 1 deletion docs/descriptors/kubernetes_kubescape.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Available Commands:
completion Generate autocompletion script
config Handle cached configurations
delete Delete configurations in Kubescape SaaS version
download Download exceptions,control,framework,artifacts,attack-tracks,controls-inputs
download Download control,framework,artifacts,attack-tracks,controls-inputs,exceptions
fix Fix misconfiguration in files
help Help about any command
list List frameworks/controls will list the supported frameworks and controls
Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/xml_xmllint.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To apply file formatting you must set `XML_XMLLINT_CLI_LINT_MODE: file` and `XML

## xmllint documentation

- Version in MegaLinter: **21104**
- Version in MegaLinter: **21106**
- Visit [Official Web Site](http://xmlsoft.org/xmllint.html){target=_blank}
- See [Index of problems detected by xmllint](http://xmlsoft.org/xmllint.html#diagnostics){target=_blank}

Expand Down
16 changes: 9 additions & 7 deletions docs/used-by-stats.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Dependents stats for oxsecurity/megalinter

[![](https://img.shields.io/static/v1?label=Used%20by&message=3174&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=2171&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by&message=3176&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=2173&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=1003&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=69318&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=69323&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)

| Repository | Stars |
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:|
| [nektos/act](https://github.com/nektos/act) | 44893 |
| [nektos/act](https://github.com/nektos/act) | 44894 |
| [PRQL/prql](https://github.com/PRQL/prql) | 8691 |
| [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2547 |
| [dorssel/usbipd-win](https://github.com/dorssel/usbipd-win) | 2470 |
| [dorssel/usbipd-win](https://github.com/dorssel/usbipd-win) | 2471 |
| [IlanCosman/tide](https://github.com/IlanCosman/tide) | 2285 |
| [PowerDNS-Admin/PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 2167 |
| [microsoft/code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 1896 |
Expand All @@ -21,13 +21,13 @@
| [Romanitho/Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 705 |
| [unixorn/zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) | 698 |
| [ministryofjustice/modernisation-platform](https://github.com/ministryofjustice/modernisation-platform) | 663 |
| [secureCodeBox/secureCodeBox](https://github.com/secureCodeBox/secureCodeBox) | 644 |
| [secureCodeBox/secureCodeBox](https://github.com/secureCodeBox/secureCodeBox) | 645 |
| [awslabs/aws-deployment-framework](https://github.com/awslabs/aws-deployment-framework) | 597 |
| [cattle-ops/terraform-aws-gitlab-runner](https://github.com/cattle-ops/terraform-aws-gitlab-runner) | 526 |
| [practicalli/clojure-cli-config](https://github.com/practicalli/clojure-cli-config) | 480 |
| [neon-mmd/websurfx](https://github.com/neon-mmd/websurfx) | 446 |
| [ruzickap/packer-templates](https://github.com/ruzickap/packer-templates) | 404 |
| [bjw-s/home-ops](https://github.com/bjw-s/home-ops) | 402 |
| [bjw-s/home-ops](https://github.com/bjw-s/home-ops) | 403 |
| [xUnholy/k8s-gitops](https://github.com/xUnholy/k8s-gitops) | 399 |
| [llaville/php-compatinfo](https://github.com/llaville/php-compatinfo) | 368 |
| [scolladon/sfdx-git-delta](https://github.com/scolladon/sfdx-git-delta) | 343 |
Expand Down Expand Up @@ -1110,6 +1110,8 @@
| [xoap-io/terraform-aws-storage-s3](https://github.com/xoap-io/terraform-aws-storage-s3) | 0 |
| [xoap-io/terraform-aws-networking-vpc-endpoint](https://github.com/xoap-io/terraform-aws-networking-vpc-endpoint) | 0 |
| [xoap-io/terraform-aws-networking-vpc](https://github.com/xoap-io/terraform-aws-networking-vpc) | 0 |
| [sigalsax/repoC](https://github.com/sigalsax/repoC) | 0 |
| [sigalsax/repoB](https://github.com/sigalsax/repoB) | 0 |
| [bardashevich-matvei/repoC](https://github.com/bardashevich-matvei/repoC) | 0 |
| [bardashevich-matvei/repoB](https://github.com/bardashevich-matvei/repoB) | 0 |
| [bardashevich-matvei/repoA](https://github.com/bardashevich-matvei/repoA) | 0 |
Expand Down

0 comments on commit 6365149

Please sign in to comment.