mirror of
https://github.com/falcosecurity/falco.git
synced 2026-04-02 10:02:12 +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:
@@ -587,7 +587,14 @@ const char config_schema_string[] = LONG_STRING_CONST(
|
||||
"type": "string"
|
||||
},
|
||||
"init_config": {
|
||||
"type": "string"
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
},
|
||||
"open_params": {
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user