Skip to content

Commit 785e154

Browse files
authored
Remove cert log line (#4113)
Signed-off-by: Cody Soyland <codysoyland@github.com>
1 parent 647eca1 commit 785e154

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/cosign/cli/sign/sign.go

-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ func (c *SignerVerifier) Close() {
599599

600600
func (c *SignerVerifier) Bytes(ctx context.Context) ([]byte, error) {
601601
if c.Cert != nil {
602-
ui.Infof(ctx, "using ephemeral certificate:\n%s", string(c.Cert))
603602
return c.Cert, nil
604603
}
605604

0 commit comments

Comments
 (0)