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

💡Add .sha256 checksum files for each asset #1410

Open
shmick opened this issue Feb 6, 2025 · 0 comments
Open

💡Add .sha256 checksum files for each asset #1410

shmick opened this issue Feb 6, 2025 · 0 comments
Labels
Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces

Comments

@shmick
Copy link

shmick commented Feb 6, 2025

Describe the feature you'd like
For each asset in a release eg: cloudflared-linux-arm64 there should be an associated checksum file eg: cloudflared-linux-arm64.sha256 that contains the checksum. This would make the process of validating the checksums much easier instead of having to parse the body of the release eg curl -s https://api.github.com/repos/cloudflare/cloudflared/releases/tags/2025.2.0 | jq -r .body and then iterate through the list.

Simply downloading cloudflared-linux-arm64 and cloudflared-linux-arm64.sha256 and then comparing the output of shasum -256 cloudflared-linux-arm64 to the value inside of cloudflared-linux-arm64.sha256 would be a more straightforward process for doing this programatically.

@shmick shmick added Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces
Projects
None yet
Development

No branches or pull requests

1 participant