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

OptionDescription
--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-tracingEnable tracing mode
--helpShow this message and exit

Commands

CommandDescriptionUsage
listList all your scans.oxo scan list
runStart a new scan on a specific asset.oxo scan run [OPTIONS] COMMAND [ARGS]...
stopStop a scan.oxo scan stop <scan-id>