From ba63e8080b7fdb1069d00a4ff3e0304c89d1867e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 10:28:53 +0000 Subject: [PATCH] backport of commit 4fffd5bdf5b15f30b365d3fc0ff9a04a21197c81 (#38299) Co-authored-by: Radek Simko --- .release/security-scan.hcl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index 729cfe1eba..22bc7c2e7a 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -12,4 +12,12 @@ binary { go_modules = true osv = true nvd = false -} \ No newline at end of file + + triage { + suppress { + vulnerabilities = [ + "GHSA-p77j-4mvh-x3m3" + ] + } + } +}