Skip to content

Commit

Permalink
Merge pull request #157 from developer-guy/main
Browse files Browse the repository at this point in the history
fix: add COSIGN_EXPERIMENTAL=1 for verify-blob
  • Loading branch information
cpanato authored Sep 15, 2022
2 parents 8e708ad + 1097d3a commit 658d910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN \
wget https://github.com/goreleaser/goreleaser/releases/download/v$GORELEASER_VERSION/checksums.txt.pem && \
GORELEASER_DOWNLOAD_FILE=goreleaser_Linux_x86_64.tar.gz && \
GORELEASER_DOWNLOAD_URL=https://github.com/goreleaser/goreleaser/releases/download/v${GORELEASER_VERSION}/${GORELEASER_DOWNLOAD_FILE} && \
cosign verify-blob --cert checksums.txt.pem \
COSIGN_EXPERIMENTAL=1 cosign verify-blob --cert checksums.txt.pem \
--signature https://github.com/goreleaser/goreleaser/releases/download/v$GORELEASER_VERSION/checksums.txt.sig \
https://github.com/goreleaser/goreleaser/releases/download/v$GORELEASER_VERSION/checksums.txt && \
wget ${GORELEASER_DOWNLOAD_URL} && \
Expand Down

0 comments on commit 658d910

Please sign in to comment.