Skip to content

Commit e0811cc

Browse files
authored
Merge pull request #435 from robnester-rh/EC-1115
chore: update references to config repo
2 parents 45e297e + a23e7f4 commit e0811cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ EC Action Validate works by assessing your container images against a set of val
7676
image: ${{ needs.build.outputs.image }}@${{ needs.build.outputs.digest }}
7777
identity: https:\/\/github\.com\/(slsa-framework\/slsa-github-generator|${{ github.repository_owner }}\/${{ github.event.repository.name }})\/
7878
issuer: https://token.actions.GitHubusercontent.com
79-
policy: github.com/enterprise-contract/config//github-default
79+
policy: github.com/conforma/config//github-default
8080
```
8181
- **`image`**: Specifies the container image to be validated. It uses the image and digest output from a previous build step in the workflow.
8282

8383
- **`identity`**: Defines the identity or entities that are expected to have produced the image signature and attestations. In this case, it's either from the SLSA GitHub Generator or the repository owner.
8484

8585
- **`issuer`**: Specifies the OIDC issuer of the token used for authentication. Here, it's set to GitHub's token actions issuer URL.
8686

87-
- **`policy`**: Points to the policy configuration to use for validation checks. The policy can be either [predefined](https://github.com/enterprise-contract/config) or a custom policy.
87+
- **`policy`**: Points to the policy configuration to use for validation checks. The policy can be either [predefined](https://github.com/conforma/config) or a custom policy.
8888

8989

9090
### Promote Image
@@ -106,13 +106,13 @@ Here is a version of the EC Action Validate that verifies artifacts signed by co
106106
with:
107107
image: quay.io/konflux-ci/ec-golden-image:latest
108108
key: ${{ vars.PUBLIC_KEY }}
109-
policy: github.com/enterprise-contract/config//slsa3
109+
policy: github.com/conforma/config//slsa3
110110
extra-params: --ignore-rekor
111111
```
112112

113113
- **`image`**: Similar to keyless, specifies the container image to be validated.
114114
- **`key`**: The public key used for long-lived authentication.
115-
- **`policy`**: Policy configuration, which can be either [predefined](https://github.com/enterprise-contract/config) or custom.
115+
- **`policy`**: Policy configuration, which can be either [predefined](https://github.com/conforma/config) or custom.
116116
- **`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.

0 commit comments

Comments
 (0)