mirror of
https://github.com/containers/skopeo.git
synced 2026-02-03 15:58:52 +00:00
In bootc, we want the ability to assert that signature verification is enforced. Add a new top-level `--require-signed` switch. When passed, we use the new `RequireSignatureVerification()` method to ensure that signature verification is enforced. Part of https://github.com/containers/skopeo/issues/1829. Signed-off-by: Jonathan Lebon <jonathan@jlebon.com>