Cosign Verification
This guide demonstrates how to verify signed artifacts (i.e., container images, Helm charts) hosted on ocir.immuta.com using Cosign from Sigstore.
Cosign installation
To verify a signed artifact or blob, install Cosign before proceeding.
Verify
Create a file named
immuta-cosign.pub
with the following content:Verify artifact signature.
Frequently asked question
How can I list all container images referenced in the IEHC?
Yq installation
The following step presumes command-line tool yq is installed.
List all container images by rendering the chart templates locally.
Last updated