Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Scan Project

view on GitHub

Scan Project is available as a pgutil command, and will generate a minimal SBOM from project dependencies and uploads it to ProGet.

Command Specification (CLI)

The builds scan command is used to scan a build of a project.

The --input, --project-name and --version options are always required.

Scanning a project requires the input (e.g. myApplication.csproj), project name (e.g. myProject) and version (e.g. 1.2.3):

pgutil builds scan --input=myApplication.csproj --project-name="myProject" --version=1.2.3