Skip to content

Commit

Permalink
Update integration.md
Browse files Browse the repository at this point in the history
Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>
  • Loading branch information
jonvnadelberg authored Nov 15, 2023
1 parent be01afc commit dd85455
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/en/system_config/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ You can achieve these enhancements in your application while using the underlyin

There are several libraries available for developers who want to integrate Sigstore signing and/or verification into their project:

- Cosign is a legacy system that still should be used for signing, and Sigstore-go, which is recommended for use in verification. Cosign was developed with a focus on container image signing and verification, and has a rich CLI and a long legacy of features and development.
- Sigstore-go is a more minimal and friendly API for integrating Go code with Sigstore, with a focus on a unified format for Sigstore verification metadata.
- Sigstore-python is a python language based API.
- Sigstore-JS is for code signing NPM packages
- Sigstore-java is for Java based applications (pre-release).
- Sigstore-rs is for Rust applications (pre-release).
- [Cosign](https://github.com/sigstore/cosign) is a legacy system that still should be used for signing, and Sigstore-go, which is recommended for use in verification. Cosign was developed with a focus on container image signing and verification, and has a rich CLI and a long legacy of features and development.
- [Sigstore-go](https://github.com/sigstore/sigstore-go) is a more minimal and friendly API for integrating Go code with Sigstore, with a focus on a unified format for Sigstore verification metadata.
- [Sigstore-python](https://github.com/sigstore/sigstore-python) is a python language based API.
- [Sigstore-JS](https://github.com/sigstore/sigstore-js) is for code signing NPM packages
- [Sigstore-java](https://github.com/sigstore/sigstore-java) is for Java based applications (pre-release).
- [Sigstore-rs](https://github.com/sigstore/sigstore-rs) is for Rust applications (pre-release).

**NOTE:** Each of the above libraries has their own entry points. Refer to the specific documentation of each library for details. You can also get support on Slack at the "#clients" channel.

Expand Down

0 comments on commit dd85455

Please sign in to comment.