Skip to content

Commit

Permalink
Optimize @generated marker scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai-NL committed Oct 4, 2023
1 parent 1244193 commit d200a20
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Core
- mega-linter-runner: Convert to ES6 and upgrade npm dependencies
- Add rust to checkov as it is a required dependency (to do that, allow to define empty string packages as cargo dependencies in descriptors)
- Optimize `@generated` marker scanning ([#2654](https://github.com/oxsecurity/megalinter/pull/2654))

- Media
- [Achieve Code Consistency: MegaLinter Integration in Azure DevOps](https://techcommunity.microsoft.com/t5/azure-devops-blog/achieve-code-consistency-megalinter-integration-in-azure-devops/ba-p/3939448), by [Don Koning](https://techcommunity.microsoft.com/t5/user/viewprofilepage/user-id/2039143#profile) on [Microsoft Tech Community](https://techcommunity.microsoft.com/)
Expand Down Expand Up @@ -413,16 +414,6 @@ To upgrade to MegaLinter v7, run `npx mega-linter-runner@latest --upgrade` , com
- Fix crash in case of unreachable symlinks by @nvuillam in <https://github.com/oxsecurity/megalinter/pull/2538>
- mega-linter-runner: Use --platform also for docker run by @nvuillam , @Kurt-Von-Laven & @cam-barts in <https://github.com/oxsecurity/megalinter/pull/2690>
- Replace deprecated distutils.copy_tree by shutil.copytree
- Add support for idea plugins autoinstall
- Upgrade create-pull-request and create-or-update-comment GitHub Actions
- Increase auto-update-linters GitHub Action timeout
- Fix `/build` slash command to checkout the correct branch when called from PR, by @echoix in <https://github.com/oxsecurity/megalinter/pull/2542>
- Fix local run of python test cases
- Fix mkdocs documentation generation by downgrading mkdocs-glightbox to 0.3.2
- mega-linter-runner v7 upgrader
- Run stale workflow only on schedule, by @echoix in [#2641](https://github.com/oxsecurity/megalinter/pull/2641)
- Add explicit permissions to stale workflow, by @echoix in [#2641](https://github.com/oxsecurity/megalinter/pull/2641)
- Optimize `@generated` marker scanning ([#2654](https://github.com/oxsecurity/megalinter/pull/2654)).

- Reporters
- [SARIF_REPORTER](https://megalinter.io/latest/reporters/SarifReporter/)
Expand Down

0 comments on commit d200a20

Please sign in to comment.