Category: Software, Security, Data, github

https://www.linkedin.com/in/ansuvarghese23/ https://www.openpolicyagent.org/ is an open source engine for specifying compliance policies across the cloud native stack. https://blog.openpolicyagent.org/enhanced-type-checking-for-opa-with-json-schema-annotations-826acb0f575https://blog.openpolicyagent.org/type-checking-your-rego-policies-with-json-schema-in-opa-5f7ac4c8a958https://thenewstack.io/json-schema-keywords-allof-and-anyof-in-opa-type-checker/ introduce the static type checker with schemas to the OPA user community, using various examples that can be run as individual policies in a pure development environment such as an IDE or terminal. In this blog, we demonstrate how to bring OPA type checker usage with schemas to https://www.redhat.com/en/topics/devops/what-is-ci-cd) pipeline workflows. This adds a layer of vulnerability checks to the Rego policies that, in turn, enforce compliance of critical resources and data for organizations in production-like environments.

The addition of OPA’s static type checking with JSON schemas to CI/CD pipelines is an exciting advancement in the world of compliance.

Related Articles