Example Policy Org's repositories
app1
This app is compliant with version 1.0.0 of the company policy only
app2
This app is compliant with version 2.0.0 of the company policy only
app3
This app is compliant with version 2.0.0 of the company policy but its only using 1.0.0 and can be updated with a pull-request.
e2e
This is an example of everything coexisting on a single cluster for simplicity and keeping this free to run I stand up the cluster each time using KiND, but this could just as well be a real cluster(s).
policy-checker
This is a simple tool to help our developers test their apps, they can simply run docker run --rm -ti -v $(pwd):/apps ghcr.io/example-policy-org/policy-checker when in the app and it’ll test if the app passes.