Registering repositories
Once you have enrolled a provider, you can register your repositories with your Minder organization. This will define the repositories that your security profile will apply to.
Prerequisites
Before you can register a repository, you must enroll a provider.
Register repositories
Once you have enrolled a provider, you can register repositories that you granted Minder access to within GitHub or GitLab.
To get a list of repositories, and select them using a menu in Minder's text user interface, run:
minder repo register
You can also register an individual repository by name, or a set of repositories, comma-separated. For example:
minder repo register --name "owner/repo1,owner/repo2"
After registering repositories, Minder will begin applying your existing profiles to those repositories and will identify repositories that are out of compliance with your security profiles.
In addition, Minder will set up a webhook in each repository that was registered. This allows Minder to identify when configuration changes are made to your repositories and re-scan them for compliance with your profiles.
More information
For more information about repository registration, see the additional documentation in "How Minder works".