From a6fe9ad76e7a64f4affcbee6a76b90df5d6c62c3 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Fri, 11 Oct 2024 11:58:11 -0400 Subject: [PATCH] [CI] Do not list all packages in Trivy report --- .github/trivy-to-console.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/trivy-to-console.yaml b/.github/trivy-to-console.yaml index 0ba596d5..8d250e6d 100644 --- a/.github/trivy-to-console.yaml +++ b/.github/trivy-to-console.yaml @@ -11,6 +11,7 @@ severity: vulnerability: ignore-unfixed: true +list-all-pkgs: false exit-code: 1 timeout: 10m debug: false