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

Validate binary release checksums #1618

Merged
merged 1 commit into from
Feb 5, 2021

Conversation

maxjeffos
Copy link
Contributor

@maxjeffos maxjeffos commented Feb 4, 2021

  • Ready for review
  • Follows CONTRIBUTING rules
  • Reviewed by Snyk internal team

What does this PR do?

Validates the computed checksums for the binary releases and fail build if they are not ok.

Any background context you want to provide?

https://snyk.slack.com/archives/CH6616JU8/p1612466243049700

What are the relevant tickets?

ZD 8834, 8836

@maxjeffos maxjeffos requested review from a team as code owners February 4, 2021 21:40
@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2021

Messages
📖

This PR will not trigger a new version. It doesn't include any commit message with feat or fix.

Generated by 🚫 dangerJS against 8b17cb7

@maxjeffos maxjeffos force-pushed the chore/verify-binary-release-checksums branch from f23827c to 9a43625 Compare February 4, 2021 21:44
@@ -307,6 +307,11 @@ jobs:
ls -la ./binary-releases
- store_artifacts:
path: ./binary-releases
- run:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it makes sense to validate the checksums after storing the artifacts (in CCI) so that we can investigate the generated artifacts to understand what went wrong if the do not validate ok.

@maxjeffos maxjeffos force-pushed the chore/verify-binary-release-checksums branch from 9a43625 to 8b17cb7 Compare February 4, 2021 21:47
@maxjeffos maxjeffos merged commit c9404ec into master Feb 5, 2021
@maxjeffos maxjeffos deleted the chore/verify-binary-release-checksums branch February 5, 2021 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants