Skip to content

Commit

Permalink
update generate_scap
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgendler committed Sep 12, 2024
1 parent 4a32a58 commit c61713a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_scap.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def generate_scap(all_rules, all_baselines, args):
if "ios" in version_yaml['cpe']:
output = "../build/iOS_{0}_Security_Compliance_Benchmark-{1}".format(version_yaml['os'],filenameversion)
if "visionos" in version_yaml['cpe']:
output = "../build/iOS_{0}_Security_Compliance_Benchmark-{1}".format(version_yaml['os'],filenameversion)
output = "../build/visionOS_{0}_Security_Compliance_Benchmark-{1}".format(version_yaml['os'],filenameversion)
if export_as == "xccdf":
output = output + "_xccdf.xml"

Expand Down

0 comments on commit c61713a

Please sign in to comment.