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
test(e2e/ssh): verify commit signature with git verify-commit
Add Step 4 to the SSH signing test that cryptographically verifies the
commit is actually signed:
- Reads the public key used for signing
- Creates an allowed signers file inside the workspace
- Runs git verify-commit HEAD and asserts "Good" signature
- Runs git log --show-signature and confirms the signature is
associated with the correct email principal
0 commit comments