Cleaning up menu, added Move to Audit/Enforcement
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ groupid_to_name = {policy.groupid: policy.name for policy in policies}
|
||||
|
||||
# Step 3: Enrich agents
|
||||
for agent in agents:
|
||||
agent.enrich(groupid_to_name)
|
||||
agent.enrich_with_policies(groupid_to_name)
|
||||
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user