changed icon of passed

This commit is contained in:
2025-12-15 14:32:42 +08:00
parent 17c6a51559
commit ee8079e65c
+1 -1
View File
@@ -158,7 +158,7 @@ func evaluatePolicy(policyAttribute models.PolicyAttribute, ctx *models.Authoriz
)
}
fmt.Printf(" Result: PASSED\n\n")
fmt.Printf(" Result: ✔️ PASSED\n\n")
return true, ""
}