diff --git a/defaultFilters/apprisk/gitlab.json b/defaultFilters/apprisk/gitlab.json index fd20eb5de..d7d0321da 100644 --- a/defaultFilters/apprisk/gitlab.json +++ b/defaultFilters/apprisk/gitlab.json @@ -17,6 +17,12 @@ "path": "/api/v4/projects/:project/groups", "origin": "https://${GITLAB}" }, + { + "//": "list of members in a project", + "method": "GET", + "path": "/api/v4/projects/:project/members", + "origin": "https://${GITLAB}" + }, { "//": "used to retrieve organization context from catalog-info.yaml", "method": "GET", diff --git a/test/unit/__snapshots__/runtime-rules-hotloading.test.ts.snap b/test/unit/__snapshots__/runtime-rules-hotloading.test.ts.snap index 2cc1e453f..7d46e2556 100644 --- a/test/unit/__snapshots__/runtime-rules-hotloading.test.ts.snap +++ b/test/unit/__snapshots__/runtime-rules-hotloading.test.ts.snap @@ -16343,6 +16343,12 @@ Object { "origin": "https://\${GITLAB}", "path": "/api/v4/projects/:project/groups", }, + Object { + "//": "list of members in a project", + "method": "GET", + "origin": "https://\${GITLAB}", + "path": "/api/v4/projects/:project/members", + }, Object { "//": "used to retrieve organization context from catalog-info.yaml", "method": "GET",