Drone exec with secrets has starry output

Trying to execute a local build using the drone-cli. When I specify a secrets file with --secrets-file it alters the output log with lots of stars:

$ drone exec --trusted --branch latest --secret-file secrets
[step_1:0] ********+******** ********d********o********c********k********e********r******** ********p********u*
*******l********l******** ********n********d********e********r********j********u********n********g********.********n******
**e********t********/********q********e********m********u********:********$********D********R********O********N********E**
******_********B********R********A********N********C********H******** ********|********|******** ********t********r*******
*u********e********
[step_1:1] ...etc...

Any ideas how i can suppress this or just have the secrets ‘starred’ out instead of the entire build log?