Skip to content

Commit

Permalink
Addressing linter items.
Browse files Browse the repository at this point in the history
Signed-off-by: hayleycd <[email protected]>
  • Loading branch information
hayleycd committed Oct 29, 2024
1 parent 724c3c6 commit 89f80e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/en/language_clients/language_client_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Sigstore has clients for the following language ecosystems:
- [Java](https://github.com/sigstore/sigstore-java#sigstore-java)
- [Go](https://github.com/sigstore/sigstore-go#sigstore-go)

Language client documentation is hosted in the individual project repositories. Project summaries are currently being added to the main Sigstore documentation.
Language client documentation is hosted in the individual project repositories. Project summaries are currently being added to the main Sigstore documentation.
8 changes: 4 additions & 4 deletions content/en/language_clients/python/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight: 5

[`sigstore`](https://pypi.org/project/sigstore/) is a Python tool for generating and verifying Sigstore signatures. You can use it to sign and verify Python package distributions, or anything else!

Full project documentation can be found in the [sigstore-python](https://github.com/sigstore/sigstore-python#sigstore-python) project README and our [API documentation](https://sigstore.github.io/sigstore-python).
Full project documentation can be found in the [sigstore-python](https://github.com/sigstore/sigstore-python#sigstore-python) project README and our [API documentation](https://sigstore.github.io/sigstore-python).

## Features

Expand All @@ -31,7 +31,7 @@ Optionally, you can install `sigstore` and all its dependencies with [hash-check
### GitHub Action Installation

You can install the official sigstore-python [GitHub Action](https://github.com/sigstore/gh-action-sigstore-python) from the
[GitHub Marketplace](https://github.com/marketplace/actions/gh-action-sigstore-python).
[GitHub Marketplace](https://github.com/marketplace/actions/gh-action-sigstore-python).

You can also manually add the sigstore-python action to your CI:

Expand All @@ -48,7 +48,7 @@ jobs:
### Signing example
For this example, we will sign a a file named `foo.txt`. [`sigstore`](https://pypi.org/project/sigstore/) will use OpenID Connect (OIDC) to veryify your email address.
For this example, we will sign a a file named `foo.txt`. [`sigstore`](https://pypi.org/project/sigstore/) will use OpenID Connect (OIDC) to veryify your email address.

Use the following command to sign `foo.txt`:

Expand All @@ -68,4 +68,4 @@ sigstore verify identity foo.txt \

### Additional use cases

Additional use cases can be found in the [sigstore-python](https://github.com/sigstore/sigstore-python#usage) project README.
Additional use cases can be found in the [sigstore-python](https://github.com/sigstore/sigstore-python#usage) project README.

0 comments on commit 89f80e3

Please sign in to comment.