Skip to content
Open
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
4 changes: 2 additions & 2 deletions modules/ROOT/pages/custom-data.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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]
Expand Down
8 changes: 4 additions & 4 deletions modules/ROOT/pages/hitchhikers-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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`.

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/slsa.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Loading