diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index 22bc7c2e7a..0b93ef3f7d 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -16,7 +16,11 @@ binary { triage { suppress { vulnerabilities = [ - "GHSA-p77j-4mvh-x3m3" + // These vulnerabilities all point to the same issue. + // https://test.osv.dev/vulnerability/GO-2026-4762 + "GHSA-p77j-4mvh-x3m3", + "GO-2026-4762", + "CVE-2026-33186", ] } }