From f5f23f1c7ea70c52457674ef57850d60278a34c4 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Tue, 5 Nov 2024 11:09:23 +0100 Subject: [PATCH] ci: disable trivy --- .mega-linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.mega-linter.yml b/.mega-linter.yml index ae35588..0471d49 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -13,6 +13,7 @@ DISABLE_LINTERS: - RUST_CLIPPY - REPOSITORY_DEVSKIM - REPOSITORY_KICS + - REPOSITORY_TRIVY SHOW_ELAPSED_TIME: true FILEIO_REPORTER: false # DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass