Skip to content

Commit

Permalink
fix(engine): allow null init_config for plugin info
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed Oct 8, 2024
1 parent 7b2feb1 commit 6721a6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions userspace/falco/config_json_schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,9 @@ const char config_schema_string[] = LONG_STRING_CONST(
},
{
"type": "string"
},
{
"type": "null"
}
]
},
Expand Down

0 comments on commit 6721a6b

Please sign in to comment.