Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#4147)
Browse files Browse the repository at this point in the history
* [automation] Auto-update linters version, help and documentation

* [MegaLinter] Apply linters fixes

* Trivy: handle retry if `failed to download Java DB` is detected

* [MegaLinter] Apply linters fixes

---------

Co-authored-by: nvuillam <[email protected]>
  • Loading branch information
nvuillam and nvuillam authored Oct 16, 2024
1 parent 6c00575 commit 124aac5
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 57 deletions.
28 changes: 14 additions & 14 deletions .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": "24.10.0",
"cfn-lint": "1.16.1",
"checkmake": "0.2.0",
"checkov": "3.2.266",
"checkov": "3.2.267",
"checkstyle": "10.18.2",
"chktex": "1.7.8",
"clang-format": "17.0.6",
Expand Down Expand Up @@ -76,7 +76,7 @@
"psalm": "Psalm.5.26.1@",
"puppet-lint": "4.2.4",
"pylint": "3.3.1",
"pyright": "1.1.384",
"pyright": "1.1.385",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "1.4.0",
Expand All @@ -98,7 +98,7 @@
"shellcheck": "0.10.0",
"shfmt": "3.9.0",
"snakefmt": "0.10.2",
"snakemake": "8.23.0",
"snakemake": "8.23.1",
"spectral": "6.13.1",
"sql-lint": "1.0.0",
"sqlfluff": "3.2.4",
Expand Down
4 changes: 4 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ CVE-2023-45283
CVE-2023-49569
CVE-2023-49568

# node
# json-path
CVE-2024-21534

# python
CVE-2024-6232
CVE-2024-7592
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Linters enhancements

- Fixes
- Trivy: handle retry if `failed to download Java DB` is detected

- Reporters
- Fix AzureCommentReporter not adding comments to PR on 2024-10-15
Expand All @@ -42,6 +43,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [gitleaks](https://github.com/gitleaks/gitleaks) from 8.20.1 to **8.21.0** on 2024-10-15
- [syft](https://github.com/anchore/syft) from 1.14.0 to **1.14.1** on 2024-10-15
- [rubocop](https://rubocop.org/) from 1.66.1 to **1.67.0** on 2024-10-15
- [pyright](https://github.com/Microsoft/pyright) from 1.1.384 to **1.1.385** on 2024-10-16
- [checkov](https://www.checkov.io/) from 3.2.266 to **3.2.267** on 2024-10-16
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.23.0 to **8.23.1** on 2024-10-16
<!-- linter-versions-end -->

## [v8.1.0] - 2024-10-13
Expand Down
Loading

0 comments on commit 124aac5

Please sign in to comment.