Skip to content

Commit

Permalink
sync branches
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgendler committed Sep 12, 2024
1 parent 15c47e7 commit 62a5b58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/generate_scap.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,11 @@ def generate_scap(all_rules, all_baselines, args):
xccdf_rules = replace_ocil(xccdf_rules,x)
x += 1
continue
if "objectIsForcedForKey" in rule_yaml['check']:
print(rule_yaml['id'] + " - Manual Check")
xccdf_rules = replace_ocil(xccdf_rules,x)
x += 1
continue
if "bluetooth" in rule_yaml['id'] and "unpaired" in rule_yaml['id']:
print(rule_yaml['id'] + " - Manual Check Required")
xccdf_rules = replace_ocil(xccdf_rules,x)
Expand Down

0 comments on commit 62a5b58

Please sign in to comment.