-
Notifications
You must be signed in to change notification settings - Fork 51
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 sublayout verification capabilities #19
Conversation
Note: Also looking into why builds failed. |
Latest commits potentially fix in-toto/in-toto#254, if accepted, I'll push a similar fix to the reference implementation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes, code-wise it's good to merge.
Please consider updating code comments and docstrings as per my inline suggestions, and take another look at the two style suggestions in my last review summary, I think you missed them.
Great work, @adityasaky! Let's merge and add more tests with #22 |
This PR introduces capabilities for sublayout verification. There are still a couple of things left to do, but I went ahead and opened this to start any relevant discussions.
Things left to do:
2. Add some comments3. Run the files through gofmt4. Line wrapping