We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5ad8b commit 1bae7c2Copy full SHA for 1bae7c2
internal/verifier/check.go
@@ -163,7 +163,7 @@ func (verifier *Verifier) CheckWorker(ctxIn context.Context) error {
163
canceler(errors.Errorf("generation %d finished", generation))
164
<-inProgressDone
165
166
- verifier.PrintVerificationSummary(ctx, GenerationComplete)
+ verifier.PrintVerificationSummary(ctxIn, GenerationComplete)
167
168
return nil
169
}
0 commit comments