diff --git a/policies/multiple_different_check/check_0.rego b/policies/multiple_different_check/check_0.rego index cb35b7f3..a1f62be3 100644 --- a/policies/multiple_different_check/check_0.rego +++ b/policies/multiple_different_check/check_0.rego @@ -5,5 +5,5 @@ import future.keywords deny[reason] { check := contains(tfrun.workspace.name, "error") check == true - reason := sprintf("I am failed because my current workspace is named %s :c",[tfrun.workspace.name]) + reason := sprintf("PR: I am failed because my current workspace is named %s :c",[tfrun.workspace.name]) }