Problem:
Sometimes if running Snyk with shell/bash script, user may not see a coloured console output
Resolution:
We use an NPM package called Chalk to colour the output text. Please try setting an environment variable called FORCE_COLOR=true
and see if that works. Please refer to the StackOverflow thread.