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
attestation
When I used the https://github.com/in-toto/go-witness/tree/main/attestation package for the attestation collection, I wasn't able to unmarshal a collection (with its collectionattestations) because attestors are registered separately in https://github.com/in-toto/go-witness/blob/main/imports.go. After pulling in these imports (and thus invoking their inits), I was able to proceed.
init
Note that imports.go is missing material / product, I think they're pulled in somewhere else.
The text was updated successfully, but these errors were encountered:
FWIW, this probably applies to signers as well, I just didn't run into that.
Sorry, something went wrong.
No branches or pull requests
When I used the https://github.com/in-toto/go-witness/tree/main/attestation package for the attestation collection, I wasn't able to unmarshal a collection (with its collectionattestations) because attestors are registered separately in https://github.com/in-toto/go-witness/blob/main/imports.go. After pulling in these imports (and thus invoking their
init
s), I was able to proceed.Note that imports.go is missing material / product, I think they're pulled in somewhere else.
The text was updated successfully, but these errors were encountered: