You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`SOCKET_CLI_GIT_USER_NAME` - The git config user.name used by Socket CLI.<br>
69
68
*Defaults:*`github-actions[bot]`<br>
70
-
*Aliases:*`SOCKET_CLI_GIT_USERNAME`<br>
71
69
-`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>
73
71
-`SOCKET_CLI_NO_API_TOKEN` - Make the default API token `undefined`.
74
72
-`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.
77
74
-`SOCKET_CLI_VIEW_ALL_RISKS` - View all risks of a safe-npm and safe-npx run.
78
75
79
76
## Contributing
@@ -93,7 +90,6 @@ npm exec socket
93
90
-`DEBUG` - Enable debug logging based on the [`debug`](https://socket.dev/npm/package/debug) package.
94
91
-`SOCKET_CLI_API_BASE_URL` - Change the base URL for all API-calls.<br>
95
92
*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>
97
93
-`SOCKET_CLI_API_PROXY` - Set the proxy that all requests are routed through.<br>
98
94
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>
99
95
*Aliases:*`HTTPS_PROXY`, `https_proxy`, `HTTP_PROXY`, and `http_proxy`<br>
0 commit comments