From eede6c42f07e19dba1adab65f84f76178d81b28b Mon Sep 17 00:00:00 2001 From: Matt White <436037+mlw@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:34:47 -0500 Subject: [PATCH] Add required dep for internal builds --- Source/santactl/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/santactl/BUILD b/Source/santactl/BUILD index 96eaa77c6..2632b3887 100644 --- a/Source/santactl/BUILD +++ b/Source/santactl/BUILD @@ -117,6 +117,7 @@ santa_unit_test( "//Source/common:SNTFileInfo", "//Source/common:SNTLogging", "//Source/common:SNTRule", + "//Source/common:SNTRuleIdentifiers", "//Source/common:SNTStoredEvent", "//Source/common:SNTXPCBundleServiceInterface", "//Source/common:SNTXPCControlInterface",