catthehacker / docker_images

Docker images
MIT License
222 stars 78 forks source link

build(deps): bump megalinter/megalinter from 5.13.0 to 6.7.1 #73

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps megalinter/megalinter from 5.13.0 to 6.7.1.

Release notes

Sourced from megalinter/megalinter's releases.

MegaLinter v6.7.1

  • 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

  • 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

MegaLinter v6.6.0

  • Fix flavors suggestions to ignore linters not relevant for such flavor (#1746)
  • Update pre-commit hooks from v5 to v6 (#1755).
  • Fix version in URL in logs produced by reporters
  • Add Makefile linter within python flavor (#1760)
  • Set DEFAULT_WORKSPACE as git safe directory per default #1766
  • Improve documentation for TAP_REPORTER

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v6.7.1] - 2022-08-28

  • Fix Azure Comments reporter: Use BuildId to build artifacts url
  • Fix actionlint install command

[v6.7.0] - 2022-08-28

  • 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

[v6.6.0] - 2022-08-21

  • Fix flavors suggestions to ignore linters not relevant for such flavor (#1746)
  • Update pre-commit hooks from v5 to v6 (#1755).
  • Fix version in URL in logs produced by reporters
  • Add Makefile linter within python flavor (#1760)
  • Set DEFAULT_WORKSPACE as git safe directory per default #1766
  • Improve documentation for TAP_REPORTER

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #75.