From 12c34674484e808045a0350a44dedfa48407a02d Mon Sep 17 00:00:00 2001 From: ptahmose Date: Mon, 16 Oct 2023 10:58:39 +0200 Subject: [PATCH] undo removal of "trivy" --- .mega-linter.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.mega-linter.yml b/.mega-linter.yml index e837e2b4..d5a68f58 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -10,8 +10,6 @@ DISABLE: - SPELL # Comment to enable checks of spelling mistakes DISABLE_ERRORS_LINTERS: - MARKDOWN_MARKDOWN_LINK_CHECK # Make non-blocking due to network timeouts etc. -DISABLE_LINTERS: - - REPOSITORY_TRIVY # this linter seems currently broken, so we disable it here for now C_CPPLINT_ARGUMENTS: --verbose=2 CPP_CPPLINT_ARGUMENTS: --verbose=2 SHOW_ELAPSED_TIME: true