Skip to content

Commit

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

* Update .python-version to the one used in the Dockerfile

* Update ruff’s URLs in python.megalinter-descriptor.yml

---------

Co-authored-by: Edouard Choinière <[email protected]>
  • Loading branch information
nvuillam and echoix authored Oct 25, 2023
1 parent e78d1c2 commit b522647
Show file tree
Hide file tree
Showing 16 changed files with 237 additions and 116 deletions.
68 changes: 68 additions & 0 deletions .automation/generated/flavors-stats.json

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

77 changes: 49 additions & 28 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": "23.10.1",
"cfn-lint": "0.83.0",
"checkmake": "0.2.0",
"checkov": "2.5.19",
"checkov": "3.0.4",
"checkstyle": "10.12.4",
"chktex": "1.7.8",
"clippy": "0.1.73",
Expand All @@ -23,7 +23,7 @@
"djlint": "1.34.0",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.3.0",
"dotnet-format": "6.0.415",
"dotnet-format": "6.0.416",
"dustilock": "1.2.0",
"editorconfig-checker": "2.7.2",
"eslint": "8.52.0",
Expand Down Expand Up @@ -79,11 +79,11 @@
"rstcheck": "6.2.0",
"rstfmt": "0.0.14",
"rubocop": "1.57.1",
"ruff": "0.1.1",
"ruff": "0.1.2",
"scalafix": "0.11.1",
"scss-lint": "0.60.0",
"secretlint": "7.0.7",
"semgrep": "1.45.0",
"semgrep": "1.46.0",
"sfdx-scanner": "2.8.0",
"sfdx-scanner-apex": "3.17.0",
"sfdx-scanner-aura": "3.17.0",
Expand All @@ -106,7 +106,7 @@
"tflint": "0.48.0",
"trivy": "0.46.0",
"trivy-sbom": "0.46.0",
"trufflehog": "3.60.1",
"trufflehog": "3.60.2",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.4
3.11.5
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [v8r](https://github.com/chris48s/v8r) from 2.0.0 to **2.1.0** on 2023-10-24
- [black](https://black.readthedocs.io/en/stable/) from 23.10.0 to **23.10.1** on 2023-10-24
- [checkov](https://www.checkov.io/) from 2.5.18 to **2.5.19** on 2023-10-24
- [dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format) from 6.0.415 to **6.0.416** on 2023-10-25
- [ruff](https://github.com/charliermarsh/ruff) from 0.1.1 to **0.1.2** on 2023-10-25
- [checkov](https://www.checkov.io/) from 2.5.19 to **3.0.4** on 2023-10-25
- [semgrep](https://semgrep.dev/) from 1.45.0 to **1.46.0** on 2023-10-25
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.60.1 to **3.60.2** on 2023-10-25
<!-- linter-versions-end -->

## [v7.4.0] - 2023-09-22
Expand Down
Loading

0 comments on commit b522647

Please sign in to comment.