Skip to content

Commit 87d66d5

Browse files
committed
Demote checkov, kics and trivy to warnings
Signed-off-by: Joe Block <[email protected]>
1 parent 0dd4b8e commit 87d66d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/megalinter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
DISABLE_LINTERS: SPELL_CSPELL
5757
# SPELL_MISSPELL_FILTER_REGEX_EXCLUDE: '(\.yml)'
58+
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
59+
REPOSITORY_KICS_DISABLE_ERRORS: true
60+
REPOSITORY_TRIVY_DISABLE_ERRORS: true
5861

5962
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
6063
- name: Archive production artifacts

0 commit comments

Comments
 (0)