Pinned Repositories
.github
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).
infra1
This infra is compliant with version 1.0.0 of the company policy only
infra2
This infra is compliant with version 2.0.1 of the company policy
infra3
This infra is compliant with version 2.0.1 of the company policy but its only using 1.0.0 and can be updated with a pull-request.
policy
Policy codebase
policy-action
Example Policy Org's Repositories
example-policy-org/.github
example-policy-org/app1
This app is compliant with version 1.0.0 of the company policy only
example-policy-org/app2
This app is compliant with version 2.0.0 of the company policy only
example-policy-org/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.
example-policy-org/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).
example-policy-org/infra1
This infra is compliant with version 1.0.0 of the company policy only
example-policy-org/infra2
This infra is compliant with version 2.0.1 of the company policy
example-policy-org/infra3
This infra is compliant with version 2.0.1 of the company policy but its only using 1.0.0 and can be updated with a pull-request.
example-policy-org/policy
Policy codebase
example-policy-org/policy-action
example-policy-org/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.