Private Code Repositories

SBOMs can be generated for private code repositories.

Configure access to private code

Private code configuration requires credentials to access the private code. This may include a combination of access token, username, certificates depending on the SCM platform. In general, the configuration has two steps

Step 1: Details

  • Add credentials to access the private code. This may include a combination of access token, username, certificates depending on the SCM platform.

  • By clicking Test Connection, the connection will be tested against the credentials.

Step 2: Review

  • All the repositories associated with credentials will be displayed

  • Either a branch or tag can be selected for the each code repository

  • Project name and version will be auto generated based on repo name and branch/tag. It can be edited.

  • Click on Save Configuration to generate project.

Last updated