JavaScript: Refine PasswordInConfigurationFile to avoid FPs.

We now exclude passwords that look like they might be filled in via
templating or shell substitution.
This commit is contained in:
Max Schaefer
2019-04-15 12:00:54 +01:00
parent ae6c768db8
commit 1d5bb97121
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
steps:
- script: |
PASSWORD="$(PASSWORD)" npm install
OTHER_PASSWORD=`get password` yarn install
username: <%= ENV['USERNAME'] %>
password: <%= ENV['PASSWORD'] %>