Skip to content

Commit c593a56

Browse files
committed
Cleanup aliases in readme
1 parent 84c5ad1 commit c593a56

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,17 @@ use of the `projectIgnorePaths` to excludes files when creating a report.
6060
## Environment variables
6161

6262
- `SOCKET_CLI_ACCEPT_RISKS` - Accept risks of a safe-npm and safe-npx run.
63-
- `SOCKET_CLI_API_TOKEN` - Set the Socket API token.<br>
64-
*Aliases:* `SOCKET_CLI_API_KEY`, `SOCKET_SECURITY_API_TOKEN`, and `SOCKET_SECURITY_API_KEY`<br>
63+
- `SOCKET_CLI_API_TOKEN` - Set the Socket API token.
6564
- `SOCKET_CLI_CONFIG` - A JSON stringified Socket configuration object.
6665
- `SOCKET_CLI_GIT_USER_EMAIL` - The git config user.email used by Socket CLI.<br>
6766
*Defaults:* `github-actions[bot]@users.noreply.github.com`<br>
6867
- `SOCKET_CLI_GIT_USER_NAME` - The git config user.name used by Socket CLI.<br>
6968
*Defaults:* `github-actions[bot]`<br>
70-
*Aliases:* `SOCKET_CLI_GIT_USERNAME`<br>
7169
- `SOCKET_CLI_GITHUB_TOKEN` - A classic [GitHub personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) with the "repo" scope or a fine-grained access token with at least read/write permissions set for "Contents" and "Pull Request".<br>
72-
*Aliases:* `SOCKET_SECURITY_GITHUB_PAT` and `GITHUB_TOKEN`<br>
70+
*Aliases:* `GITHUB_TOKEN`<br>
7371
- `SOCKET_CLI_NO_API_TOKEN` - Make the default API token `undefined`.
7472
- `SOCKET_CLI_NPM_PATH` - The absolute location of the npm directory.
75-
- `SOCKET_CLI_ORG_SLUG` - Specify the Socket organization slug.<br>
76-
*Aliases:* `SOCKET_ORG_SLUG`<br>
73+
- `SOCKET_CLI_ORG_SLUG` - Specify the Socket organization slug.
7774
- `SOCKET_CLI_VIEW_ALL_RISKS` - View all risks of a safe-npm and safe-npx run.
7875

7976
## Contributing
@@ -93,7 +90,6 @@ npm exec socket
9390
- `DEBUG` - Enable debug logging based on the [`debug`](https://socket.dev/npm/package/debug) package.
9491
- `SOCKET_CLI_API_BASE_URL` - Change the base URL for all API-calls.<br>
9592
*Defaults:* The "apiBaseUrl" value of socket/settings local app data if present, else `https://api.socket.dev/v0/`.<br>
96-
*Aliases:* `SOCKET_SECURITY_API_BASE_URL`<br>
9793
- `SOCKET_CLI_API_PROXY` - Set the proxy that all requests are routed through.<br>
9894
For example, if set to [`http://127.0.0.1:9090`](https://docs.proxyman.io/troubleshooting/couldnt-see-any-requests-from-3rd-party-network-libraries), then all request are proxied through that proxy.<br>
9995
*Aliases:* `HTTPS_PROXY`, `https_proxy`, `HTTP_PROXY`, and `http_proxy`<br>

0 commit comments

Comments
 (0)