Does the Pulumi team edition support policy as cod...
# getting-started
w
Does the Pulumi team edition support policy as code? On the pricing page, there's no ticks for these features.
l
IIRC You can run it manually, but the permanent scan feature is enterprise only. I'm using the wrong words there, I hope I'm understandable 🙂
We run our policy as code periodically, but we can still deploy things that violates the policies, simply by not running the policy 🙂
w
Yup. Wondering if I can run it in a ci pipeline?
l
Yes, you can run it every time, with every deployment: you just need to add the parameters to
pulumi up
. If you don't add the parameters, it won't run.
w
Ok cool that's good