Skip to content

Commit

Permalink
Use the correct cosign link...
Browse files Browse the repository at this point in the history
  • Loading branch information
leosunmo committed Feb 8, 2024
1 parent 1088629 commit eb66151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tagver -t -b -c
v1.0.4-main-5227b593
```
## Verify signatures and checksums
The releases are signed with [cosign](https://cosign.io/). You can verify the signatures and checksums with the following commands.
The releases are signed with [cosign](https://github.com/sigstore/cosign). You can verify the signatures and checksums with the following commands.

First download the files:
```sh
Expand Down Expand Up @@ -93,4 +93,4 @@ cosign verify-blob tagver_${OS}_${ARCH}.tar.gz --cert tagver_${OS}_${ARCH}.tar.g

# Verify the checksums
sha256sum --ignore-missing -c checksums.txt
```
```

0 comments on commit eb66151

Please sign in to comment.