Releases: oxsecurity/megalinter
Releases · oxsecurity/megalinter
Mega-Linter v4.12.0
- Performances
- Update default workflow to get ride of has_updates action (replace by output
has_updated_files
from mega-linter github action) - Avoid duplicate runs in mega-linter.yml template and internal workflows, using skip-duplicate-actions
- Give a proper name to each internal workflow
- Fix issue about mkdirs failing
- Update default workflow to get ride of has_updates action (replace by output
Mega-Linter v4.11.1
- Manage parallel processing of linters to improve performances
Mega-Linter v4.11.0
- Manage parallel processing of linters to improve performances
BROKEN, plz use 4.11.1
Mega-Linter alpha version
Merge branch 'ImproveCI' into alpha
Mega-Linter v4.1.1
-
Fallback to default behaviours instead of crashes when git not available
-
mega-linter-runner
- Allow to send env parameters to mega-linter-runner cli
- Add examples in documentation
- Publish mega-linter-runner beta version when pushing in master branch
Mega-Linter v4.10.0
-
Add link to linters rules index in documentation
-
Remove ANSI color codes from log files
-
Add performances by linter in console log
-
New option SHOW_ELAPSED_TIME , allowing the number of seconds elapsed by linter in reports
-
NPM package Mega-Linter runner
- runs Mega-Linter locally, using .mega-linter.yml configuration (requires docker installed on your computer)
- test cases added in CI
Mega-Linter v4.9.0
-
Core
- Allow configuration to be defined in a
.mega-linter.yml
file
- Allow configuration to be defined in a
-
Linters
-
Logs
- Store log files as artifacts during test cases
- Add examples of success and failed linter logs in documentation
- Remove
/tmp/lint
and/github/workspace
from log files
-
Documentation
- Add list of supported IDE in each linter documentation
- Generate GitHub card on linter doc when available
- Store link preview info during build
Mega-Linter v4.8.0
- New reporter: Updated sources
Mega-Linter v4.7.1
- Activate auto-fix for Groovy
Mega-Linter v4.7.0
- Update markdown-link-check default config
- Add tip in documentation about .cspell.json generated by Mega-Linter
- Remove /tmp/lint from logs
- Improve summary table for linters in project mode (all project linted in one call, not one file by one file)
- Add Reporters in documentation, with screenshots
- New Mega-Linter variables to activate/deactivate/configure reporters