Skip to content

Commit e709233

Browse files
authored
Merge pull request snyk#185 from snyk/feat/gitlab-find-globs
feat: support full depth manifest discovery for Gitlab
2 parents 787ef1d + 7658b55 commit e709233

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

client-templates/gitlab/accept.json.sample

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
"path": "/api/v4/projects/:project",
4646
"origin": "https://${GITLAB}"
4747
},
48+
{
49+
"//": "used to search all manifest files",
50+
"method": "GET",
51+
"path": "/api/v4/projects/:project/repository/tree",
52+
"origin": "https://${GITLAB}"
53+
},
4854
{
4955
"//": "used to determine the full dependency tree",
5056
"method": "GET",

0 commit comments

Comments
 (0)