Closed santoshkal closed 4 months ago
The PoC for validating Dockerfiles against a set of Rego policies stored in OCI registries is now available.
Before integrating this functionality into other workflows, such as validating Kubernetes manifests, Terraform files, and CEL policies, the following considerations need to be noted:
cc/- @devopstoday11
When validation IaC configs using
regoval
orcelval
commands a user needs to specify the policy to be used against the config.Enhance this workflow by following updates:
If a user supplies only a target manifest file and does not provide any policy, Genval should pull the default policies from
intelops
security policy hub and apply them.