We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0134072 commit 8bb9538Copy full SHA for 8bb9538
omnibus/config/projects/agent.rb
@@ -326,6 +326,9 @@
326
if not fips_mode?
327
# TODO(AGENTCFG-XXX): SGC is not supported in FIPS mode
328
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"
332
end
333
334
if not windows_arch_i386? and ENV['WINDOWS_DDPROCMON_DRIVER'] and not ENV['WINDOWS_DDPROCMON_DRIVER'].empty?
0 commit comments