We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e5456 commit c3b49b7Copy full SHA for c3b49b7
main.py
@@ -60,6 +60,9 @@ def main():
60
print(f"Checking policy: {policy_name}...")
61
if policy_name == "team-restricted-roles":
62
print("[❌] Policy check failed")
63
+ print(
64
+ "Role assignment hedge_fund_analyst (tag:team=hedge_fund) to user d.gray (tag:team=private_equity) violates team-restricted-roles policy"
65
+ )
66
print("=" * 80)
67
print(yaml.dump(violated_policy))
68
0 commit comments