Update pkg/cmd/attestation/api/client.go
Co-authored-by: Phill MV <phillmv@github.com>
This commit is contained in:
parent
51a74aed1d
commit
8d89dd97fd
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ func (c *LiveClient) getAttestations(url, name, digest string, limit int) ([]*At
|
|||
return attestations, nil
|
||||
}
|
||||
|
||||
func (c *LiveClient) fetchBundlesByURL(attestations []*Attestation) ([]*Attestation, error) {
|
||||
func (c *LiveClient) fetchBundleFromAttestations(attestations []*Attestation) ([]*Attestation, error) {
|
||||
fetched := make([]*Attestation, len(attestations))
|
||||
g := errgroup.Group{}
|
||||
for i, a := range attestations {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue