How do you add your repository to Ketryx for an existing project? – Ketryx

Frequently Asked Questions

How do you add your repository to Ketryx for an existing project?

To add your repository to Ketryx for an existing project:

  1. Click into the project for which you'd like to add a repository from the Projects dashboard.

  2. On the left side toolbar, click Settings under Configuration.

  3. Scroll down to Repositories and add your repository from which you want to pull the Code Change Reviews (CCR) and/or the Git repository for SOUP dependency analysis.

  1. Additionally, the analyzed branch can be set, which is the branch that is used for SOUP dependency analysis and CCR data fetching. The default is main or in lieu of that master.

  2. Instead of a branch, you can also set a tag, which will be used for SOUP dependency analysis and CCR data fetching. This is useful if you want to analyze a specific release version, e.g. refs/tags/v1.0.0.

  3. You can also define a release ref pattern. The naming pattern used to detect release branches or tags. These can be version-specific. Use # as a SemVer-compatible version placeholder. For example, release/# will match release/3.2.1, release/3.2, or release/3. The default is refs/tags/#.