Verify Tetragon image signature Learn how to verify Tetragon container images signatures. Prerequisites You will need to install cosign. Verify Signed Container Images Since version 0.8.4, all Tetragon container images are signed using cosign. Let’s verify a Tetragon image’s signature using the cosign verify command: cosign verify --certificate-github-workflow-repository cilium/tetragon --certificate-oidc-issuer https://token.actions.githubusercontent.com <Image URL> | jq Note If you are ...