NVIDIA / container-canary

A tool for testing and validating container requirements against versioned manifests
Apache License 2.0
237 stars 15 forks source link

Fix TUI status output #49

Closed KyleFromNVIDIA closed 6 months ago

KyleFromNVIDIA commented 7 months ago

28 regressed the TUI output, causing the last check status to not be printed. Upgrade bubbletea to v0.25.0 to get the new tea.Sequence() command. Restore always printing the last check status.