You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just run npx mega-linter-runner@latest --upgrade to use it :) (troubleshooting)
Some linters has been removed, so if you referred to them in your configuration, you'll have to remove them
DOCKERFILE_DOCKERFILELINT : It was not maintained anymore and hadolint much more efficient
RST_RSTFMT : It was highly experimental and not maintained anymore
On some big repos, some of the new linters can be slow (like REPOSITORY_GITLEAKS) or too noisy ( like REPOSITORY_SEMGREP), don't hesitate to disable them using DISABLE_LINTERS property in .mega-linter.yml: You only can decide the linters you need !
Redirection of github action megalinter/megalinter to oxsecurity/megalinter
GitHub deprecated automated redirections for GitHub Actions, so you need to replace megalinter/megalinter by oxsecurity/megalinter, even if you don't want to migrate to v6 yet
After being promised for months now, MegaLinter v6 has finally been released :)
You can see all the updates in the release notes -> https://github.com/oxsecurity/megalinter/releases/tag/v6.0.0
Just run
npx mega-linter-runner@latest --upgradeto use it :) (troubleshooting)Some linters has been removed, so if you referred to them in your configuration, you'll have to remove them
DOCKERFILE_DOCKERFILELINT: It was not maintained anymore and hadolint much more efficientRST_RSTFMT: It was highly experimental and not maintained anymoreOn some big repos, some of the new linters can be slow (like REPOSITORY_GITLEAKS) or too noisy ( like REPOSITORY_SEMGREP), don't hesitate to disable them using
DISABLE_LINTERSproperty in.mega-linter.yml: You only can decide the linters you need !If you see any bug/issue, please let us know !
Best regards
MegaLinter maintainers & OX Security team
Wanna know why MegaLinter has joined OX Security ? Please read the following article :)
https://nicolas.vuillamy.fr/megalinter-sells-his-soul-and-joins-ox-security-2a91a0027628
Edit: Known issues:
Redirection of github action megalinter/megalinter to oxsecurity/megalinter
megalinter/megalinterbyoxsecurity/megalinter, even if you don't want to migrate to v6 yetPRE_COMMANDS using
npm install. Fixed in v6.0.4cd /node-deps && npm install xxx .... This will be automatically added soon (post-css module installation #1258)mega-linter-runner does not upgrade report folder for uploading artifacts (mega-linter-runner --upgrade does not update report folder in Github Action Workflows #1609) Fixed in v6.0.5