GitHub/Vigilant Mode: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with "== Vigilant Mode == '''Flag unsigned commits as unverified'''<br/> This will include any commit attributed to your account but not signed with your GPG or S/MIME key.<br/> Note that this will include your existing unsigned commits.<br/> [https://docs.github.com/github/authenticating-to-github/displaying-verification-statuses-for-all-of-your-commits Learn about vigilant mode]. https://i.imgur.com/uLyLXi5.png")
 
No edit summary
Line 7: Line 7:


https://i.imgur.com/uLyLXi5.png
https://i.imgur.com/uLyLXi5.png
== Displaying verification statuses for all of your commits ==
You can enable vigilant mode for commit signature verification to mark all of your commits and tags with a signature verification status.
https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits
=== Verified ===
=== Partially Verified ===
=== Unverified ===
Any of the following is true:
- The commit is signed but the signature could not be verified.
- The commit is not signed and the committer has enabled vigilant mode.
- The commit is not signed and an author has enabled vigilant mode.

Revision as of 20:36, 21 March 2025

Vigilant Mode

Flag unsigned commits as unverified
This will include any commit attributed to your account but not signed with your GPG or S/MIME key.
Note that this will include your existing unsigned commits.
Learn about vigilant mode.

uLyLXi5.png

Displaying verification statuses for all of your commits

You can enable vigilant mode for commit signature verification to mark all of your commits and tags with a signature verification status. https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits

Verified

Partially Verified

Unverified

Any of the following is true: - The commit is signed but the signature could not be verified. - The commit is not signed and the committer has enabled vigilant mode. - The commit is not signed and an author has enabled vigilant mode.