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 CI job release download URL #128

Closed
acuarica opened this issue Jan 25, 2024 · 1 comment · Fixed by #129
Closed

Update CI job release download URL #128

acuarica opened this issue Jan 25, 2024 · 1 comment · Fixed by #129

Comments

@acuarica
Copy link
Contributor

acuarica commented Jan 25, 2024

This CI job https://github.com/hashgraph/hedera-sourcify/actions/runs/7453471502/job/20874730534 is failing because the download URL https://storage.googleapis.com/cosign-releases/v2.0.0/cosign-linux-amd64 is not valid anymore.

This is because Sigstore (cosign) have migrated their releases to GitHub releases https://blog.sigstore.dev/cosign-releases-bucket-deprecation/.

Edit

Fix the correspoding CI job using the new URL

Instead, you can download Cosign releases from Cosign’s GitHub repository. Please use

https://github.com/sigstore/cosign/releases/download/{version}/{artifact}

(For example: https://github.com/sigstore/cosign/releases/download/v2.1.1/cosign-linux-amd64).

We are using it through helm/[email protected], so instead of just updating the URL, new need to update the action. Here's the relevant issue helm/chart-testing-action#132 (comment)

@rustyShacklefurd @svienot should I go ahead and open a PR for this? or is there something else to take into account?

@svienot
Copy link
Contributor

svienot commented Jan 26, 2024

It looks like the issue is fixed in helm/chart-testing-action, so I guess we should just try to use the latest one (2.6.1).

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 a pull request may close this issue.

2 participants