We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7417033 commit b36c433Copy full SHA for b36c433
.github/workflows/mega-linter.yml
@@ -55,8 +55,10 @@ jobs:
55
DEFAULT_BRANCH: main
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
DISABLE_LINTERS: MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_SECRETLINT,SPELL_CSPELL
58
+ ACTION_ACTIONLINT_DISABLE_ERRORS: true
59
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
60
REPOSITORY_KICS_DISABLE_ERRORS: true
61
+ REPOSITORY_TRIVY_DISABLE_ERRORS: true
62
63
# Upload Mega-Linter artifacts.
64
# They will be available on Github action page "Artifacts" section
0 commit comments