bazelisk icon indicating copy to clipboard operation
bazelisk copied to clipboard

Generate sha256 message digest for built binaries

Open ddlees opened this issue 2 years ago • 1 comments

Relates to #306

This work generates files that contain the sha256 message digest for each binary. I'm not sure how you go about populating artifacts to the github release but would be able to do it if someone could point me in the right direction.

ddlees avatar Jan 23 '23 18:01 ddlees

I think the best approach right now would be to produce a single text file containing the hashes for each artifact, since we manually upload all artifacts to GitHub. We should probably add a release pipeline to Bazel CI, and might explore something like SLSA in the future.

fweikert avatar Feb 01 '23 16:02 fweikert