79384c35ab
* build(deps): bump megalinter/megalinter from 5 to 6.11.0 Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 5 to 6.11.0. - [Release notes](https://github.com/megalinter/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/megalinter/megalinter/compare/v5...v6.11.0) --- updated-dependencies: - dependency-name: megalinter/megalinter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: updates to support new megalinter Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casey Lee <caseypl@amazon.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
20 lines
399 B
YAML
20 lines
399 B
YAML
---
|
|
APPLY_FIXES: none
|
|
DISABLE:
|
|
- ACTION
|
|
- BASH
|
|
- COPYPASTE
|
|
- DOCKERFILE
|
|
- GO
|
|
- JAVASCRIPT
|
|
- SPELL
|
|
DISABLE_LINTERS:
|
|
- YAML_YAMLLINT
|
|
- MARKDOWN_MARKDOWN_TABLE_FORMATTER
|
|
- MARKDOWN_MARKDOWN_LINK_CHECK
|
|
- REPOSITORY_CHECKOV
|
|
- REPOSITORY_TRIVY
|
|
FILTER_REGEX_EXCLUDE: (.*testdata/*|install.sh)
|
|
MARKDOWN_MARKDOWNLINT_CONFIG_FILE: .markdownlint.yml
|
|
PARALLEL: false
|
|
PRINT_ALPACA: false
|