simplerick0 / com.ackhax.cluster

MIT License
0 stars 0 forks source link

chore(deps): update oxsecurity/megalinter action to v6.7.1 #88

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
oxsecurity/megalinter action minor v6.6.0 -> v6.7.1

Release Notes

oxsecurity/megalinter ### [`v6.7.1`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v671---2022-08-28) [Compare Source](https://togithub.com/oxsecurity/megalinter/compare/v6.7.0...v6.7.1) - Fix Azure Comments reporter: Use BuildId to build artifacts url - Fix actionlint install command ### [`v6.7.0`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v670---2022-08-28) [Compare Source](https://togithub.com/oxsecurity/megalinter/compare/v6.6.0...v6.7.0) - Linters - Add [PMD](https://pmd.github.io/latest/) java linter - [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/) integration enhancements - Update [installation instructions](https://oxsecurity.github.io/megalinter/latest/installation/#azure-pipelines) - 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](https://oxsecurity.github.io/megalinter/latest/reporters/AzureCommentReporter/)) - 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](https://togithub.com/oxsecurity/megalinter/pull/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 - [cfn-lint](https://togithub.com/aws-cloudformation/cfn-lint) from 0.62.0 to **0.63.0** - [checkov](https://www.checkov.io/) from 2.1.139 to **2.1.160** - [cspell](https://togithub.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 6.8.0 to **6.8.1** - [djlint](https://djlint.com/) from 1.11.0 to **1.12.0** - [eslint](https://eslint.org) from 8.22.0 to **8.23.0** - [gitleaks](https://togithub.com/zricethezav/gitleaks) from 8.11.0 to **8.11.2** - [golangci-lint](https://golangci-lint.run/) from 1.48.0 to **1.49.0** - [luacheck](https://luacheck.readthedocs.io) from 0.26.1 to **1.0.0** - [pylint](https://www.pylint.org) from 2.14.5 to **2.15.0** - [rubocop](https://rubocop.org/) from 1.35.0 to **1.35.1** - [secretlint](https://togithub.com/secretlint/secretlint) from 5.2.3 to **5.2.4** - [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.12.1 to **7.13.0** - [terraform-fmt](https://www.terraform.io/docs/cli/commands/fmt.html) from 1.2.7 to **1.2.8** - [terragrunt](https://terragrunt.gruntwork.io) from 0.38.7 to **0.38.8** - [tflint](https://togithub.com/terraform-linters/tflint) from 0.35.0 to **0.39.3**

Configuration

šŸ“… Schedule: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 2 years ago

MegaLinter status: āœ… SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
āœ… ACTION actionlint 1 0 0.01s
āœ… COPYPASTE jscpd yes no 1.02s
āœ… REPOSITORY git_diff yes no 0.01s
āœ… REPOSITORY secretlint yes no 1.13s
āœ… YAML prettier 1 0 0.45s
āœ… YAML yamllint 1 0 0.1s

See errors details in artifact MegaLinter reports on CI Job page _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_