Skip to content

Commit

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

* Fix reporters links

* [MegaLinter] Apply linters fixes

---------

Co-authored-by: nvuillam <[email protected]>
Co-authored-by: nvuillam <[email protected]>
  • Loading branch information
3 people authored Jan 8, 2024
1 parent aa7adec commit fedbe42
Show file tree
Hide file tree
Showing 21 changed files with 86 additions and 51 deletions.
46 changes: 31 additions & 15 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 @@ -3,7 +3,7 @@
"ansible-lint": "6.22.1",
"arm-ttk": "0.0.0",
"bandit": "1.7.6",
"bash-exec": "5.2.15",
"bash-exec": "5.2.21",
"bicep_linter": "0.24.24",
"black": "23.12.1",
"cfn-lint": "0.83.7",
Expand Down Expand Up @@ -31,14 +31,14 @@
"eslint-plugin-jsonc": "2.11.2",
"flake8": "7.0.0",
"gherkin-lint": "0.0.0",
"git_diff": "2.40.1",
"git_diff": "2.43.0",
"gitleaks": "8.18.1",
"golangci-lint": "1.55.2",
"goodcheck": "3.1.0",
"graphql-schema-linter": "3.0.1",
"grype": "0.63.1",
"hadolint": "2.12.0",
"helm": "3.11.3",
"helm": "3.13.2",
"htmlhint": "1.1.4",
"isort": "5.13.2",
"jscpd": "3.5.10",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [trivy](https://aquasecurity.github.io/trivy/) from 0.48.1 to **0.48.2** on 2024-01-07
- [lychee](https://lychee.cli.rs) from 0.13.0 to **0.14.0** on 2024-01-07
- [revive](https://revive.run/) from 1.3.4 to **1.3.6** on 2024-01-07
- [bash-exec](https://www.gnu.org/software/bash/) from 5.2.15 to **5.2.21** on 2024-01-07
- [helm](https://helm.sh/docs/helm/helm_lint/) from 3.11.3 to **3.13.2** on 2024-01-07
- [git_diff](https://git-scm.com) from 2.40.1 to **2.43.0** on 2024-01-07
<!-- linter-versions-end -->

## [v7.7.0] - 2023-12-09
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ MegaLinter can generate various reports that you can activate / deactivate and c
| [GitHub Pull Request comments](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/GitHubCommentReporter.md) | MegaLinter posts a comment on the PR with a summary of lint results, and links to detailed logs | Active if GitHub Action |
| [Gitlab Merge Request comments](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/GitlabCommentReporter.md) | Mega-Linter posts a comment on the MR with a summary of lint results, and links to detailed logs | Active if in Gitlab CI |
| [Azure Pipelines Pull Request comments](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/AzureCommentReporter.md) | Mega-Linter posts a comment on the PR with a summary of lint results, and links to detailed logs | Active if in Azure Pipelines |
| [Bitbucket Pull Request comments](docs/reporters/BitbucketCommentReporter.md) | Mega-Linter posts a comment on the PR with a summary of lint results, and links to detailed logs | Active if in Bitbucket CI |
| [Bitbucket Pull Request comments](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/BitbucketCommentReporter.md) | Mega-Linter posts a comment on the PR with a summary of lint results, and links to detailed logs | Active if in Bitbucket CI |
| [Updated sources](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/UpdatedSourcesReporter.md) | Zip containing **all formatted and autofixed sources** so you can extract them in your repository | Active |
| [IDE Configuration](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/ConfigReporter.md) | Apply MegaLinter configuration in your local IDE with linter config files and IDE extensions | Active |
| [GitHub Status](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/GitHubStatusReporter.md) | One GitHub status by linter on the PR, with links to detailed logs | Active if GitHub Action |
Expand All @@ -1296,7 +1296,7 @@ MegaLinter can generate various reports that you can activate / deactivate and c
| [Email](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/EmailReporter.md) | Receive **all reports on your e-mail**, if you can not use artifacts | Active |
| [TAP files](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/TapReporter.md) | One file by linter following [**Test Anything Protocol**](https://testanything.org/) format | Active |
| [Console](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/ConsoleReporter.md) | **Execution logs** visible in **console** with **summary table** and **links to other reports** at the end | Active |
| [Markdown Summary](docs/reporters/MarkdownSummaryReporter.md) | Generates a Markdown summary report file | Inactive |
| [Markdown Summary](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/MarkdownSummaryReporter.md) | Generates a Markdown summary report file | Inactive |
<!-- reporters-section-end -->

<!-- flavors-section-start -->
Expand Down
Loading

0 comments on commit fedbe42

Please sign in to comment.