()
| 557 | } |
| 558 | |
| 559 | func (att *Attestation) Debug() *dagger.Container { |
| 560 | return att.Container(0).Terminal() |
| 561 | } |
| 562 | |
| 563 | func cliContainer(ttl int, token *dagger.Secret, instance InstanceInfo, parentCI *ParentCIContext, githubEventFile *dagger.File, enterprise bool) *dagger.Container { |
| 564 | image := "ghcr.io/chainloop-dev/chainloop/cli" |
no test coverage detected