Skip to content

Commit

Permalink
docs: improve sentences (#9395)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored and rarkins committed Apr 5, 2021
1 parent 551cc79 commit 05b2ed1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/usage/self-hosted-configuration.md
Expand Up @@ -184,10 +184,11 @@ e.g.

## exposeAllEnv

By default, Renovate will only pass a limited set of environment variables to package managers.
Potentially, there could be leaks of confidential data if a script you don't trust enumerates all values in env, so set this to true only if you trust the repositories which the bot runs against.
By default, Renovate only passes a limited set of environment variables to package managers.
Confidential data can be leaked if a malicious script enumerates all environment variables.
Set `exposeAllEnv` to `true` only if you have reviewed (and trust) the repositories which Renovate bot runs against.

Setting this to true will also allow for variable substitution in `.npmrc` files.
Setting this to `true` will also allow for variable substitution in `.npmrc` files.

## force

Expand Down

0 comments on commit 05b2ed1

Please sign in to comment.