Replies: 1 comment 2 replies
-
That sounds like a good idea! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi y'all, I'm attempting to not boil the ocean while building OVMF outside of our monorepo due to the transitive dependencies that we'd then have to own the reproduction for. One option we have ahead of first party reproduction of every package is to at least check the hashes of dependencies before use.
Here's an example for capturing the current state of things:
Would folks be against tracking these hashes in the upstream repo, and adding
--require-hashes
to the build tests to catch any unexpected change in the software supply chain?Beta Was this translation helpful? Give feedback.
All reactions