Skip to content

Commit

Permalink
Fix hard-mode verification step in FUN.md (#200)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bestavros <[email protected]>
  • Loading branch information
mbestavros authored Mar 29, 2021
1 parent 64057e1 commit 6a1e8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FUN.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Now find it from the log:

```
$ uuid=$(rekor-cli search --artifact <(git rev-parse HEAD) | tail -n 1)
$ sig=$(rekor-cli get --uuid=$uuid --format=json | jq -r .Body | base64 -D | jq -r .spec.signature.content)
$ sig=$(rekor-cli get --uuid=$uuid --format=json | jq -r .Body.RekordObj.signature.content)
$ cosign verify-blob -key cosign.pub -signature <(echo $sig) <(git rev-parse HEAD)
Verified OK
```
Expand Down

0 comments on commit 6a1e8fc

Please sign in to comment.