From a0e0026df0758dfa4ff8d53b1ba60509a72c925f Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Tue, 13 Jan 2026 10:09:23 +0900 Subject: [PATCH] chore: document temporary grype ignore for CVE-2019-1010022 --- ci_cd/.grype.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ci_cd/.grype.yaml diff --git a/ci_cd/.grype.yaml b/ci_cd/.grype.yaml new file mode 100644 index 0000000000..e1068de8e3 --- /dev/null +++ b/ci_cd/.grype.yaml @@ -0,0 +1,3 @@ +ignore: + - vulnerability: CVE-2019-1010022 + reason: no fixed glibc package is available yet in the Wolfi repositories, so this is ignored temporarily until an upstream release exists