diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index 176a2c96fa..b82bb262a3 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -34,13 +34,13 @@ container { # iputils@20240905-r0 https://nvd.nist.gov/vuln/detail/CVE-2025-48964 # # Boundary does not utilize ping in iputils. - "CVE-2025-48964" + "CVE-2025-48964", # libgcrypt@1.10.3-r1 https://nvd.nist.gov/vuln/detail/CVE-2026-41989 # - # Boundary currently uses this indirectly via the alpine base image for docker. - # Currently there is no base image fix available. - "CVE-2026-41989" + # Boundary currently uses this indirectly via the alpine base image for docker. + # Currently there is no base image fix available. + "CVE-2026-41989", ] } }