Build api reports

Signed-off-by: Mkolaj Kaliszewski <kaliszewski.mikolaj@gmail.com>
This commit is contained in:
Mkolaj Kaliszewski
2024-10-18 12:00:08 +02:00
parent 1b5fdd97a9
commit 42c88cd352
@@ -51,6 +51,7 @@ export class GitLabDiscoveryProcessor implements CatalogProcessor {
logger: LoggerService;
skipReposWithoutExactFileMatch?: boolean;
skipForkedRepos?: boolean;
includeArchivedRepos?: boolean;
},
): GitLabDiscoveryProcessor;
// (undocumented)
@@ -116,6 +117,7 @@ export type GitlabProviderConfig = {
orgEnabled?: boolean;
schedule?: SchedulerServiceTaskScheduleDefinition;
skipForkedRepos?: boolean;
includeArchivedRepos?: boolean;
excludeRepos?: string[];
includeUsersWithoutSeat?: boolean;
};