Skip to content

Commit 8bb9538

Browse files
committed
add PAR to GO_BINARIES
1 parent 0134072 commit 8bb9538

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

omnibus/config/projects/agent.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,9 @@
326326
if not fips_mode?
327327
# TODO(AGENTCFG-XXX): SGC is not supported in FIPS mode
328328
GO_BINARIES << "#{install_dir}\\bin\\agent\\secret-generic-connector.exe"
329+
330+
# TODO(ACTP-XXX): PAR is not enabled in Gov yet
331+
GO_BINARIES << "#{install_dir}\\bin\\agent\\privateactionrunner.exe"
329332
end
330333

331334
if not windows_arch_i386? and ENV['WINDOWS_DDPROCMON_DRIVER'] and not ENV['WINDOWS_DDPROCMON_DRIVER'].empty?

0 commit comments

Comments
 (0)