Skip to content

Commit

Permalink
Fixing exec path for ug
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <[email protected]>
  • Loading branch information
amitschendel committed Nov 5, 2024
1 parent 2b2bc24 commit a665e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ruleengine/v1/r0007_kubernetes_client_executed.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (rule *R0007KubernetesClientExecuted) handleExecEvent(event *tracerexectype
AlertName: rule.Name(),
InfectedPID: event.Pid,
Arguments: map[string]interface{}{
"exec": event.ExePath,
"exec": execPath,
"args": event.Args,
},
FixSuggestions: "If this is a legitimate action, please consider removing this workload from the binding of this rule.",
Expand Down

0 comments on commit a665e9a

Please sign in to comment.