Skip to content

Commit

Permalink
fix another dead cosign URL (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Renner0E authored Oct 17, 2024
1 parent a926978 commit 6b918e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ These images are signed with sisgstore's [cosign](https://docs.sigstore.dev/quic

cosign verify --key cosign.pub ghcr.io/ublue-os/boxkit

If you're forking this repo you should [read the docs](https://docs.github.com/en/actions/security-guides/encrypted-secrets) on keeping secrets in github. You need to [generate a new keypair](https://docs.sigstore.dev/cosign/overview/) with cosign. The public key can be in your public repo (your users need it to check the signatures), and you can paste the private key in Settings -> Secrets -> Actions.
If you're forking this repo you should [read the docs](https://docs.github.com/en/actions/security-guides/encrypted-secrets) on keeping secrets in github. You need to [generate a new keypair](https://docs.sigstore.dev/cosign/key_management/signing_with_self-managed_keys/) with cosign. The public key can be in your public repo (your users need it to check the signatures), and you can paste the private key in Settings -> Secrets -> Actions.

## Finding Good Base Images

Expand Down

0 comments on commit 6b918e6

Please sign in to comment.