diff --git a/userspace/falco/falco_output.proto b/userspace/falco/falco_output.proto index 44cbf72c..21a41df7 100644 --- a/userspace/falco/falco_output.proto +++ b/userspace/falco/falco_output.proto @@ -22,5 +22,5 @@ message response { string rule = 4; string output = 5; map output_fields = 6; - repeated string tags = 7; + // repeated string tags = 7; // TODO(leodido,fntlnz): tags not supported yet, keeping for reference } \ No newline at end of file