mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-01 09:02:18 +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"
|
||||
},
|
||||
"init_config": {
|
||||
"type": "string"
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
},
|
||||
"open_params": {
|
||||
"type": "string"
|
||||
|
Loading…
Reference in New Issue
Block a user