Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cosign installer action #88

Closed
wants to merge 1 commit into from
Closed

Conversation

velll
Copy link
Contributor

@velll velll commented Nov 20, 2023

Cosign switched to downloading releases from github rather than the GCS bucket a few months ago:
sigstore/cosign-installer#126
Guess they finally took the bucket down

The old script fails to download the release now

% curl -sL  https://storage.googleapis.com/cosign-releases/v1.9.0/cosign-linux-amd64
<?xml version='1.0' encoding='UTF-8'?><Error><Code>AccessDenied</Code><Message>Access denied.</Message><Details>Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).</Details></Error>%                                                                         

The command from the new script works

% curl -sL https://github.com/sigstore/cosign/releases/download/v1.9.0/cosign-linux-amd64 -o cosign  

@velll velll requested review from cdupuis and fdiogo November 20, 2023 15:16
Copy link
Member

@cdupuis cdupuis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove cosign.

@velll
Copy link
Contributor Author

velll commented Nov 20, 2023

Will remove cosign step altogether

@velll velll closed this Nov 20, 2023
@velll velll deleted the update-cosign-installer-action branch November 20, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants