Skip to content

Commit 0d5387d

Browse files
committed
Change error message.
1 parent 9ae68c0 commit 0d5387d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cosign/verify.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ func verifySignatures(ctx context.Context, sigs oci.Signatures, h v1.Hash, co *C
593593

594594
if len(sl) == 0 {
595595
return nil, false, &ErrNoSignaturesFound{
596-
errors.New("no matching signatures"),
596+
errors.New("no signature found"),
597597
}
598598
}
599599

0 commit comments

Comments
 (0)