This example shows how to verify a blob, using a bundle that was created by the
cosign sign-blob
command.
cd examples/cosign/verify-bundle
echo something > artifact.txt
cosign sign-blob --bundle=artifact.bundle artifact.txt
cargo run --example verify-bundle -- \
--rekor-pub-key ~/.sigstore/root/targets/rekor.pub \
--bundle artifact.bundle \
artifact.txt