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 Shasums For Released Binaries #9551

Open
gwynforthewyn opened this issue Oct 22, 2024 · 1 comment
Open

Add Shasums For Released Binaries #9551

gwynforthewyn opened this issue Oct 22, 2024 · 1 comment

Comments

@gwynforthewyn
Copy link

Expected behavior

When I visit https://github.com/GoogleContainerTools/skaffold/releases, I would like to be able to download or review officially generated sha 256 sums of binaries.

Actual behavior

No such shasums are currently published.

Information

The installation instruction for skaffold is:

curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.2/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

For software supply chain security, I'd like to be able to verify that the binary I curl-ed is the same binary that Google intended me to curl. Shasums seem like the normal way of achieving this.

@nathanperkins
Copy link

Also, please fix go install since that is a more standard, convenient, and safe way to install go tools: #9327

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

No branches or pull requests

3 participants
@gwynforthewyn @nathanperkins and others