Skip to content

Commit cc9733c

Browse files
committed
added markdown
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 4b6b7a0 commit cc9733c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

app/cli/cmd/attestation_push.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,6 @@ func newAttestationPushCmd() *cobra.Command {
151151
}
152152
}
153153

154-
if flagOutputFormat == output.FormatTable {
155-
if res.Status.AttestationViewURL != "" {
156-
logger.Info().Msg(res.Status.AttestationViewURL)
157-
}
158-
}
159-
160154
// Do a final check in case the operator has configured the attestation to be blocked on any policy violation
161155
if res.Status.MustBlockOnPolicyViolations {
162156
if bypassPolicyCheck {

0 commit comments

Comments
 (0)