mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-25 01:18:53 +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": {
|
"engine": {
|
||||||
"$ref": "#/definitions/Engine"
|
"$ref": "#/definitions/Engine"
|
||||||
},
|
},
|
||||||
|
"capture": {
|
||||||
|
"$ref": "#/definitions/Capture"
|
||||||
|
},
|
||||||
"load_plugins": {
|
"load_plugins": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
Loading…
Reference in New Issue
Block a user