Skip to content

Commit

Permalink
feat(cmd): disable arg parsing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
NDStrahilevitz authored and geyslan committed Oct 9, 2024
1 parent cb48e1f commit 47451f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/cmd/cobra/cobra.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,6 @@ func GetTraceeRunner(c *cobra.Command, version string) (cmd.Runner, error) {
runner.Printer = p
runner.InstallPath = traceeInstallPath

// parse arguments must be enabled if the rule engine is part of the pipeline
runner.TraceeConfig.Output.ParseArguments = true

runner.TraceeConfig.EngineConfig = engine.Config{
Enabled: true,
SigNameToEventID: sigNameToEventId,
Expand Down

0 comments on commit 47451f5

Please sign in to comment.