Using SlimCred struct in a golang signature #781
-
Hey, I'm writing a signature based on "commit_creds" event. I'm executing tracee with the command : I appreciate the help, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
since you are using gob serialization, did you try to cast the argument value to |
Beta Was this translation helpful? Give feedback.
since you are using gob serialization, did you try to cast the argument value to
external.slimCred
tracee/tracee-ebpf/tracee/external/external.go
Line 101 in 422e86e