mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-23 16:38:52 +00:00
fix(userspace/falco): add "capture" in config schema
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
ad4707bfe5
commit
cbc9158a1c
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user