From 6cd69438f60858f6c8ae879dd5511151f85b72ef Mon Sep 17 00:00:00 2001 From: Claire Labry Date: Fri, 4 Feb 2022 14:22:25 -0500 Subject: [PATCH] turning go modules to false due to jwt issue --- .release/security-scan.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index a3d2c7cbc..33ee8cda7 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -6,7 +6,7 @@ container { binary { secrets = true - go_modules = true + go_modules = false osv = true oss_index = true nvd = true