-
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
Define intoto v1.0 statement type #265
Comments
@chuangw6 Thanks for this issue! We've been discussing that this should be addressed as part of a larger effort to transition in-toto-golang towards the Go implementation of attestations, which includes this const (and would also address #260). Do you have the availability to work on importing the new attestation library yourself? |
I think this isn't fully resolved until we pull in pb layers? |
Yes, seems to have auto-completed via #267 |
My interpretation of this issue is that @chuangw6 was only looking for const definition for the statement type. But I agree that the ultimate goal is to be able to generate predicates/statements from the pbs. I should have some cycles to work on that this week. |
Yes, that's the intention of this ticket.
Thank you @marcelamelara for taking care of this. Sorry for the delay. I recently transferred teams and got quite busy with handoff and onboarding, and in future I will be no longer working on open source projects. Someone else from Tekton side will be communicating with in-toto on the topic of attestation in future. Thank again! |
As discussed in slsa-framework/slsa#918, SLSA v1 predicate is supposed to be wrapped in intoto v1.0 statement.
Therefore, I suppose there should be a const defined for intoto v1.0 statement type i.e.
StatementInTotoV10
, but there appears to be none.in-toto-golang/in_toto/attestations.go
Lines 10 to 22 in 8a5dc9e
The text was updated successfully, but these errors were encountered: