mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
Previously, the rich TUI would be enabled if either stderr or stdout is a TTY, but this could cause syft to hang if stderr was a TTY and stdout was not, as in some cases of redirection. Signed-off-by: Will Murphy <will.murphy@anchore.com>