Files
codeql/javascript/ql/test/query-tests/Security/CWE-313/tst.yml
Max Schaefer 1d5bb97121 JavaScript: Refine PasswordInConfigurationFile to avoid FPs.
We now exclude passwords that look like they might be filled in via
templating or shell substitution.
2019-04-15 12:10:21 +01:00

7 lines
171 B
YAML

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