Skip to main content

CLI Reference

The following table lists the Veracode CLI commands:

CommandDescription
configureConfigure credentials for the Veracode CLI. You must generate these credentials with the Identity API or in the Veracode Platform.
helpList the available commands. Append -h or --help to a command for help specific to that command.
sbomGenerate a software bill of materials (SBOM) of an image, archive, repository, or directory.
scanGenerate vulnerability findings and policy results for an image, archive, repository, or directory.
versionReturn the Veracode CLI version.

You must run each command in the filepath where the Veracode CLI is installed. If you installed it in the working directory, use this format:

./veracode {command}

If you installed the Veracode CLI in a different location, use this format:

{path}/veracode {command}