Skip to content

Commit

Permalink
fix pkg/cli/check
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoCaso committed Mar 7, 2025
1 parent 36f63b7 commit 275e49c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cli/subcommands/check/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ import (
"github.com/DataDog/datadog-agent/comp/forwarder/eventplatformreceiver/eventplatformreceiverimpl"
orchestratorForwarderImpl "github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorimpl"
haagentfx "github.com/DataDog/datadog-agent/comp/haagent/fx"
logagent "github.com/DataDog/datadog-agent/comp/logs/agent"
integrations "github.com/DataDog/datadog-agent/comp/logs/integrations/def"
"github.com/DataDog/datadog-agent/comp/metadata/inventorychecks"
"github.com/DataDog/datadog-agent/comp/metadata/inventorychecks/inventorychecksimpl"
Expand Down Expand Up @@ -205,6 +206,7 @@ func MakeCommand(globalParamsGetter func() GlobalParams) *cobra.Command {
// in others commands such as run.
fx.Supply(option.None[rcservice.Component]()),
fx.Supply(option.None[rcservicemrf.Component]()),
fx.Supply(option.None[logagent.Component]()),
fx.Supply(option.None[integrations.Component]()),
fx.Provide(func() server.Component { return nil }),
fx.Provide(func() replay.Component { return nil }),
Expand Down

0 comments on commit 275e49c

Please sign in to comment.