Skip to content

Commit 45e297e

Browse files
authored
Merge pull request #434 from robnester-rh/EC-1110
chore: update references to ec-cli repo
2 parents 3a5e119 + 4a1e0ac commit 45e297e

File tree

12 files changed

+27
-27
lines changed

12 files changed

+27
-27
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ there are several extensions defined as development dependencies in
3838

3939
To make changes locally to the extensions run `npm run dev:setup` script in the
4040
`antora` directory. The script assumes that the local clones of
41-
[ec-cli](https://github.com/enterprise-contract/ec-cli/) and
41+
[ec](https://github.com/conforma/cli/) and
4242
[policy](https://github.com/conforma/policy/) repositories
4343
are present in the directory above this one. The outcome of running the
4444
`dev:setup` script is that local copies of the NPM packages that comprise the

antora/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ content:
2929
- url: https://github.com/conforma/policy.git
3030
start_path: antora/docs
3131

32-
- url: https://github.com/enterprise-contract/ec-cli.git
32+
- url: https://github.com/conforma/cli.git
3333
start_path: docs
3434

3535
- url: https://github.com/enterprise-contract/enterprise-contract-controller.git

antora/supplemental-ui/helpers/componentTitle.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
const customTitles = {
66
"user-guide": "About",
7-
"ec-cli": "CLI Reference",
7+
"cli": "CLI Reference",
88
"ecc": "Configuration Reference",
99
"policy": "Policies",
1010
}

antora/supplemental-ui/helpers/sortComponents.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const objectValues = function (obj) {
66

77
const componentOrder = [
88
"user-guide",
9-
"ec-cli",
9+
"cli",
1010
"ecc",
1111
"policy",
1212
]

conforma.github.io.code-workspace

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"path": "."
55
},
66
{
7-
"path": "../ec-cli/reference-antora-extension"
7+
"path": "../cli/reference-antora-extension"
88
},
99
{
10-
"path": "../ec-cli/rego-antora-extension"
10+
"path": "../cli/rego-antora-extension"
1111
},
1212
{
13-
"path": "../ec-cli/tekton-task-antora-extension"
13+
"path": "../cli/tekton-task-antora-extension"
1414
},
1515
{
1616
"path": "../policy/antora/policy-antora-extension"

website/assets/js/07-download.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ document.addEventListener('DOMContentLoaded', async () => {
44
return
55
}
66
try {
7-
const response = await fetch('https://api.github.com/repos/enterprise-contract/ec-cli/releases/tags/snapshot');
7+
const response = await fetch('https://api.github.com/repos/conforma/cli/releases/tags/snapshot');
88
const snapshot = await response.json();
99
const uap = new UAParser();
1010
const os = uap.getOS().name.replace('macOS', 'darwin').toLowerCase();

website/config/_default/menu.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
[[main]]
2727
name = 'CLI Reference'
2828
parent = 'Documentation'
29-
url = '/docs/ec-cli/ec_validate_image.html'
29+
url = '/docs/cli/ec_validate_image.html'
3030
weight = 20
3131

3232
[[main]]
3333
name = 'Tekton Tasks'
3434
parent = 'Documentation'
35-
url = '/docs/ec-cli/verify-enterprise-contract.html'
35+
url = '/docs/cli/verify-enterprise-contract.html'
3636
weight = 30
3737

3838
[[main]]

website/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
kind: home
33
---
44

5-
### [{{< icon "arrow-down-circle" >}} Download](https://github.com/enterprise-contract/ec-cli/releases/tag/snapshot){#download .button}
5+
### [{{< icon "arrow-down-circle" >}} Download](https://github.com/conforma/cli/releases/tag/snapshot){#download .button}
66

77
### [{{< icon "book-open" >}} Getting Started](docs/user-guide/hitchhikers-guide.html){.button}

website/content/posts/gating-image-promotion-on-gitlab.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ come from this particular branch in this particular repository.
215215
validate:
216216
stage: promote
217217
image:
218-
name: quay.io/enterprise-contract/ec-cli:snapshot
218+
name: quay.io/conforma/cli:snapshot
219219
entrypoint: [""]
220220
variables:
221221
DOCKER_IMAGE_NAME: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
@@ -356,7 +356,7 @@ secure:
356356
validate:
357357
stage: promote
358358
image:
359-
name: quay.io/enterprise-contract/ec-cli:snapshot
359+
name: quay.io/conforma/cli:snapshot
360360
entrypoint: [""]
361361
variables:
362362
DOCKER_IMAGE_NAME: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA

website/content/posts/introducing-action-validate-image.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: "Sean Conroy"
55
---
66

77
You may already be familiar
8-
with using the `EC-CLI Validate` command for local container image validation.
8+
with using the `EC Validate` command for local container image validation.
99
Now, you can seamlessly integrate this functionality directly into your build
1010
processes or any other automated workflow in GitHub.
1111

@@ -22,7 +22,7 @@ processes or any other automated workflow in GitHub.
2222
- **GitHub Native**: Being a GitHub Action, EC Validate seamlessly integrates into your existing GitHub workflows, while also providing GitHub summary output.
2323
- **Policy Compliance**: Ability to tailor its validation checks based on custom or pre-defined policies.
2424
- **Integrity Checks**: Verifies that the image hasn't been tampered with.
25-
- **[Signature Verification Support](https://conforma.dev/docs/ec-cli/signing.html)**: Offers support for verifying both long-lived public-key signed, and keyless signed container images.
25+
- **[Signature Verification Support](https://conforma.dev/docs/cli/signing.html)**: Offers support for verifying both long-lived public-key signed, and keyless signed container images.
2626

2727
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.
2828

@@ -113,7 +113,7 @@ Here is a version of the EC Action Validate that verifies artifacts signed by co
113113
- **`image`**: Similar to keyless, specifies the container image to be validated.
114114
- **`key`**: The public key used for long-lived authentication.
115115
- **`policy`**: Policy configuration, which can be either [predefined](https://github.com/enterprise-contract/config) or custom.
116-
- **`extra-params`**: Additional parameters for the action, such as ignoring Rekor for this image. More can be found [here](https://conforma.dev/docs/ec-cli/ec_validate_image.html#_options)
116+
- **`extra-params`**: Additional parameters for the action, such as ignoring Rekor for this image. More can be found [here](https://conforma.dev/docs/cli/ec_validate_image.html#_options)
117117

118118
By using either keyless or long-lived authentication methods, you can tailor EC Action Validate to meet the specific security requirements of your project.
119119

0 commit comments

Comments
 (0)