From 54dc72209cdc39afff6802f2f7777bb611371a97 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Fri, 27 Feb 2026 09:58:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=BA(trivy)=20add=20minimatch=20CVE=20t?= =?UTF-8?q?o=20trivyignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We added CVE-2026-27903 and CVE-2026-27904 to the .trivyignore file We need to wait for the community to update the docker image with a fix for these CVEs before we can remove them from the .trivyignore file. --- .github/.trivyignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/.trivyignore b/.github/.trivyignore index bbafe562..7cf4626d 100644 --- a/.github/.trivyignore +++ b/.github/.trivyignore @@ -1 +1,3 @@ CVE-2026-26996 +CVE-2026-27903 +CVE-2026-27904