There was an error while loading. Please reload this page.
1 parent f862f0f commit 488c134Copy full SHA for 488c134
1 file changed
README.md
@@ -74,7 +74,7 @@ curl -LO "https://github.com/sixafter/graph/releases/download/${TAG}/graph-${VER
74
# Verify the tarball with Cosign using the published public key
75
cosign verify-blob \
76
--key "https://raw.githubusercontent.com/sixafter/graph/main/cosign.pub" \
77
- --bundle "aes-ctr-drbg-${VERSION}.tar.gz.sigstore.json" \
+ --bundle "graph-${VERSION}.tar.gz.sigstore.json" \
78
"graph-${VERSION}.tar.gz"
79
80
# ---------------------------------------------------------------------
0 commit comments