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 0dd4b8e commit 87d66d5Copy full SHA for 87d66d5
.github/workflows/megalinter.yml
@@ -55,6 +55,9 @@ jobs:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
DISABLE_LINTERS: SPELL_CSPELL
57
# SPELL_MISSPELL_FILTER_REGEX_EXCLUDE: '(\.yml)'
58
+ REPOSITORY_CHECKOV_DISABLE_ERRORS: true
59
+ REPOSITORY_KICS_DISABLE_ERRORS: true
60
+ REPOSITORY_TRIVY_DISABLE_ERRORS: true
61
62
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
63
- name: Archive production artifacts
0 commit comments