Skip to content

Commit

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

* [MegaLinter] Apply linters fixes

* Fix changelog

* Azure tuto link

* [automation] Auto-update linters version, help and documentation

* [MegaLinter] Apply linters fixes

---------

Co-authored-by: nvuillam <[email protected]>
Co-authored-by: nvuillam <[email protected]>
  • Loading branch information
3 people authored Mar 11, 2024
1 parent a7a0163 commit b4984b9
Show file tree
Hide file tree
Showing 166 changed files with 24,109 additions and 24,096 deletions.
54 changes: 27 additions & 27 deletions .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 @@ -52,7 +52,7 @@
"lintr": "0.0.0",
"luacheck": "1.1.2",
"lychee": "0.14.3",
"markdown-link-check": "3.11.2",
"markdown-link-check": "3.12.0",
"markdown-table-formatter": "1.5.0",
"markdownlint": "0.39.0",
"misspell": "0.3.4",
Expand Down
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,30 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- CI

- Linter versions upgrades
- [markdown-link-check](https://github.com/tcort/markdown-link-check) from 3.11.2 to **3.12.0** on 2024-03-10
<!-- linter-versions-end -->

## [v7.10.0] - 2024-03-10

- Core
- Update dotnet linters to .NET 8, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/3182

- Media
- [How to use MegaLinter with Jenkins](https://www.youtube.com/watch?v=KhkNf2tQ3hM), by [Darin Pope](https://www.linkedin.com/in/darinpope/) / [Cloudbees](https://www.cloudbees.com/)

- Fixes
- Trivy: use `misconfig` instead of the deprecated `config` scanner, updating the default arguments
- Update calls to sfdx-scanner to output a CSV file for Aura & LWC
- Kics: fixed error count in the summary table
- Fix issue with EXTENDS using private repository by sending GITHUB_TOKEN as HTTP auth header
- Fix SPELL_VALE_CONFIG_FILE not working (handle the override of linter CONFIG_FILE if the linter is activated only if some files are found)
- Trivy: use `misconfig` instead of the deprecated `config` scanner, updating the default arguments, by @pjungermann in https://github.com/oxsecurity/megalinter/pull/3376
- Update calls to sfdx-scanner to output a CSV file for Aura & LWC, by @nvuillam in https://github.com/oxsecurity/megalinter/pull/3398
- Kics: fixed error count in the summary table, by @TommyE123 in https://github.com/oxsecurity/megalinter/pull/3402
- Fix issue with EXTENDS using private repository by sending GITHUB_TOKEN as HTTP auth header, by @nvuillam in https://github.com/oxsecurity/megalinter/pull/3404
- Fix SPELL_VALE_CONFIG_FILE not working (handle the override of linter CONFIG_FILE if the linter is activated only if some files are found), by @nvuillam in https://github.com/oxsecurity/megalinter/pull/3409

- CI
- Enable dependabot updates for devcontainer and other Docker directories, by @echoix in https://github.com/oxsecurity/megalinter/pull/3390

- Doc
- Removed obsolete warning for semgrep as the issue has been fixed
- Removed obsolete warning for semgrep as the issue has been fixed, by @Jayllyz in https://github.com/oxsecurity/megalinter/pull/3374
- docs: fix docs in TrivySbomLinter.py, by @pjungermann in https://github.com/oxsecurity/megalinter/pull/3377S

- Linter versions upgrades
- [actionlint](https://rhysd.github.io/actionlint/) from 1.6.26 to **1.6.27**
Expand Down
Loading

0 comments on commit b4984b9

Please sign in to comment.