mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-02 01:22:16 +00:00
fix(falco): allow plugin init_config map in json schema
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
parent
78f56190b4
commit
1a4a29348f
@ -587,7 +587,14 @@ const char config_schema_string[] = LONG_STRING_CONST(
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"init_config": {
|
"init_config": {
|
||||||
|
"anyOf": [
|
||||||
|
{
|
||||||
|
"type": "object"
|
||||||
|
},
|
||||||
|
{
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"open_params": {
|
"open_params": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
Loading…
Reference in New Issue
Block a user