Snyk CLI Improvement: Auth tokens redacted
Improved
With our customers and users security in mind, from version v1.1268.0 onwards, Snyk CLI will redact Snyk API authentication tokens from its debug logs.
Once upgraded, when Snyk users run the following commands to enable Snyk CLI debug logs,
DEBUG=* snyk test -d
or
DEBUG=snyk* snyk test -d
they will see API authentication redacted and displayed as ***.
An example of this change is inline:

Snyk API authentication tokens will be redacted from Snyk CLI debug logs for both service as well as individual Snyk accounts.
We recommend upgrading to v1.1268.0 to benefit from this change.

Chintan Bellchambers