Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Includes:
* Go version >= 1.23
* hugo (`dnf install hugo`)
* entr (`dnf install entr`)
* Must have cloned "ec-cli", "ec-policies", "user-guide", and "enterprise-contract-controller" repositories at the same level as this repo ("conforma.github.io")
* Must have cloned "conforma/cli", "conforma/policy", "conforma/user-guide", and "conforma/crds" repositories at the same level as this repo ("conforma.github.io")

## Live reload preview

Expand Down
2 changes: 1 addition & 1 deletion antora/antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ content:
- url: https://github.com/conforma/cli.git
start_path: docs

- url: https://github.com/enterprise-contract/enterprise-contract-controller.git
- url: https://github.com/conforma/crds.git
start_path: docs

- url: https://github.com/conforma/user-guide.git
Expand Down
4 changes: 2 additions & 2 deletions website/content/posts/introducing-the-enterprise-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ Notice the additional information in the output. It contains a list of policy ru
successfully evaluated as well as the details for the policy used.

To improve reusability, the `policy.yaml` file can be stored in your Kubernetes clusters via the
[EnterpriseContractPolicy](https://github.com/enterprise-contract/enterprise-contract-controller)
[EnterpriseContractPolicy](https://github.com/conforma/crds)
custom resource, see
[example](https://github.com/enterprise-contract/enterprise-contract-controller/blob/main/config/samples/appstudio.redhat.com_v1alpha1_enterprisecontractpolicy.yaml).
[example](https://github.com/conforma/crds/blob/main/config/samples/appstudio.redhat.com_v1alpha1_enterprisecontractpolicy.yaml).

Say now that you have a group of images, an “application snapshot”, that must all pass validation.
We can do this in one shot by creating the components.yaml file:
Expand Down