Skip to content

Commit

Permalink
test
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 25, 2023
1 parent c52d266 commit a19f693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notation.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ func Verify(ctx context.Context, verifier Verifier, repo registry.Repository, ve
return err
}
outcome.SignatureManifestDescriptor = &sigManifestDesc
outcomeCopy := outcome
verificationOutcomes = append(verificationOutcomes, outcomeCopy)
outcomeCopy := *outcome
verificationOutcomes = append(verificationOutcomes, &outcomeCopy)
continue
}
// at this point, the signature is verified successfully
Expand Down

0 comments on commit a19f693

Please sign in to comment.