Validating arbitary data
In this tutorial we’ll introduce some basic Conforma concepts and work through some examples of applying policies against some arbitrary input data. ec validate input Conforma can perform policy checks on arbitrary data with ec validate input. Let’s try an example. A simple data file: # file: input.yaml animals: - name: Charlie species: dog - name: Luna species: cat A minimal Conforma policy defined in Rego: # file: no-cats/main.rego package main # METADATA # title: No cats # description: Disallow felines.
Introducing Our Comprehensive Resources Page
Whether you’re just getting started with supply chain security or looking to deepen your understanding of policy enforcement in container workflows, we’ve curated a comprehensive collection of resources to help you on your journey.
We’ve organized all our educational content, like conference presentations, demos, and expert talks, into our new Resources page for easy access and reference.