From bee137334dfa0d5fd2e01368b65ac583f23b1a89 Mon Sep 17 00:00:00 2001 From: Mark Collao <106274486+mcollao-hc@users.noreply.github.com> Date: Fri, 23 Dec 2022 13:38:58 -0600 Subject: [PATCH] Update scan.hcl --- scan.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scan.hcl b/scan.hcl index b74a9fbbd..2c3c63121 100644 --- a/scan.hcl +++ b/scan.hcl @@ -1,6 +1,6 @@ repository { - # go_modules = true - # osv = true + go_modules = true + osv = true secrets { all = true }