An administrator wants to verify that an image was signed by a specific key before deploying. Which Cosign command should be used?
This verifies the image signature using the public key.
Why this answer
The 'cosign verify' command checks the signature against a public key and verifies the image.