(ctx context.Context)
| 532 | } |
| 533 | |
| 534 | func IsRunning(ctx context.Context) bool { |
| 535 | return testenv.HasState[rekorState](ctx) |
| 536 | } |
| 537 | |
| 538 | // rekorUploadShouldFail creates WireMock stubs that simulate Rekor upload failures |
| 539 | func rekorUploadShouldFail(ctx context.Context) error { |