Took safeties and turned them into a preflight test so we no longer have to toggle
This commit is contained in:
+4
-1
@@ -296,7 +296,10 @@ def printEnforceChecklist(first_policy, second_policy, allowlist_child_name, all
|
||||
else:
|
||||
print(colorText(f" [✓] destination policy is {destination_name}","green"))
|
||||
|
||||
print(colorText(f"6. Liftoff ------------------------------------------------------", "cyan"))
|
||||
print(colorText(f"6. Test ------------------------------------------------------", "cyan"))
|
||||
print(colorText(f" Print rather than apply selected data.", "cyan"))
|
||||
|
||||
print(colorText(f"7. Liftoff ------------------------------------------------------", "cyan"))
|
||||
print(colorText(f" Apply path exclusions according to allowed and approved paths", "cyan"))
|
||||
print(colorText(f" Apply signed or attested hashes to Parent Allow List", "cyan"))
|
||||
print(colorText(f" Apply approved, but unsigned hashes to the Child Allow List", "cyan"))
|
||||
|
||||
Reference in New Issue
Block a user