mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-16 23:08:16 +00:00
fix(userspace/falco): add "capture" in config schema
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
@@ -94,6 +94,9 @@ const char config_schema_string[] = LONG_STRING_CONST(
|
||||
"engine": {
|
||||
"$ref": "#/definitions/Engine"
|
||||
},
|
||||
"capture": {
|
||||
"$ref": "#/definitions/Capture"
|
||||
},
|
||||
"load_plugins": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
Reference in New Issue
Block a user