Merge pull request #12050 from ivangonzalezacuna/feature/gitlab-entity-provider-scan-full-project

[GitlabDiscoveryEntityProvider] Add possibility to scan all the groups in the project
This commit is contained in:
Johan Haals
2022-06-22 13:32:37 +02:00
committed by GitHub
5 changed files with 40 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ catalog:
yourProviderId:
host: gitlab-host # Identifies one of the hosts set up in the integrations
branch: main # Optional. Uses `master` as default
group: example-group # Group and subgroup (if needed) to look for repositories
group: example-group # Optional. Group and subgroup (if needed) to look for repositories. If not present the whole project will be scanned
entityFilename: catalog-info.yaml # Optional. Defaults to `catalog-info.yaml`
```