diff --git a/modules/ROOT/pages/custom-data.adoc b/modules/ROOT/pages/custom-data.adoc index 4a041c2..fb36046 100644 --- a/modules/ROOT/pages/custom-data.adoc +++ b/modules/ROOT/pages/custom-data.adoc @@ -109,7 +109,7 @@ level success value is `true`. Notice the configuration currenly specifies the `minimal` collection. This means there are a subset of the rules being applied. You can see the list of rules in the -link:https://enterprisecontract.dev/docs/policy/release_policy.html#_available_rule_collections[documentation here]. +link:https://conforma.dev/docs/policy/release_policy.html#_available_rule_collections[documentation here]. You can also use ec to produce a list of the rules like this: @@ -232,7 +232,7 @@ will provide a namespace later. At the beginning of this document, you logged in on a member cluster. This is, currently, required in order to access the default -link:https://enterprisecontract.dev/docs/ecc/reference.html#k8s-api-github-com-conforma-crds-api-v1alpha1-enterprisecontractpolicy[EnterpriseContractPolicy] +link:https://conforma.dev/docs/ecc/reference.html#k8s-api-github-com-conforma-crds-api-v1alpha1-enterprisecontractpolicy[EnterpriseContractPolicy] and the public key. However, resources on the cluster cannot be created this way. They must be created via the proxy. To do so, obtain a token from https://registration-service-toolchain-host-operator.apps.stone-prd-host1.wdlc.p1.openshiftapps.com/[here] diff --git a/modules/ROOT/pages/hitchhikers-guide.adoc b/modules/ROOT/pages/hitchhikers-guide.adoc index 818604a..ba5ed5f 100644 --- a/modules/ROOT/pages/hitchhikers-guide.adoc +++ b/modules/ROOT/pages/hitchhikers-guide.adoc @@ -10,7 +10,7 @@ validate those operations. Before starting, the following tooling is required: * https://github.com/sigstore/cosign#installation[cosign] -* https://enterprisecontract.dev/docs/user-guide/cli.html[ec cli] +* https://conforma.dev/docs/user-guide/cli.html[ec cli] * https://github.com/containers/skopeo[skopeo] or https://github.com/google/go-containerregistry/tree/main/cmd/crane[crane] * https://docs.docker.com/engine/reference/run/[docker] or https://podman.io/[podman] (optional) @@ -216,11 +216,11 @@ the expected value. The `METADATA` comment block is rego's way to specify https://www.openpolicyagent.org/docs/latest/policy-language/#metadata[annotations] for rules. Conforma leverages this in order to provide additional information in its report, see -https://enterprisecontract.dev/docs/policy/authoring.html#_rule_annotations[here]. +https://conforma.dev/docs/policy/authoring.html#_rule_annotations[here]. `input` is a rego object that holds all the information about the image, its signature, and its attestations. Its contents are defined -https://enterprisecontract.dev/docs/cli/policy_input.html[here]. It is also possible to save +https://conforma.dev/docs/cli/policy_input.html[here]. It is also possible to save this object to a JSON file which is useful when writing new policy rules. To do so, use the `policy-input` output, e.g. `ec validate image ... --output policy-input`. @@ -239,7 +239,7 @@ sources: This policy configuration references the rules by file name, which have to be absolute paths. This is useful for testing and development of rules. Referencing rules in a git repository or in an OCI registry are better suited for most other use cases. The -https://enterprisecontract.dev/docs/cli/configuration.html[docs] on policy configuration +https://conforma.dev/docs/cli/configuration.html[docs] on policy configuration explain this concept further. Finally, let's use this policy in our validation and also use the previously mentioned flags to diff --git a/modules/ROOT/pages/slsa.adoc b/modules/ROOT/pages/slsa.adoc index 7ec85f0..67a748e 100644 --- a/modules/ROOT/pages/slsa.adoc +++ b/modules/ROOT/pages/slsa.adoc @@ -153,4 +153,4 @@ flexible enough to become a part of other build systems where supply chain secur is a priority. If you have questions, or want to provide feedback, please reach out to the -Conforma team via https://github.com/enterprise-contract[GitHub]. +Conforma team via https://github.com/conforma[GitHub].