Skip to content

Commit

Permalink
Drop a stale TODO.
Browse files Browse the repository at this point in the history
This has been addressed as part of the march towards sigstore#666, but never got cleaned up.

Signed-off-by: Matt Moore <mattomata@gmail.com>
  • Loading branch information
mattmoor committed Sep 24, 2021
1 parent c278ff3 commit 9331cd2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/oci/signatures.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ import (
type Signatures interface {
v1.Image // The low-level representation of the signatures

// TODO(mattmoor): Accessors that build on `v1.Image` to provide
// higher-level accessors for the signature data that is embedded
// in the wrapped `v1.Image`

// Get retrieves the list of signatures stored.
Get() ([]Signature, error)
}
Expand Down

0 comments on commit 9331cd2

Please sign in to comment.