scan
Use scan [subcommand] to list, start or stop a scan.
You use scan [subcommand] to list, start or stop a scan.
Usage:
oxo scan [OPTIONS] COMMAND [ARGS]...
Options
Option | Description |
---|---|
--runtime [ local | litelocal | cloud | hybrid ] | Runtime is in charge of preparing the environment to trigger a scan. Specify which runtime to use: 1. local: On you local machine 2. litelocal: Stripped down local runtime 3. cloud: On OXO cloud, (requires login) 4. hybrid: Running partially on OXO cloud and partially on the local machine |
--tracing / --no-tracing | Enable tracing mode |
--help | Show this message and exit |
Commands
Command | Description | Usage |
---|---|---|
list | List all your scans. | oxo scan list |
run | Start a new scan on a specific asset. | oxo scan run [OPTIONS] COMMAND [ARGS]... |
stop | Stop a scan. | oxo scan stop <scan-id> |