You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **`image`**: Specifies the container image to be validated. It uses the image and digest output from a previous build step in the workflow.
82
82
83
83
- **`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.
84
84
85
85
- **`issuer`**: Specifies the OIDC issuer of the token used for authentication. Here, it's set to GitHub's token actions issuer URL.
86
86
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.
88
88
89
89
90
90
### Promote Image
@@ -106,13 +106,13 @@ Here is a version of the EC Action Validate that verifies artifacts signed by co
- **`image`**: Similar to keyless, specifies the container image to be validated.
114
114
- **`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.
116
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)
117
117
118
118
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