Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <[email protected]>
  • Loading branch information
Two-Hearts committed Aug 28, 2023
1 parent 48e71bc commit 54c7646
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notation.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,7 @@ func Verify(ctx context.Context, verifier Verifier, repo registry.Repository, ve
return err
}
outcome.SignatureManifestDescriptor = &signatureManifests[ind]
outcomeCopy := *outcome
verificationOutcomes = append(verificationOutcomes, &outcomeCopy)
verificationOutcomes = append(verificationOutcomes, outcome)
continue
}
// at this point, the signature is verified successfully
Expand Down

0 comments on commit 54c7646

Please sign in to comment.