open-policy-agent / gatekeeper-library

📚 The OPA Gatekeeper policy library
https://open-policy-agent.github.io/gatekeeper-library
Apache License 2.0
617 stars 316 forks source link

Improve Rego testing for library #546

Open JaydipGabani opened 1 month ago

JaydipGabani commented 1 month ago

Right now there is a Makefile and test.sh available for PSP policies to execute unit tests for Rego policies. But this seems outdated or needs to be updated.

Write global makerule to run src_test.rego for all policies to make testing rego policies easier.