-
Notifications
You must be signed in to change notification settings - Fork 54
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
New certificate schema, mandatory type, chart sha and timestamp #75
Conversation
@isutton @pedjak Some of the comments relate to use of certificate instead of report. I used certificate because it is consistent with the rest of the code. The schema is in Cerificate.go, it is created from certificatebuilder.go, the check process is created by certifierbuilder.go and run by certifier.go. If we use Report for the schema we should change all of those, the object and funcs too. Thoughts? |
Yes, change everything what is needed. |
3e6da33
to
f1ec2e7
Compare
f1ec2e7
to
21a0b01
Compare
all chnages have been merged or deferred to #78
This PR covers several things