You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current git commit-verify flow is somewhat limited in that it only verifies that the signature matches, not that the identity matches a certain IdP (see #104 (comment) for more discussion). We should add a separate subcommand that explicitly verifies a given identity + provider pair.
We'll look to see how we can additional verification configuration in the future to git verify-commit (some interesting discussions going on with TUF folks), but this gives us a short-term solution in the meantime.
The text was updated successfully, but these errors were encountered:
Description
We should add a
gitsign verify
command that followscosign verify
. e.g.The current git commit-verify flow is somewhat limited in that it only verifies that the signature matches, not that the identity matches a certain IdP (see #104 (comment) for more discussion). We should add a separate subcommand that explicitly verifies a given identity + provider pair.
We'll look to see how we can additional verification configuration in the future to git verify-commit (some interesting discussions going on with TUF folks), but this gives us a short-term solution in the meantime.
The text was updated successfully, but these errors were encountered: