Address PR comments
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
This commit is contained in:
parent
18e9879b01
commit
4abd265459
|
@ -112,5 +112,7 @@ WHERE pos.pid IN (
|
||||||
AND NOT (
|
AND NOT (
|
||||||
unsigned_exception = '500,0,0,chainlink,chainlink'
|
unsigned_exception = '500,0,0,chainlink,chainlink'
|
||||||
AND p0.path LIKE '/var/folders/%/T/go-build%/b001/exe/chainlink'
|
AND p0.path LIKE '/var/folders/%/T/go-build%/b001/exe/chainlink'
|
||||||
|
AND remote_port = 0
|
||||||
|
AND protocol = 0
|
||||||
)
|
)
|
||||||
GROUP BY p0.cmdline
|
GROUP BY p0.cmdline
|
||||||
|
|
Loading…
Reference in New Issue