Skip to content

snyk/policy-engine

Repository files navigation

Policy Engine

This repository contains a Go library that performs two main functions:

  • Parses IaC configurations
  • Evaluates resources using Open Policy Agent

It also provides a small CLI that can be used to author and test policies.

go build
./policy-engine help

Additional documentation

Additional documentation can be found in the docs directory. The current set of additional documents are:

Contributing

Should you wish to make a contribution please open a pull request against this repository with a clear description of the change with tests demonstrating the functionality. You will also need to agree to the Contributor Agreement before the code can be accepted and merged.