mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-12 22:18:30 +00:00
update(userspace/falco): remove format from grpc responses
Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
4bdf8495de
commit
34a34cecb6
@ -33,7 +33,6 @@ message falco_output_response {
|
|||||||
priority priority = 3;
|
priority priority = 3;
|
||||||
source source = 4;
|
source source = 4;
|
||||||
string rule = 5;
|
string rule = 5;
|
||||||
string format = 6;
|
string output = 6;
|
||||||
string output = 7;
|
map<string, string> output_fields = 7;
|
||||||
map<string, string> output_fields = 8;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user