You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not use effect.NewExecutor use CommandExecutor instead
When running `syft`, do not use effect.NewExecutor which runs the command with a tty. This seems to cause an issue with syft (or possibly with our tty library pty), and in either case you end up with stray formatting characters even though we tell syft to be quiet. Using CommandExecutor is basically the same, but it doesn't run with a tty.
Signed-off-by: Daniel Mikusa <dan@mikusa.com>
Bump pipeline from 1.39.0 to 1.40.0
Bumps pipeline from 1.39.0 to 1.40.0.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>