-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding section for language clients. (#336)
* Adding section for language clients. Signed-off-by: hayleycd <[email protected]> * updating link in quickstart. Signed-off-by: hayleycd <[email protected]> --------- Signed-off-by: hayleycd <[email protected]>
- Loading branch information
Showing
3 changed files
with
31 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
type: docs | ||
title: "Language Clients" | ||
description: "Language Clients" | ||
lead: "Language Clients" | ||
date: 2024-10-06T08:49:15+00:00 | ||
lastmod: 2024-10-06T08:49:15+00:00 | ||
draft: false | ||
images: [] | ||
weight: 20 | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
type: docs | ||
category: Language Clients | ||
title: Language Client Overview | ||
weight: 5 | ||
--- | ||
|
||
Sigstore uses [cosign](../../cosign/signing/overview) to sign and verify packages by default, but you can opt to use a language specific client instead. | ||
|
||
Sigstore has clients for the following language ecosystems: | ||
|
||
- [Python](https://github.com/sigstore/sigstore-python#sigstore-python) | ||
- [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. |
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