refactor: rename stig odv to disa_stig

This commit is contained in:
Dan Brodjieski
2026-01-09 12:35:14 -05:00
parent f55808fc19
commit b02c93c228

View File

@@ -1866,6 +1866,8 @@ def main():
description = _yaml["odv"]["hint"]
datatype = None
validation = None
if "stig" in _yaml["odv"].keys():
_yaml["odv"]["disa_stig"] = _yaml["odv"].pop("stig")
for r in odv_json:
if r["ruleId"] == _yaml["id"]:
datatype = r["type"]