From 00ad74d1460fedbd0c1ddd1d5a63d52408270452 Mon Sep 17 00:00:00 2001 From: dduzgun-security Date: Tue, 26 Mar 2024 17:17:58 -0400 Subject: [PATCH] security: enable go stdlib scans --- scan.hcl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scan.hcl b/scan.hcl index 595ce2ac15..5626de2b03 100644 --- a/scan.hcl +++ b/scan.hcl @@ -15,9 +15,10 @@ # unlike the scans configured here, will block releases in CRT. repository { - go_modules = true - npm = true - osv = true + go_modules = true + npm = true + osv = true + go_stdlib_version_file = ".go-version" secrets { all = true