From 2477ab0aacee24b403e04d10a3db0717c007a6e7 Mon Sep 17 00:00:00 2001 From: Alan Chua Date: Thu, 23 Oct 2025 19:37:39 +0000 Subject: [PATCH] backport of commit 148efc20d7b02daf7d9b67806cd855a81292dc8d --- .release/security-scan.hcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index bbee030e7f..729cfe1eba 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -10,7 +10,6 @@ container { binary { secrets = true go_modules = true - osv = false - oss_index = true + osv = true nvd = false } \ No newline at end of file