Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3169)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Nov 29, 2023
1 parent 706b0c7 commit 8fc6cb2
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 22 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.

6 changes: 3 additions & 3 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"black": "23.11.0",
"cfn-lint": "0.83.3",
"checkmake": "0.2.0",
"checkov": "3.1.18",
"checkov": "3.1.19",
"checkstyle": "10.12.5",
"chktex": "1.7.8",
"clang-format": "16.0.6",
Expand Down Expand Up @@ -73,7 +73,7 @@
"psalm": "Psalm.5.16.0@",
"puppet-lint": "4.2.3",
"pylint": "3.0.2",
"pyright": "1.1.337",
"pyright": "1.1.338",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "1.3.4",
Expand All @@ -84,7 +84,7 @@
"ruff": "0.1.6",
"scalafix": "0.11.1",
"scss-lint": "0.60.0",
"secretlint": "7.2.0",
"secretlint": "8.0.0",
"semgrep": "1.50.0",
"sfdx-scanner": "2.8.0",
"sfdx-scanner-apex": "3.18.0",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [checkov](https://www.checkov.io/) from 3.1.17 to **3.1.18** on 2023-11-28
- [terragrunt](https://terragrunt.gruntwork.io) from 0.53.6 to **0.53.7** on 2023-11-28
- [terragrunt](https://terragrunt.gruntwork.io) from 0.53.7 to **0.53.8** on 2023-11-29
- [pyright](https://github.com/Microsoft/pyright) from 1.1.337 to **1.1.338** on 2023-11-29
- [checkov](https://www.checkov.io/) from 3.1.18 to **3.1.19** on 2023-11-29
- [secretlint](https://github.com/secretlint/secretlint) from 7.2.0 to **8.0.0** on 2023-11-29
<!-- linter-versions-end -->

## [v7.6.0] - 2023-11-19
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=3214&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=3215&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
6 changes: 3 additions & 3 deletions docs/all_linters.md

Large diffs are not rendered by default.

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 controls-inputs,exceptions,control,framework,artifacts,attack-tracks
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/python_pyright.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you don't use python static typing, you should disable this linter by adding

## pyright documentation

- Version in MegaLinter: **1.1.337**
- Version in MegaLinter: **1.1.338**
- Visit [Official Web Site](https://github.com/Microsoft/pyright#readme){target=_blank}
- See [How to configure pyright rules](https://github.com/microsoft/pyright/blob/main/docs/configuration.md){target=_blank}
- See [How to disable pyright rules in files](https://github.com/microsoft/pyright/blob/main/docs/comments.md#file-level-type-controls){target=_blank}
Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/repository_checkov.md

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

2 changes: 1 addition & 1 deletion docs/descriptors/repository_secretlint.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: How to use secretlint (configure, ignore files, ignore errors, help

## secretlint documentation

- Version in MegaLinter: **7.2.0**
- Version in MegaLinter: **8.0.0**
- Visit [Official Web Site](https://github.com/secretlint/secretlint#readme){target=_blank}
- See [How to configure secretlint rules](https://github.com/secretlint/secretlint#configuration){target=_blank}
- If custom `.secretlintrc.json` config file isn't found, [.secretlintrc.json](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.secretlintrc.json){target=_blank} will be used
Expand Down
21 changes: 11 additions & 10 deletions docs/used-by-stats.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Dependents stats for oxsecurity/megalinter

[![](https://img.shields.io/static/v1?label=Used%20by&message=3214&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=2182&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by&message=3215&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=2183&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=1032&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=73267&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=73285&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)

| Repository | Stars |
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:|
| [nektos/act](https://github.com/nektos/act) | 45613 |
| [PRQL/prql](https://github.com/PRQL/prql) | 8702 |
| [nektos/act](https://github.com/nektos/act) | 45624 |
| [PRQL/prql](https://github.com/PRQL/prql) | 8701 |
| [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2553 |
| [dorssel/usbipd-win](https://github.com/dorssel/usbipd-win) | 2498 |
| [dorssel/usbipd-win](https://github.com/dorssel/usbipd-win) | 2500 |
| [IlanCosman/tide](https://github.com/IlanCosman/tide) | 2296 |
| [PowerDNS-Admin/PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 2183 |
| [microsoft/code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 1902 |
| [ever-co/ever-gauzy](https://github.com/ever-co/ever-gauzy) | 1577 |
| [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | 1549 |
| [unixorn/git-extra-commands](https://github.com/unixorn/git-extra-commands) | 933 |
| [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | 1550 |
| [unixorn/git-extra-commands](https://github.com/unixorn/git-extra-commands) | 934 |
| [meichthys/foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 862 |
| [Romanitho/Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 713 |
| [unixorn/zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) | 699 |
Expand Down Expand Up @@ -162,11 +162,11 @@
| [Marx2/homelab](https://github.com/Marx2/homelab) | 14 |
| [dochang/mb-url](https://github.com/dochang/mb-url) | 13 |
| [opaque-systems/atls-python](https://github.com/opaque-systems/atls-python) | 13 |
| [PowerDNS-Admin/pda-next](https://github.com/PowerDNS-Admin/pda-next) | 13 |
| [jokay/docker-ccu-historian](https://github.com/jokay/docker-ccu-historian) | 13 |
| [practicalli/doom-emacs](https://github.com/practicalli/doom-emacs) | 13 |
| [eresturo/scanadf2docspell](https://github.com/eresturo/scanadf2docspell) | 12 |
| [appunite/Loudius](https://github.com/appunite/Loudius) | 12 |
| [PowerDNS-Admin/pda-next](https://github.com/PowerDNS-Admin/pda-next) | 12 |
| [KristjanESPERANTO/MMM-PublicTransportHafas](https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas) | 11 |
| [ahgraber/homelab-infra](https://github.com/ahgraber/homelab-infra) | 11 |
| [eclipse/kuksa.val.services](https://github.com/eclipse/kuksa.val.services) | 11 |
Expand Down Expand Up @@ -282,6 +282,7 @@
| [jokay/docker-php-fpm-ext](https://github.com/jokay/docker-php-fpm-ext) | 4 |
| [ahmadnassri/action-github-registry-npm-proxy](https://github.com/ahmadnassri/action-github-registry-npm-proxy) | 4 |
| [wesley-dean-flexion/busybox-jq-latest](https://github.com/wesley-dean-flexion/busybox-jq-latest) | 4 |
| [practicalli/clojure-data-science](https://github.com/practicalli/clojure-data-science) | 4 |
| [bjw-s/esphome-config](https://github.com/bjw-s/esphome-config) | 4 |
| [IBM/ibm-rpa-cli](https://github.com/IBM/ibm-rpa-cli) | 4 |
| [jmuelbert/generator-swift](https://github.com/jmuelbert/generator-swift) | 4 |
Expand Down Expand Up @@ -333,7 +334,6 @@
| [fevrin/home](https://github.com/fevrin/home) | 3 |
| [practicalli/learn-clojure](https://github.com/practicalli/learn-clojure) | 3 |
| [practicalli/blog](https://github.com/practicalli/blog) | 3 |
| [practicalli/clojure-data-science](https://github.com/practicalli/clojure-data-science) | 3 |
| [ZEISS/imgdoc2](https://github.com/ZEISS/imgdoc2) | 3 |
| [RunningMattress/upm-test-package](https://github.com/RunningMattress/upm-test-package) | 3 |
| [brandonmcclure/friendly-chainsaw](https://github.com/brandonmcclure/friendly-chainsaw) | 3 |
Expand Down Expand Up @@ -1306,6 +1306,7 @@
| [rciam/simplesamlphp-module-assurance](https://github.com/rciam/simplesamlphp-module-assurance) | 0 |
| [rciam/simplesamlphp-module-userid](https://github.com/rciam/simplesamlphp-module-userid) | 0 |
| [Teasel-Ian/terraform](https://github.com/Teasel-Ian/terraform) | 0 |
| [PratikGaner/mock2](https://github.com/PratikGaner/mock2) | 0 |
| [cdzombak/ytdlbot](https://github.com/cdzombak/ytdlbot) | 0 |
| [trosvald/home-cluster](https://github.com/trosvald/home-cluster) | 0 |
| [prwprws/k8s-homelab](https://github.com/prwprws/k8s-homelab) | 0 |
Expand Down

0 comments on commit 8fc6cb2

Please sign in to comment.