Skip to main content

Create project

Create a software project to map all your related software scans. The software project will be referred to by a descriptive name and a project alias to allow for easier reference.

提示

Project aliases are limited to 150 alphanumeric characters. Underscores and hyphens are also allowed.

To create a scan project, use the command:

smctl scan project create <project name> <project alias>

Alternatively, use the abbreviated version:

smctl sc prj create <project name> <project alias>

Example

Description: Create a software project with a descriptive name and an abbreviated version.

Command:

smctl scan project create <project name> <project alias>

Command sample:

smctl scan project create software-trust-manager stm

Troubleshooting

For help to create a scan project, use:

smctl scan project create --help

Alternatively, use the abbreviated version of the command:

smctl sc prj create -h