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
If you don't want to provide the Socket API Token every time then you can use the environment variable `SOCKET_SECURITY_API_KEY`
@@ -38,3 +38,4 @@ If you don't want to provide the Socket API Token every time then you can use th
38
38
| --files || False || If provided in the format of `["file1", "file2"]` will be used to determine if there have been supported file changes. This is used if it isn't a git repo and you would like to only run if it supported files have changed. |
39
39
| --ignore-commit-files || False | False | If enabled then the CLI will ignore what files are changed in the commit and look for all manifest files |
40
40
| --disable-blocking || False | False | Disables failing checks and will only exit with an exit code of 0 |
41
+
| --timeout || False | 1200 | The timeout per request for the CLI |
0 commit comments