Skip to content

Commit c3b49b7

Browse files
committed
error message
1 parent d4e5456 commit c3b49b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.py

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ def main():
6060
print(f"Checking policy: {policy_name}...")
6161
if policy_name == "team-restricted-roles":
6262
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+
)
6366
print("=" * 80)
6467
print(yaml.dump(violated_policy))
6568
print("=" * 80)

0 commit comments

Comments
 (0)