Skip to content

Basically-1.11 #1177

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Ali_LangSec23.pdf
Binary file not shown.
Binary file added US-22-Fratric-XMPP-Stanza-Smuggling.pdf
Binary file not shown.
44 changes: 44 additions & 0 deletions checking-your-commit-and-tag-signature-verification-status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: Checking your commit and tag signature verification status
intro: 'You can check the verification status of your commit and tag signatures on {% data variables.product.github %}.'
redirect_from:
- /articles/checking-your-gpg-commit-and-tag-signature-verification-status
- /articles/checking-your-commit-and-tag-signature-verification-status
- /github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status
- /github/authenticating-to-github/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status
versions:
fpt: '*'
ghes: '*'
ghec: '*'
topics:
- Identity
- Access management
shortTitle: Check verification status
---

## Checking your commit signature verification status

1. On {% data variables.product.github %}, navigate to your pull request.
{% data reusables.repositories.review-pr-commits %}
1. Next to your commit's abbreviated commit hash, there is a box that shows whether your commit signature is verified{% ifversion fpt or ghec %}, partially verified,{% endif %} or unverified.

![Screenshot of a commit in the commit list for a repository. "Verified" is highlighted with an orange outline.](/assets/images/help/commits/verified-commit.png)
1. To view more detailed information about the commit signature, click **Verified**{% ifversion fpt or ghec %}, **Partially verified**,{% endif %} or **Unverified**.

GPG signed commits will show the ID of the key that was used. SSH signed commits will show the signature of the public key that was used.

## Checking your tag signature verification status

{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.releases %}
1. At the top of the Releases page, click **Tags**.
1. Next to your tag description, there is a box that shows whether your tag signature is verified{% ifversion fpt or ghec %}, partially verified,{% endif %} or unverified.

![Screenshot of a tag in the tag list for a repository. "Verified" is highlighted with an orange outline.](/assets/images/help/commits/gpg-signed-tag-verified.png)
1. To view more detailed information about the tag signature, click **Verified**{% ifversion fpt or ghec %}, **Partially verified**,{% endif %} or **Unverified**.

## Further reading

* [AUTOTITLE](/authentication/managing-commit-signature-verification/about-commit-signature-verification)
* [AUTOTITLE](/authentication/managing-commit-signature-verification/signing-commits)
* [AUTOTITLE](/authentication/managing-commit-signature-verification/signing-tags)
266 changes: 0 additions & 266 deletions sound/drivers/Kconfig

This file was deleted.

28 changes: 0 additions & 28 deletions sound/drivers/Makefile

This file was deleted.

Loading