For the complete documentation index, see llms.txt. This page is also available as Markdown.
Cortex Cloud Runtime

Cortex CLI usage

Run Cortex CLI scans with global flags and module-specific options.

Run a Cortex CLI scan

Run scans with this command structure:

cortexcli [global flags] [module name] scan [module flags]

Place global flags before the module name. Place module flags after scan.

Command components

Examples

Global flags

Global flags apply to all modules. Place them between cortexcli and the module name.

Global flags for AppSec and CWP

Upload mode, exit-code handling, and log output are not supported by WAAS.

Cortex Cloud Application Security scan

Scan source code for IaC misconfigurations, SCA vulnerabilities, and secrets:

Cloud Workload Protection scan

Scan a container image for vulnerabilities:

API Security scan

Scan APIs for security issues. Global flags (other than authentication) are not supported:

Last updated

Was this helpful?