Hi, I'm typing the following script in CLI: ``` export TFMASK_VALUES_REGEX=".*" echo password=1 | ./tfmask ``` And getting the following output: ``` password=1 ``` Nothing was masked. What I'm doing wrong?