Files
attest/pkg/attestation
Jonny Stoten aed959f858 fix: use a client pointing at Docker's TUF by default (#104)
`policy.Options` now contains the arguments to `tuf.Client`'s constructor rather than an actual Client. If these arguments are not provided, defaults pointing at Docker's TUF repo will be used. An actual TUF client can be passed in on the context (which is useful for testing). If this is not provided `attest.Verify` will create a TUF client using the options on `policy.Options`.

---------

Co-authored-by: Joel Kamp <joel.kamp@docker.com>
2024-08-23 09:33:30 +01:00
..
2024-08-12 16:36:18 -05:00
2024-08-12 16:36:18 -05:00
2024-08-12 16:36:18 -05:00
2024-08-12 16:36:18 -05:00
2024-08-12 16:36:18 -05:00
2024-08-12 16:36:18 -05:00
2024-08-12 16:36:18 -05:00
2024-08-12 16:36:18 -05:00
2024-08-12 16:36:18 -05:00
2024-08-12 16:36:18 -05:00
2024-08-14 12:52:36 -05:00

attestations

This package is for components that deal with the creation, storage, and retrieval of signed attestions using OCI.

For more generic OCI components see the oci package.