-
Notifications
You must be signed in to change notification settings - Fork 5
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
Use PGP for signing comments. #50
Comments
When using Visual Studio Code:
But I like the idea in general to use it across our projects, its a bit more work, but as @da2ce7 mention in #50 (comment) is a simple way to improve the confidence of the authenticity of the comments. |
@da2ce7 I suppose you meant "commits" instead of "comments". I do not find any option to sign comments. @cgbosse and I already enabled it some days ago. @yeraydavidrodriguez is also going to do it. I was looking for an option to "force" all commits to be signed using GitHub settings, but I have not found anything. I will also create a PR to add my key (#52) |
Setting up GPG in Mac OS to sign commits may be sometimes difficult.
In my case, a bug in GPG produced a "Inappropriate ioctl for device" error, and the fix was this command: export GPG_TTY=$(tty) |
The use of PGP for signing comments is a good and simple way to improve the confidence of the authenticity of the commits.
It is considered good practice as it makes it very hard to impersonate the author of any particular comment.
Github has good integration with this feature: https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification
The text was updated successfully, but these errors were encountered: