-
Notifications
You must be signed in to change notification settings - Fork 635
Description
Description
Not able to install cosign using below github action with release v3.0.1
sigstore/[email protected]
with:
cosign-release: v3.0.1
install-dir: $HOME/.cosign
use-sudo: false
getting below error msg:
INFO: Downloading bootstrap version 'v2.5.3' of cosign to verify version to be installed...
https://github.com/sigstore/cosign/releases/download/v2.5.3/cosign-linux-amd64
INFO: Custom cosign version 'v3.0.1' requested
INFO: Downloading platform-specific version 'v3.0.1' of cosign...
https://github.com/sigstore/cosign/releases/download/v3.0.1/cosign-linux-amd64
INFO: Downloading detached signature for platform-specific 'v3.0.1' of cosign...
https://github.com/sigstore/cosign/releases/download/v3.0.1/cosign-linux-amd64.sig
Error: Process completed with exit code 22.
when click on .sig file its throwing 404 on webpage.
Version
v3.0.1