fugue / regula

Regula checks infrastructure as code templates (Terraform, CloudFormation, k8s manifests) for AWS, Azure, Google Cloud, and Kubernetes security and compliance using Open Policy Agent/Rego
https://regula.dev/
Apache License 2.0
961 stars 108 forks source link

Provide all results to Conftest #255

Open jschwanz opened 2 years ago

jschwanz commented 2 years ago

I'm attempting to use Regula + Conftest, and ran into something I think is lacking in the current integration. Currently the integration package only provides the failed results, and I would like to have the successful and waived results provided as well. My end goal is to have the Conftest logging output as JUnit, where my CI platform will record (and provide analysis) on all of the rules be evaluated regardless of outcome.

jaspervdj-luminal commented 2 years ago

This request makes perfect sense, we'll try to work on this soon!