Skip to content

Releases: oxsecurity/megalinter

MegaLinter v6.14.0

06 Nov 10:12
Compare
Choose a tag to compare

MegaLinter is graciously provided by OX Security

MegaLinter v6.13.0

23 Oct 22:45
Compare
Choose a tag to compare

MegaLinter is graciously provided by OX Security

MegaLinter v6.12.0

16 Oct 19:47
Compare
Choose a tag to compare

MegaLinter is graciously provided by OX Security

MegaLinter v6.11.1

03 Oct 06:07
Compare
Choose a tag to compare
  • Remove no-space-check from MegaLinter default .pylintrc file (#1923)

New article: https://nicolas.vuillamy.fr/megalinter-sells-his-soul-and-joins-ox-security-2a91a0027628

MegaLinter is graciously provided by OX Security

MegaLinter v6.11.0

02 Oct 10:07
Compare
Choose a tag to compare

MegaLinter is graciously provided by OX Security

MegaLinter v6.10.0

19 Sep 20:09
Compare
Choose a tag to compare
  • Add git-lfs in Docker image to handle large files in git repositories

  • MegaLinter Docker images size improvements

    • Remove NPM cache
    • Remove Cargo cache
    • Remove rustup when clippy is not embedded in the image
    • Remove npm packages useless files
  • Linter versions upgrades

MegaLinter v6.9.1

11 Sep 15:31
Compare
Choose a tag to compare
  • Linters

  • Core

    • Improve build performances and docker images sizes (reduce from 117 to 36 layers)
      • Use BUILDKIT
      • Join RUN instructions
      • Optimize core Dockerfile items
      • Clean npm, python and cargo caches
    • Create a venv for each python-based linter to avoid issues with dependencies
    • Fix broken link to documentation when using v6
  • Linter versions upgrades

Note: MegaLinter 6.9.0 release has been cancelled: it was fine but the docker image sizes were not optimized enough.

MegaLinter is graciously provided by OX Security

MegaLinter v6.8.0

04 Sep 21:08
Compare
Choose a tag to compare
  • Run MegaLinter pre-commit hooks serially (#1826).

  • Replace deprecated StandardJS VS Code extension with the newer official version

  • When SARIF_REPORTER is active, use sarif-fmt to convert SARIF into text for console and text reporters (#1822).

  • Count checkstyle errors (#1820)

  • Linter versions upgrades

MegaLinter is graciously provided by OX Security

MegaLinter v6.7.1

28 Aug 20:11
Compare
Choose a tag to compare
  • Fix Azure Comments reporter: Use BuildId to build artifacts url
  • Fix actionlint install command

MegaLinter is graciously provided by OX Security

MegaLinter v6.7.0

28 Aug 09:55
Compare
Choose a tag to compare
  • Linters

    • Add PMD java linter
  • Azure Pipelines integration enhancements

    • Update installation instructions
    • Console reporter: manage collapsible groups for easier display & navigation in job logs (requires CI=true and TF_BUILD=true sent as env variables)
    • Azure comments reporter (see documentation)
  • Performances improvements

    • When running linters in parallel, run in the same process only the linters from same descriptor and that can update the same sources (to avoid concurrency). Other linters can be run independently.
    • Define linter_speed of linter descriptors (default 3). Can be from 1 (super slow) to 5 (super fast). This is used to optimize the processing order of linters.
  • Fixes

    • Fix: Properly match files_sub_directory as a prefix instead of partial string matching (#1765)
    • Match regex without workspace and sub_directory
    • Remove config variables that are not applicable to linters analyzing all files or all other linters files
  • Linter versions upgrades

MegaLinter is graciously provided by OX Security