We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4504a27 commit d030c5bCopy full SHA for d030c5b
1 file changed
app/cli/cmd/attestation_push.go
@@ -93,7 +93,7 @@ func newAttestationPushCmd() *cobra.Command {
93
}
94
95
if res.Digest != "" {
96
- logger.Info().Msgf("Attestation Digest: %s", res.Digest)
+ fmt.Printf("Attestation Digest: %s", res.Digest)
97
98
99
return nil
0 commit comments