megalinter

🦙 MegaLinter analyzes 50 languages, 22 formats, 21 tooling formats, excessive copy-pastes, spelling mistakes and security issues in your repository sources with a GitHub Action, other CI tools or locally.

AGPL-3.0 License

Downloads
28.4K
Stars
1.7K
Committers
113

Bot releases are hidden (Show)

megalinter - MegaLinter v6.6.0

Published by nvuillam about 2 years ago

megalinter - MegaLinter v6.5.0

Published by nvuillam about 2 years ago

  • npm-groovy-lint: Use Cli lint mode list_of_files for much better performances

  • Disable proselint by default if .proselintrc file is not found

  • Linter versions upgrades

megalinter - MegaLinter v6.4.0

Published by nvuillam about 2 years ago

  • Add REPOSITORY_CHECKOV in all flavors

  • New config variables

    • MEGALINTER_FILES_TO_LINT: Comma-separated list of files to analyze. Using this variable will bypass other file listing methods (#808)
    • SKIP_CLI_LINT_MODES: Comma-separated list of cli_lint_modes. To use if you want to skip linters with some CLI lint modes (ex: file,project). Available values: file,cli_lint_mode,project.
  • mega-linter-runner:

    • Allow MEGALINTER_FILES_TO_LINT to be sent as positional arguments
    • New argument --filesonly that sends SKIP_CLI_LINT_MODES=project
    • Example: mega-linter-runner --flavor python --release beta --filesonly megalinter/config.py megalinter/flavor_factory.py megalinter/MegaLinter.py
  • Fixes

    • Fix SARIF when a run is missing a results list (#1725)
    • Fix missing quotes for Powershell script analyzer (#1728)
  • Linter versions upgrades

megalinter - MegaLinter v6.3.0

Published by nvuillam about 2 years ago

  • Linters

    • Add REPOSITORY_CHECKOV to benefit from all checks and not only terraform ones. TERRAFORM_CHECKOV will be deprecated in a next major version
    • Add djlint (HTML_DJLINT) to lint HTML files (html, django, jinja, nunjucks, handlebars, golang, angular)
    • Upgrade jsonlint to use maintained package @prantlf/jsonlint]([https://www.npmjs.com/package/@prantlf/jsonlint) + use cli_lint_mode list_of_files to improve performances
  • Core

    • Support for automatic removal of Docker container when linting is finished
    • Fix SARIF when endColumn is 0 (#1702)
    • Use dynamic REPORT_FOLDER value for output files for SALESFORCE and COPYPASTE descriptors
    • Fix collapsible sections in Gitlab console logs
    • Manage ignore files (like .secretlintignore or .eslintignore)
      • Define ignore argument for client in descriptors
      • Define ignore file name in descriptors (overridable with _IGNORE_FILE_NAME at runtime)
      • Update documentation generation to take in account this new configuration
  • Linter versions upgrades

megalinter - MegaLinter v6.2.1

Published by nvuillam about 2 years ago

  • Fix blocking bug in MegaLinter v6.2.0 core (#1684 and #1685)

  • Linter versions upgrades

    • checkstyle from 10.3.1 to 10.3.2 on 2022-08-01
    • flake8 from 5.0.0 to 5.0.1 on 2022-08-01
    • checkov from 2.1.82 to 2.1.83 on 2022-08-01
megalinter - MegaLinter v6.2.0

Published by nvuillam about 2 years ago

WARNING: Contains a bug in core MegaLinter if you use REPOSITORY_SEMGREP. Please directly upgrade to v6.2.1

  • Core

    • Fix mega-linter-runner --install template (#1662)
    • Use REPORT_OUTPUT_FOLDER: none to not generate report files
    • Add info in doc about CLI_LINT_MODE and about how to ignore files when cli_lint_mode is project
    • Fix bug that disables generation of megalinter.log file in most cases
    • Fixes about JSON Schema (#1621)
    • Remove redundant line separator after generated table (#1650)
    • Avoid flavor suggestion message when only REPOSITORY linters are not found
  • Linters

    • Add checkmake to lint Makefile
    • Disable SemGrep by default if REPOSITORY_SEMGREP_RULESETS is not defined.
    • Avoid cspell to lint all files. Lint only other linter files (#1648)
    • Fix revive installation command
    • New default config for gitleaks with useDefault=true
  • Linter versions upgrades

Note: if you are still using MegaLinter v5, run npx mega-linter-runner@latest --upgrade to upgrade to MegaLinter v6

megalinter - MegaLinter v6.1.0

Published by nvuillam over 2 years ago

Run npx mega-linter-runner@latest --upgrade to upgrade to MegaLinter v6

  • Improve console logs by using collapsible sections in GitHub Actions and Gitlab CI (disable by defining CONSOLE_REPORTER_SECTIONS: false)

  • Define CLEAR_REPORT_FOLDER=true to empty report folder at the beginning of each run (#1502)

  • Improve SARIF output

    • Replace CI paths in logs
    • Add missing required properties so SARIF is valid
    • Add MegaLinter information in SARIF linter runs
    • Allow to select linters to activate SARIF for, using SARIF_REPORTER_LINTERS
    • Fix issue when a linter is used in multiple SARIF lint results
  • Linter versions upgrades

    • cfn-lint from 0.61.2 to 0.61.3 on 2022-07-19
    • checkov from 2.1.57 to 2.1.59 on 2022-07-18
    • checkov from 2.1.59 to 2.1.60 on 2022-07-19
    • cspell from 6.2.3 to 6.3.0 on 2022-07-18
    • eslint from 8.19.0 to 8.20.0 on 2022-07-17
    • golangci-lint from 1.46.2 to 1.47.0 on 2022-07-19
    • jscpd from 3.3.26 to 3.4.5 on 2022-07-19
    • markdownlint from 0.31.1 to 0.32.0 on 2022-07-17
    • pylint from 2.14.4 to 2.14.5 on 2022-07-18
megalinter - MegaLinter v6.0.5

Published by nvuillam over 2 years ago

  • Fix mega-linter-runner --upgrade so it also updates report folder to megalinter-reports in GitHub Actions Workflows #1609

  • Fix documentation and templates to use megalinter-reports folder everywhere

  • Workaround for python-markdown issue https://github.com/radude/mdx_truly_sane_lists/issues/9

  • Linter versions upgrades

    • checkov from 2.1.54 to 2.1.56 on 2022-07-15
    • checkov from 2.1.56 to 2.1.57 on 2022-07-16
    • gitleaks from 8.8.7 to 8.8.12 on 2022-07-16
    • kics from 1.5.11 to 1.5.12 on 2022-07-16
    • protolint from 0.38.2 to 0.38.3 on 2022-07-15
    • sqlfluff from 1.2.0 to 1.2.1 on 2022-07-16
    • terraform-fmt from 1.2.4 to 1.2.5 on 2022-07-15
    • terragrunt from 0.38.4 to 0.38.5 on 2022-07-15
megalinter - MegaLinter v6.0.4

Published by nvuillam over 2 years ago

  • Fix count of errors when using SARIF reporter

  • DevSkim: Ignore megalinter-reports by default (#1603)

  • Load JSON when list of objects is defined in an ENV var (#1605)

  • AutoFix pre_commands using npm install (1258)

  • Linter versions upgrades

    • checkov from 2.1.43 to 2.1.54 on 2022-07-14
    • git_diff from 2.34.2 to 2.34.4 on 2022-07-14
    • phpstan from 1.8.0 to 1.8.1 on 2022-07-14
    • sqlfluff from 1.1.0 to 1.2.0 on 2022-07-14
    • syft from 0.50.0 to 0.51.0 on 2022-07-14
megalinter - MegaLinter v6.0.3

Published by nvuillam over 2 years ago

  • mega-linter-runner: Update query args when opening OX Security
  • Fix mega-linter-runner doesn't default to v6 for flavors (1596)
megalinter - MegaLinter v6.0.2

Published by nvuillam over 2 years ago

Internal CI fixes

megalinter - MegaLinter v6.0.1

Published by nvuillam over 2 years ago

  • Quick fixes about internal CI & documentation

= https://github.com/oxsecurity/megalinter/releases/tag/v6.0.0

megalinter - MegaLinter v6.0.0

Published by nvuillam over 2 years ago

  • Move Repo to OX Security

  • Breaking changes: you must run npx mega-linter-runner --upgrade to use MegaLinter v6

  • Core architecture

    • New reporter SARIF_REPORTER that aggregates all SARIF output files into a single one
      • Correct SARIF files for known format errors
    • New config variable DISABLE_LINTERS_ERRORS to define a list of linters that will be considered as non blocking
    • Upgrade base docker image to python:3.10.4-alpine3.15
    • Rename default report folder from report to megalinter-reports
    • Display GitHub stars in linters summary table in documentation
  • Linters:

    • Add DevSkim security linter by Microsoft
    • Add dustilock to check for dependency confusion attacks with node and python packages
    • Add gitleaks to lint git repository
    • Add goodcheck as regex-based linter
    • Add PMD to lint java files (disabled for now)
    • Add semgrep as regex-based linter with many community rules
    • Add syft to generate SBOM (Software Bill Of Materials)
    • Add trivy security linter
    • Remove dockerfilelint, as it is not maintained anymore and hadolint contains all its rules
    • Remove rstfmt as it is not maintained anymore
    • SARIF management for:
      • bandit
      • checkov
      • checkstyle
      • cfn-lint
      • devskim
      • eslint
      • gitleaks
      • hadolint
      • ktlint
      • npm-groovy-lint
      • psalm
      • semgrep
      • secretlint
      • revive
      • terrascan
      • tflint
      • trivy
  • Descriptors:

    • New flavor Security
    • New descriptor repository: contains DevSkip, dustilock, gitleaks, secretlint, semgrep, syft, trivy
    • Remove CREDENTIALS and GIT descriptors
  • mega-linter-runner

    • --upgrade option can now upgrade repos MegaLinter config to v6
    • Create/update local .gitignore file when installing / updating MegaLinter using mega-linter-runner
    • Propose to test ox.security service
    • Switch from npm to yarn
  • Dev architecture

    • Manage offline run of bash build.sh for those who want to code in planes :)
    • Automate update of CHANGELOG.md after release (beta)
    • Accelerate internal CI testing performances
  • Linter versions upgrades

    • actionlint from 1.6.13 to 1.6.15 on 2022-07-10
    • black from 22.3.0 to 22.6.0 on 2022-07-10
    • cfn-lint from 0.61.1 to 0.61.2 on 2022-07-10
    • checkov from 3.9 to 2.1.43 on 2022-07-10
    • checkstyle from 10.3 to 10.3.1 on 2022-07-10
    • clippy from 0.1.61 to 0.1.62 on 2022-07-10
    • cspell from 6.1.2 to 6.2.3 on 2022-07-10
    • eslint-plugin-jsonc from 2.3.0 to 2.3.1 on 2022-07-10
    • eslint from 8.18.0 to 8.19.0 on 2022-07-10
    • git_diff from 2.30.3 to 2.34.2 on 2022-07-10
    • phpstan from 1.7.15 to 1.8.0 on 2022-07-10
    • pylint from 2.14.3 to 2.14.4 on 2022-07-10
    • rubocop from 1.30.1 to 1.31.2 on 2022-07-10
    • secretlint from 4.1.0 to 5.2.3 on 2022-07-10
    • snakemake from 7.8.3 to 7.8.5 on 2022-07-10
    • spectral from 5.6.0 to 5.9.2 on 2022-07-10
    • sqlfluff from 1.0.0 to 1.1.0 on 2022-07-10
    • terraform-fmt from 1.2.3 to 1.2.4 on 2022-07-10
    • terragrunt from 0.38.1 to 0.38.4 on 2022-07-10
    • terrascan from 1.14.0 to 1.15.2 on 2022-07-10
    • v8r from 0.6.1 to 0.13.0 on 2022-07-10
    • yamllint from 1.26.3 to 1.27.1 on 2022-07-10
megalinter - MegaLinter v5.17.0

Published by nvuillam over 2 years ago

  • Message to propose users to upgrade to v6
megalinter - MegaLinter v5.16.1

Published by nvuillam over 2 years ago

  • Quick fix release management
megalinter - MegaLinter v5.16.0

Published by nvuillam over 2 years ago

  • Support for named Docker container.

  • Linter versions upgrades

megalinter - MegaLinter v5.15.0

Published by nvuillam over 2 years ago

  • OX Security branding and pre-announcement
  • Linter versions upgrades
    • cfn-lint from 0.61.0 to 0.61.1 on 2022-06-22
    • checkov from 2.0.1209 to 2.0.1210 on 2022-06-14
    • checkov from 2.0.1210 to 2.0.1212 on 2022-06-15
    • checkov from 2.0.1212 to 2.0.1217 on 2022-06-15
    • checkov from 2.0.1217 to 2.0.1218 on 2022-06-17
    • checkov from 2.0.1218 to 2.0.1219 on 2022-06-19
    • checkov from 2.0.1219 to 2.0.1226 on 2022-06-22
    • checkov from 2.0.1226 to 2.0.1230 on 2022-06-22
    • eslint from 8.17.0 to 8.18.0 on 2022-06-19
    • ktlint from 0.45.2 to 0.46.0 on 2022-06-19
    • ktlint from 0.46.0 to 0.46.1 on 2022-06-22
    • phpcs from 3.6.2 to 3.7.0 on 2022-06-14
    • phpcs from 3.7.0 to 3.7.1 on 2022-06-19
    • phpstan from 1.7.12 to 1.7.13 on 2022-06-14
    • phpstan from 1.7.13 to 1.7.14 on 2022-06-15
    • phpstan from 1.7.14 to 1.7.15 on 2022-06-22
    • powershell from 7.2.4 to 7.2.5 on 2022-06-22
    • prettier from 2.6.2 to 2.7.0 on 2022-06-15
    • prettier from 2.7.0 to 2.7.1 on 2022-06-17
    • pylint from 2.14.1 to 2.14.2 on 2022-06-15
    • pylint from 2.14.2 to 2.14.3 on 2022-06-19
    • snakefmt from 0.6.0 to 0.6.1 on 2022-06-14
    • snakemake from 7.8.2 to 7.8.3 on 2022-06-22
    • sql-lint from 0.0.19 to 0.0.20 on 2022-06-19
    • sql-lint from 0.0.20 to 1.0.0 on 2022-06-22
    • sqlfluff from 0.13.2 to 1.0.0 on 2022-06-19
    • terraform-fmt from 1.2.2 to 1.2.3 on 2022-06-17
    • terragrunt from 0.37.3 to 0.37.4 on 2022-06-15
    • terragrunt from 0.37.4 to 0.38.0 on 2022-06-19
megalinter - MegaLinter v5.14.0

Published by nvuillam over 2 years ago

  • Local plugins support & documentation

  • Update R lintr documentation

  • Linter versions upgrades

    • actionlint from 1.6.12 to 1.6.13 on 2022-05-20
    • cfn-lint from 0.60.0 to 0.60.1 on 2022-05-20
    • cfn-lint from 0.60.1 to 0.61.0 on 2022-06-01
    • checkov from 2.0.1141 to 2.0.1143 on 2022-05-17
    • checkov from 2.0.1143 to 2.0.1147 on 2022-05-20
    • checkov from 2.0.1147 to 2.0.1150 on 2022-05-22
    • checkov from 2.0.1150 to 2.0.1158 on 2022-05-24
    • checkov from 2.0.1158 to 2.0.1159 on 2022-05-24
    • checkov from 2.0.1159 to 2.0.1161 on 2022-05-25
    • checkov from 2.0.1161 to 2.0.1162 on 2022-05-27
    • checkov from 2.0.1162 to 2.0.1174 on 2022-05-30
    • checkov from 2.0.1174 to 2.0.1175 on 2022-05-31
    • checkov from 2.0.1175 to 2.0.1177 on 2022-05-31
    • checkov from 2.0.1177 to 2.0.1182 on 2022-05-31
    • checkov from 2.0.1182 to 2.0.1185 on 2022-06-02
    • checkov from 2.0.1185 to 2.0.1188 on 2022-06-03
    • checkov from 2.0.1188 to 2.0.1206 on 2022-06-08
    • checkov from 2.0.1206 to 2.0.1207 on 2022-06-09
    • checkov from 2.0.1207 to 2.0.1209 on 2022-06-10
    • checkstyle from 10.2 to 10.3 on 2022-05-30
    • clippy from 0.1.60 to 0.1.61 on 2022-05-20
    • coffeelint from 5.2.8 to 5.2.9 on 2022-05-17
    • cspell from 5.20.0 to 5.21.0 on 2022-05-20
    • cspell from 5.21.0 to 5.21.1 on 2022-05-21
    • cspell from 5.21.1 to 6.0.0 on 2022-05-22
    • cspell from 6.0.0 to 6.1.0 on 2022-05-31
    • cspell from 6.1.0 to 6.1.1 on 2022-06-03
    • cspell from 6.1.1 to 6.1.2 on 2022-06-09
    • eslint-plugin-jsonc from 2.2.1 to 2.3.0 on 2022-05-28
    • eslint from 8.15.0 to 8.16.0 on 2022-05-21
    • eslint from 8.16.0 to 8.17.0 on 2022-06-08
    • golangci-lint from 1.46.1 to 1.46.2 on 2022-05-20
    • graphql-schema-linter from 3.0.0 to 3.0.1 on 2022-05-22
    • kics from 1.5.8 to 1.5.9 on 2022-05-27
    • kics from 1.5.9 to 1.5.10 on 2022-06-09
    • mypy from 0.950 to 0.960 on 2022-05-27
    • mypy from 0.960 to 0.961 on 2022-06-08
    • phpstan from 1.6.8 to 1.6.9 on 2022-05-22
    • phpstan from 1.6.9 to 1.7.0 on 2022-05-24
    • phpstan from 1.7.0 to 1.7.1 on 2022-05-24
    • phpstan from 1.7.1 to 1.7.2 on 2022-05-27
    • phpstan from 1.7.11 to 1.7.12 on 2022-06-09
    • phpstan from 1.7.2 to 1.7.3 on 2022-05-30
    • phpstan from 1.7.3 to 1.7.6 on 2022-05-31
    • phpstan from 1.7.6 to 1.7.7 on 2022-05-31
    • phpstan from 1.7.7 to 1.7.8 on 2022-06-02
    • phpstan from 1.7.8 to 1.7.9 on 2022-06-03
    • phpstan from 1.7.9 to 1.7.11 on 2022-06-08
    • powershell from 7.2.3 to 7.2.4 on 2022-05-20
    • pylint from 2.13.9 to 2.14.0 on 2022-06-02
    • pylint from 2.14.0 to 2.14.1 on 2022-06-08
    • rstcheck from 5.0.0 to 6.0.0 on 2022-06-08
    • rubocop from 1.29.1 to 1.30.0 on 2022-05-27
    • rubocop from 1.30.0 to 1.30.1 on 2022-06-08
    • scalafix from 0.10.0 to 0.10.1 on 2022-06-10
    • sfdx-scanner-apex from 2.13.2 to 2.13.4 on 2022-05-27
    • sfdx-scanner-aura from 2.13.2 to 2.13.4 on 2022-05-27
    • sfdx-scanner-lwc from 2.13.2 to 2.13.4 on 2022-05-27
    • shfmt from 3.5.0 to 3.6.0 on 2022-05-24
    • snakemake from 7.6.2 to 7.7.0 on 2022-05-17
    • snakemake from 7.7.0 to 7.8.0 on 2022-05-24
    • snakemake from 7.8.0 to 7.8.1 on 2022-05-31
    • snakemake from 7.8.1 to 7.8.2 on 2022-06-08
    • sqlfluff from 0.13.1 to 0.13.2 on 2022-05-21
    • stylelint from 14.8.2 to 14.8.3 on 2022-05-22
    • stylelint from 14.8.3 to 14.8.4 on 2022-05-25
    • stylelint from 14.8.4 to 14.8.5 on 2022-05-27
    • stylelint from 14.8.5 to 14.9.0 on 2022-06-09
    • stylelint from 14.9.0 to 14.9.1 on 2022-06-11
    • terraform-fmt from 1.1.9 to 1.2.0 on 2022-05-20
    • terraform-fmt from 1.2.0 to 1.2.1 on 2022-05-24
    • terraform-fmt from 1.2.1 to 1.2.2 on 2022-06-03
    • terragrunt from 0.37.1 to 0.37.2 on 2022-06-09
    • terragrunt from 0.37.2 to 0.37.3 on 2022-06-12
megalinter - MegaLinter v5.13.0

Published by nvuillam over 2 years ago

  • Add gherkin-lint in dotnet flavor (#1435)

  • Define pre-commit hooks (#569).

  • Pin ansible-lint to 6.0.2 to fix pip dependency conflict between jsonschema versions (#1470).

  • Use docker image for editorconfig-checker

  • Update sqlfluff descriptor properties to enable error count(#1460)

  • Linter versions upgrades

    • cfn-lint from 0.59.0 to 0.59.1 on 2022-05-03
    • cfn-lint from 0.59.1 to 0.60.0 on 2022-05-14
    • checkov from 2.0.1076 to 2.0.1079 on 2022-04-24
    • checkov from 2.0.1079 to 2.0.1084 on 2022-04-26
    • checkov from 2.0.1084 to 2.0.1088 on 2022-04-28
    • checkov from 2.0.1088 to 2.0.1098 on 2022-04-29
    • checkov from 2.0.1098 to 2.0.1100 on 2022-04-30
    • checkov from 2.0.1100 to 2.0.1102 on 2022-05-02
    • checkov from 2.0.1102 to 2.0.1108 on 2022-05-03
    • checkov from 2.0.1108 to 2.0.1110 on 2022-05-03
    • checkov from 2.0.1110 to 2.0.1113 on 2022-05-05
    • checkov from 2.0.1113 to 2.0.1118 on 2022-05-06
    • checkov from 2.0.1118 to 2.0.1119 on 2022-05-07
    • checkov from 2.0.1119 to 2.0.1120 on 2022-05-08
    • checkov from 2.0.1120 to 2.0.1121 on 2022-05-08
    • checkov from 2.0.1121 to 2.0.1140 on 2022-05-14
    • checkov from 2.0.1140 to 2.0.1141 on 2022-05-15
    • checkstyle from 10.1 to 10.2 on 2022-04-24
    • clj-kondo from 2022.04.08 to 2022.04.25 on 2022-04-30
    • coffeelint from 5.2.7 to 5.2.8 on 2022-04-26
    • cspell from 5.19.7 to 5.20.0 on 2022-05-03
    • editorconfig-checker from 2.3.5 to 2.4.0 on 2022-05-15
    • eslint from 8.14.0 to 8.15.0 on 2022-05-07
    • golangci-lint from 1.45.2 to 1.46.1 on 2022-05-14
    • graphql-schema-linter from 2.0.1 to 2.0.2 on 2022-05-06
    • graphql-schema-linter from 2.0.2 to 3.0.0 on 2022-05-07
    • kics from 1.5.6 to 1.5.7 on 2022-05-03
    • kics from 1.5.7 to 1.5.8 on 2022-05-14
    • luacheck from 0.26.0 to 0.26.1 on 2022-04-24
    • markdown-link-check from 3.10.0 to 3.10.2 on 2022-05-05
    • mypy from 0.942 to 0.950 on 2022-04-28
    • phpstan from 1.5.7 to 1.6.0 on 2022-04-26
    • phpstan from 1.6.0 to 1.6.2 on 2022-04-28
    • phpstan from 1.6.2 to 1.6.3 on 2022-04-29
    • phpstan from 1.6.3 to 1.6.4 on 2022-05-03
    • phpstan from 1.6.4 to 1.6.7 on 2022-05-05
    • phpstan from 1.6.7 to 1.6.8 on 2022-05-14
    • powershell from 7.2.2 to 7.2.3 on 2022-04-28
    • protolint from 0.37.1 to 0.38.1 on 2022-05-03
    • psalm from Psalm.4.x-dev@ to Psalm.5.x-dev@ on 2022-05-14
    • pylint from 2.13.7 to 2.13.8 on 2022-05-03
    • pylint from 2.13.8 to 2.13.9 on 2022-05-14
    • rubocop from 1.28.1 to 1.28.2 on 2022-04-26
    • rubocop from 1.28.2 to 1.29.0 on 2022-05-07
    • rubocop from 1.29.0 to 1.29.1 on 2022-05-14
    • sfdx-scanner-apex from 2.13.1 to 2.13.2 on 2022-05-05
    • sfdx-scanner-aura from 2.13.1 to 2.13.2 on 2022-05-05
    • sfdx-scanner-lwc from 2.13.1 to 2.13.2 on 2022-05-05
    • snakemake from 7.4.0 to 7.5.0 on 2022-04-28
    • snakemake from 7.5.0 to 7.6.0 on 2022-05-03
    • snakemake from 7.6.0 to 7.6.1 on 2022-05-05
    • snakemake from 7.6.1 to 7.6.2 on 2022-05-07
    • sqlfluff from 0.13.0 to 0.13.1 on 2022-05-07
    • stylelint from 14.7.1 to 14.8.0 on 2022-04-28
    • stylelint from 14.8.0 to 14.8.1 on 2022-04-30
    • stylelint from 14.8.1 to 14.8.2 on 2022-05-04
    • terragrunt from 0.36.10 to 0.37.1 on 2022-05-14
    • terragrunt from 0.36.7 to 0.36.8 on 2022-04-28
    • terragrunt from 0.36.8 to 0.36.9 on 2022-04-30
    • terragrunt from 0.36.9 to 0.36.10 on 2022-05-06
    • xmllint from 20913 to 20914 on 2022-05-14
megalinter - MegaLinter v5.12.0

Published by nvuillam over 2 years ago

  • Core

  • Linter versions upgrades

    • actionlint from 1.6.11 to 1.6.12 on 2022-04-18
    • cfn-lint from 0.58.4 to 0.59.0 on 2022-04-18
    • checkov from 2.0.1047 to 2.0.1050 on 2022-04-11
    • checkov from 2.0.1050 to 2.0.1067 on 2022-04-18
    • checkov from 2.0.1067 to 2.0.1068 on 2022-04-18
    • checkov from 2.0.1068 to 2.0.1076 on 2022-04-22
    • coffeelint from 5.2.5 to 5.2.6 on 2022-04-11
    • coffeelint from 5.2.6 to 5.2.7 on 2022-04-22
    • eslint from 8.13.0 to 8.14.0 on 2022-04-23
    • git_diff from 2.30.2 to 2.30.3 on 2022-04-18
    • htmlhint from 1.1.3 to 1.1.4 on 2022-04-11
    • kics from 1.5.5 to 1.5.6 on 2022-04-18
    • npm-groovy-lint from 9.4.1 to 9.5.0 on 2022-04-18
    • phpstan from 1.5.4 to 1.5.6 on 2022-04-18
    • phpstan from 1.5.6 to 1.5.7 on 2022-04-22
    • pylint from 2.13.5 to 2.13.7 on 2022-04-22
    • rstcheck from 3.3.1 to 5.0.0 on 2022-04-18
    • rubocop from 1.27.0 to 1.28.1 on 2022-04-22
    • snakemake from 7.3.8 to 7.4.0 on 2022-04-22
    • sqlfluff from 0.12.0 to 0.13.0 on 2022-04-22
    • stylelint from 14.6.1 to 14.7.1 on 2022-04-18
    • terraform-fmt from 1.1.8 to 1.1.9 on 2022-04-22
    • terragrunt from 0.36.6 to 0.36.7 on 2022-04-18
    • tflint from 0.34.1 to 0.35.0 on 2022-04-18