-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: hayleycd <cook.hayley@gmail.com>
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,15 @@ title: Language Client Overview | |
weight: 5 | ||
--- | ||
|
||
Hello world. | ||
Sigstore uses [cosign](../../cosign/signing/overview) to sign and verify packages by default, but you can opt to use a language specific client instead. | ||
Check failure on line 8 in content/en/language_clients/language_client_overview.md GitHub Actions / markdownlintTrailing spaces
|
||
|
||
Sigstore has clients for the following language ecosystems: | ||
|
||
- [Python](./python/python_client_overview) | ||
- [Rust](https://github.com/sigstore/sigstore-rs#features) | ||
- [Ruby](https://github.com/sigstore/sigstore-ruby#sigstore) | ||
- [JavaScript](https://github.com/sigstore/sigstore-js#sigstore-js---) | ||
- [Java](https://github.com/sigstore/sigstore-java#sigstore-java) | ||
- [Go](https://github.com/sigstore/sigstore-go#sigstore-go) | ||
|
||
Currently, language client documentation is hosted in the individual project repositories. This documentation is being migrated to the general sigstore docs. | ||
Check failure on line 19 in content/en/language_clients/language_client_overview.md GitHub Actions / markdownlintFiles should end with a single newline character
|