diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-05 00:53:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 00:53:18 +0200 |
commit | 79384c35ab42715144388b7d3e0b0290fb93a962 (patch) | |
tree | a771dec62e83a037bd27201e2b22e927f6960574 /.mega-linter.yml | |
parent | build(deps): bump github.com/rhysd/actionlint from 1.6.19 to 1.6.20 (#1371) (diff) | |
download | forgejo-act-79384c35ab42715144388b7d3e0b0290fb93a962.tar.xz forgejo-act-79384c35ab42715144388b7d3e0b0290fb93a962.zip |
build(deps): bump megalinter/megalinter from 5 to 6.11.0 (#1370)
* 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>
Diffstat (limited to '.mega-linter.yml')
-rw-r--r-- | .mega-linter.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.mega-linter.yml b/.mega-linter.yml index d1d492d..c633089 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -12,6 +12,8 @@ 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 |