DigiCert product docsSoftware Trust ManagerSet up your accountProjectsCreate a projectCreate a projectCreate a project to store all your related software scans, such as different versions of the same software.You can create a project in Software Trust Manager or SMCTL:Example 1. Software Trust ManagerIn the Software Trust menu, go to Account > Projects.Select Add a project.Complete the following fields:FieldDescriptionProject nameEnter a unique name to identify the project.Project aliasEnter a shortened version of the project name before this.TipProject aliases are limited to 150 alphanumeric characters. Underscores and hyphens are also allowed.Repository URL (optional)Provide a link to relevant source code or binaries related to this project.Documentation URL (optional)Provide a link to documentation related to your repository.TeamThis field appears when teams are enabled.Select the team that works on this project.Select Add.Example 2. SMCTLUse the following command:smctl scan project create <project name> <project alias>Review the following command sample:smctl scan project create project1 p1