From 10dc8f473162101ab679ff148e327959490a0e75 Mon Sep 17 00:00:00 2001 From: dduzgun-security Date: Thu, 26 Jun 2025 14:42:04 -0400 Subject: [PATCH] ci: suppress busybox scan results --- .release/security-scan.hcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index 9dc71456..ce803fc0 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -27,6 +27,8 @@ binary { suppress { vulnerabilities = [ "GHSA-rx97-6c62-55mf", // https://github.com/github/advisory-database/pull/5759 TODO(dduzgun): remove when dep updated. + "CVE-2025-46394", // busybox@1.37.0-r18 TODO(dduzgun): remove when dep updated. + "CVE-2024-58251", // busybox@1.37.0-r18 TODO(dduzgun): remove when dep updated. ] } }