We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
The in-toto library used for the Statement type does not account for all of the available fields in a valid in-toto statement has been deprecated.
The new, recommended type comes from the github.com/in-toto/attestation library.
Note that this will be a breaking API change.
The text was updated successfully, but these errors were encountered:
Switch in-toto library to github.com/in-toto/attestation
0b63c83
Fixes #273 Signed-off-by: Cody Soyland <[email protected]>
Switch in-toto library to github.com/in-toto/attestation (#274)
060b639
* Switch in-toto library to github.com/in-toto/attestation Fixes #273 Signed-off-by: Cody Soyland <[email protected]> * go mod tidy in oci-image-verification Signed-off-by: Cody Soyland <[email protected]> --------- Signed-off-by: Cody Soyland <[email protected]>
codysoyland
Successfully merging a pull request may close this issue.
Description
The in-toto library used for the Statement type does not account for all of the available fields in a valid in-toto statement has been deprecated.
The new, recommended type comes from the github.com/in-toto/attestation library.
Note that this will be a breaking API change.
The text was updated successfully, but these errors were encountered: