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
Copy file name to clipboardExpand all lines: website/content/posts/introducing-action-validate-image.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: "Sean Conroy"
5
5
---
6
6
7
7
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.
9
9
Now, you can seamlessly integrate this functionality directly into your build
10
10
processes or any other automated workflow in GitHub.
11
11
@@ -22,7 +22,7 @@ processes or any other automated workflow in GitHub.
22
22
-**GitHub Native**: Being a GitHub Action, EC Validate seamlessly integrates into your existing GitHub workflows, while also providing GitHub summary output.
23
23
-**Policy Compliance**: Ability to tailor its validation checks based on custom or pre-defined policies.
24
24
-**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.
26
26
27
27
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.
28
28
@@ -113,7 +113,7 @@ Here is a version of the EC Action Validate that verifies artifacts signed by co
113
113
- **`image`**: Similar to keyless, specifies the container image to be validated.
114
114
- **`key`**: The public key used for long-lived authentication.
115
115
- **`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)
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