feat(go): add Phase 1 parity sidecar
This commit is contained in:
parent
65f5be6420
commit
f02509aab5
22 changed files with 947 additions and 6 deletions
8
tests/fixtures/go/deleted-exe.json
vendored
Normal file
8
tests/fixtures/go/deleted-exe.json
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"processes": [
|
||||
{"pid": 300, "comm": "tmpdrop", "cmdline": "tmpdrop", "exe": "/tmp/x (deleted)"},
|
||||
{"pid": 301, "comm": "memdrop", "cmdline": "memdrop", "exe": "/memfd:foo (deleted)"},
|
||||
{"pid": 302, "comm": "upgrade", "cmdline": "upgrade", "exe": "/usr/bin/x (deleted)"},
|
||||
{"pid": 303, "comm": "normal", "cmdline": "normal", "exe": "/usr/bin/x"}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue