This message was deleted.
# atlantis-community
s
This message was deleted.
a
I don’t follow what you mean by not having visibility on the REGO files. Does wiz.io use REGO under the hood that you would like to surface as part of the policy check messages? If I recall correctly the policy_check configurations just use the standard workflow runners and post the output of whichever executable they execute back to the PR. As long as their CLI returns a non-zero exit code on policy failures you should be able to hook it in with a custom run command
r
yes , wiz.io is using REGO under the hood. Custom commands run fine when i include wiz commands in the plan workflow. However when i use them in policy_check workflow i get this error .
Copy code
Policy Check Error

invalid character 'T' looking for beginning of value
But i didn‘t figure it out yet