diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index 981e3b7605..87e61bbf5e 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -23,4 +23,14 @@ binary { osv = true oss_index = true nvd = true + + # Triage items that are _safe_ to ignore here. Note that this list should be + # periodically cleaned up to remove items that are no longer found by the scanner. + triage { + suppress { + vulnerabilities = [ + "GO-2025-3408", # yamux@v0.1.1 + ] + } + } }