From 0d62fe1a0ef3a854b87efceb92d7f03f72971045 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 31 Oct 2024 09:12:17 -0600 Subject: [PATCH] Demote trivy errors to warnings Signed-off-by: Joe Block --- .github/workflows/mega-linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 8453723..2b592da 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -57,6 +57,7 @@ jobs: DISABLE_LINTERS: MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_SECRETLINT,SPELL_CSPELL REPOSITORY_CHECKOV_DISABLE_ERRORS: true REPOSITORY_KICS_DISABLE_ERRORS: true + REPOSITORY_TRIVY_DISABLE_ERRORS: true # Upload Mega-Linter artifacts. # They will be available on Github action page "Artifacts" section