mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
refactor: rename stig odv to disa_stig
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user