Skip to content

Commit

Permalink
fix: whitelist apprisk gitlab project members endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ancasnyk committed Dec 16, 2024
1 parent ab45019 commit 8a78591
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions defaultFilters/apprisk/gitlab.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8a78591

Please sign in to comment.