mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
We now exclude passwords that look like they might be filled in via templating or shell substitution.
7 lines
171 B
YAML
7 lines
171 B
YAML
steps:
|
|
- script: |
|
|
PASSWORD="$(PASSWORD)" npm install
|
|
OTHER_PASSWORD=`get password` yarn install
|
|
username: <%= ENV['USERNAME'] %>
|
|
password: <%= ENV['PASSWORD'] %>
|