Closed rochlefebvre closed 2 years ago
Quick follow up to #50. Note that in https://github.com/Shopify/ruby-sigstore/issues/35#issuecomment-996765248 we had decided to go with gem install --signing-policy as a way to find & validate signatures. However, in this PR, we're going with gem install --verify-signatures.
gem install --signing-policy
gem install --verify-signatures
Until we have a better idea about how policies will work, --verify-signatures is clearer for end users. We can definitely revisit this later anyway.
--verify-signatures
@aellispierce and I did a local rebase. There were no conflicts with main, so we're going to merge this as-is.
main
TODO: rebase once #53 has merged
Quick follow up to #50. Note that in https://github.com/Shopify/ruby-sigstore/issues/35#issuecomment-996765248 we had decided to go with
gem install --signing-policy
as a way to find & validate signatures. However, in this PR, we're going withgem install --verify-signatures
.Until we have a better idea about how policies will work,
--verify-signatures
is clearer for end users. We can definitely revisit this later anyway.