[FR] Add Integration Schema Query Validation (#2470)
This commit is contained in:
@@ -113,7 +113,7 @@ def load_etc_dump(*path):
|
||||
|
||||
|
||||
def save_etc_dump(contents, *path, **kwargs):
|
||||
"""Load a json/yml/toml file from the detection_rules/etc/ folder."""
|
||||
"""Save a json/yml/toml file from the detection_rules/etc/ folder."""
|
||||
path = get_etc_path(*path)
|
||||
_, ext = os.path.splitext(path)
|
||||
sort_keys = kwargs.pop('sort_keys', True)
|
||||
|
||||
Reference in New Issue
Block a user