Skip to content

Commit

Permalink
incorporated review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Mukuls77 <[email protected]>
  • Loading branch information
Mukuls77 committed Jan 23, 2024
1 parent 8743a71 commit 63a9897
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cosign/verify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,6 @@ func TestValidateAndUnpackCertWithIntermediatesSuccess(t *testing.T) {
rootPool.AddCert(rootCert)
subPool := x509.NewCertPool()
rootPool.AddCert(subCert)
subPool.AddCert(subCert)

co := &CheckOpts{
RootCerts: rootPool,
Expand Down

0 comments on commit 63a9897

Please sign in to comment.