diff --git a/website/config/_default/menu.toml b/website/config/_default/menu.toml index ed0aa34..ed2c081 100644 --- a/website/config/_default/menu.toml +++ b/website/config/_default/menu.toml @@ -49,7 +49,7 @@ [[main]] name = 'Source Code' - url = 'https://github.com/enterprise-contract' + url = 'https://github.com/conforma' weight = 13 graphic = """ diff --git a/website/content/_index.md b/website/content/_index.md index 35e095f..6498a5d 100644 --- a/website/content/_index.md +++ b/website/content/_index.md @@ -2,6 +2,6 @@ kind: home --- -### [{{< icon "arrow-down-circle" >}} Download](https://github.com/enterprise-contract/ec-cli/releases/tag/snapshot){#download .button} +### [{{< icon "arrow-down-circle" >}} Download](https://github.com/conforma/cli/releases/tag/snapshot){#download .button} ### [{{< icon "book-open" >}} Getting Started](docs/user-guide/hitchhikers-guide.html){.button} diff --git a/website/content/l/ec-rename.md b/website/content/l/ec-rename.md index 353fc39..a982c42 100644 --- a/website/content/l/ec-rename.md +++ b/website/content/l/ec-rename.md @@ -1,3 +1,3 @@ --- -redirect: https://github.com/enterprise-contract/community/issues/53 +redirect: https://github.com/conforma/community/issues/53 --- diff --git a/website/content/l/soss-2024-eu-demo.md b/website/content/l/soss-2024-eu-demo.md index c6e675e..f49acb2 100644 --- a/website/content/l/soss-2024-eu-demo.md +++ b/website/content/l/soss-2024-eu-demo.md @@ -1,3 +1,3 @@ --- -redirect: https://github.com/enterprise-contract/demos/tree/main/2024-SOSS-EU +redirect: https://github.com/conforma/demos/tree/main/2024-SOSS-EU --- diff --git a/website/content/posts/introducing-action-validate-image.md b/website/content/posts/introducing-action-validate-image.md index 286bf59..845b223 100644 --- a/website/content/posts/introducing-action-validate-image.md +++ b/website/content/posts/introducing-action-validate-image.md @@ -27,7 +27,7 @@ processes or any other automated workflow in GitHub. Interested in learning more? Visit the EC Validate action in [GitHub's Market Place](https://github.com/marketplace/actions/ec-validate) for a user guide. ## The `Golden-Container` Build Pipeline Example using EC Validate -Imagine you're operating within a [build & release workflow](https://GitHub.com/enterprise-contract/golden-container/blob/main/.github/workflows/release.yaml). You've successfully set up a pipeline that takes care of building, digitally signing, generating an SBOM, and adding provenance data. However, you're missing a crucial step in validating the container image. This is where the `EC Validate` comes into play, ensuring your container images meet the required security and compliance standards before deployment. +Imagine you're operating within a [build & release workflow](https://github.com/conforma/golden-container/blob/main/.github/workflows/release.yaml). You've successfully set up a pipeline that takes care of building, digitally signing, generating an SBOM, and adding provenance data. However, you're missing a crucial step in validating the container image. This is where the `EC Validate` comes into play, ensuring your container images meet the required security and compliance standards before deployment. Now, let’s go over the initial steps of this workflow before actually diving into it. diff --git a/website/content/posts/introducing-the-enterprise-contract.md b/website/content/posts/introducing-the-enterprise-contract.md index a02dbfd..e05345d 100644 --- a/website/content/posts/introducing-the-enterprise-contract.md +++ b/website/content/posts/introducing-the-enterprise-contract.md @@ -102,7 +102,7 @@ you want a configuration that can be shared across different teams? This is where the Enterprise Contract comes into play! The Enterprise Contract can be evaluated via the -[ec-cli](https://github.com/enterprise-contract/ec-cli). The simplest example involves using an +[ec-cli](https://github.com/conforma/cli). The simplest example involves using an empty policy: ```yaml @@ -301,4 +301,4 @@ keyless workflows which will increase the number of supported use cases. If you want to learn more, check out our [docs](https://conforma.dev/docs/) and browse [the -source](https://github.com/enterprise-contract)! +source](https://github.com/conforma)! diff --git a/website/layouts/_default/contribute.html b/website/layouts/_default/contribute.html index b2cb5d0..e88151b 100644 --- a/website/layouts/_default/contribute.html +++ b/website/layouts/_default/contribute.html @@ -13,7 +13,7 @@ {{ partial "toolbar.html" . }}

Collaboration is Welcomed!

-

+

We encourage you to reach out and be part of our community.

@@ -25,15 +25,15 @@

Collaboration is Welcomed!

{{ partial "github-repo.html" (dict "name" "ec-cli" - "description" "Enterprise Contract command line interface" - "repo_url" "https://github.com/enterprise-contract/ec-cli" - "issue_url" "https://github.com/enterprise-contract/ec-cli/issues" - "discussion_url" "https://github.com/enterprise-contract/ec-cli/discussions" + "description" "Conforma command line interface" + "repo_url" "https://github.com/conforma/cli" + "issue_url" "https://github.com/conforma/cli/issues" + "discussion_url" "https://github.com/conforma/cli/discussions" ) }} {{ partial "github-repo.html" (dict "name" "policy" - "description" "Rego policies related to Konflux Enterprise Contract" + "description" "Rego policies related to Conforma" "repo_url" "https://github.com/conforma/policy" "issue_url" "https://github.com/conforma/policy/issues" ) }} @@ -41,9 +41,9 @@

Collaboration is Welcomed!

{{ partial "github-repo.html" (dict "name" "community" "description" "A repo for community utilization. If you're unsure where to open an issue, you can use this repository" - "repo_url" "https://github.com/enterprise-contract/community" - "issue_url" "https://github.com/enterprise-contract/community/issues" - "discussion_url" "https://github.com/enterprise-contract/community/discussions" + "repo_url" "https://github.com/conforma/community" + "issue_url" "https://github.com/conforma/community/issues" + "discussion_url" "https://github.com/conforma/community/discussions" ) }}