Skip to content

Commit

Permalink
[CWS] re-add windows scrubber (#21242)
Browse files Browse the repository at this point in the history
  • Loading branch information
safchain authored Dec 1, 2023
1 parent 060eb10 commit 8256c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/security/serializers/serializers_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func newProcessSerializer(ps *model.Process, e *model.Event) *ProcessSerializer
Pid: ps.Pid,
PPid: getUint32Pointer(&ps.PPid),
Executable: newFileSerializer(&ps.FileEvent, e),
// CmdLine: e.GetProcessCmdLineScrubbed(ps),
CmdLine: e.GetProcessCmdlineScrubbed(),
}

if len(ps.ContainerID) != 0 {
Expand Down

0 comments on commit 8256c73

Please sign in to comment.