docs: fix broken cosign link in README

The cosign docs page moved; https://docs.sigstore.dev/cosign/overview/
now 404s. Point the link to the current cosign docs landing page at
https://docs.sigstore.dev/cosign/.

Co-authored-by: TRAE CLI <noreply@bytedance.com>
This commit is contained in:
richboyneedcash 2026-08-05 21:25:29 +08:00
parent ead62528e6
commit 927882fd60

View file

@ -561,7 +561,7 @@ The Terraform modules live at [`terraform/litellm/aws/`](./terraform/litellm/aws
### Verify Docker Image Signatures
All LiteLLM Docker images published to GHCR are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](https://github.com/BerriAI/litellm/commit/0112e53046018d726492c814b3644b7d376029d0).
All LiteLLM Docker images published to GHCR are signed with [cosign](https://docs.sigstore.dev/cosign/). Every release is signed with the same key introduced in [commit `0112e53`](https://github.com/BerriAI/litellm/commit/0112e53046018d726492c814b3644b7d376029d0).
**Verify using the pinned commit hash (recommended):**