mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-30 00:22:15 +00:00
chore(userspace): update config schema.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
114757d215
commit
70ee5f4107
@ -104,6 +104,9 @@ const char config_schema_string[] = LONG_STRING_CONST(
|
|||||||
"buffered_outputs": {
|
"buffered_outputs": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"suggested_formats": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"rule_matching": {
|
"rule_matching": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user