socket ci

An alias / shortcut for socket report create --view --strict. Useful to eg. quick and easily automate Socket checks in your Continuous Integration runs.

Exit Code Behavior

Code 0

The CLI will exit with a status code of 0 under the following conditions:

  • The command executes successfully without encountering unexpected errors.

Non-Zero Exit Code

The CLI will return a non-zero exit code in the following scenarios:

  • The generated report returns "healthy": false. When run with socket ci or its full equivalent socket report create --view --strict.
  • An unexpected error occurs during execution.