From 7d69db78542a5323ba4e1edf2244fd520c3f7c8d Mon Sep 17 00:00:00 2001 From: Mark Collao <106274486+mcollao-hc@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:26:29 -0600 Subject: [PATCH] fix: disable osv until errors are investigated --- scan.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.hcl b/scan.hcl index 877e38acc7..05c171bfb3 100644 --- a/scan.hcl +++ b/scan.hcl @@ -3,7 +3,7 @@ repository { go_modules = true - osv = true + # osv = true secrets { all = true }