-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature - Show if a commit is signed #20
Comments
@Swordington PR welcome! You could modify Lines 27 to 47 in 7f62323
|
You could also have it run another command if that's easiest to get this as proof of concept. https://git-scm.com/docs/git-verify-commit But having one command do it all would be best |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While this may not be possible, it would be nice to check the signing status of a commit. This would would allow CI to automatically fail any unsigned commits, to check the overall security of a project, etc.
The text was updated successfully, but these errors were encountered: