-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Priority: NormalMinor issue impacting one or more usersMinor issue impacting one or more usersType: Feature RequestA big idea that would be split into smaller piecesA big idea that would be split into smaller pieces
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: NormalMinor issue impacting one or more usersMinor issue impacting one or more usersType: Feature RequestA big idea that would be split into smaller piecesA big idea that would be split into smaller pieces