forked from mirrors/kingfisher
- Added support for scanning gitlab subgroups, with 'kingfisher scan --gitlab-group my-group --gitlab-include-subgroups'
This commit is contained in:
parent
e83b171694
commit
14fccc9cc6
14 changed files with 38 additions and 2 deletions
|
|
@ -65,6 +65,7 @@ fn test_github_remote_scan() -> Result<()> {
|
|||
all_gitlab_groups: false,
|
||||
gitlab_api_url: Url::parse("https://gitlab.com/").unwrap(),
|
||||
gitlab_repo_type: GitLabRepoType::Owner,
|
||||
gitlab_include_subgroups: false,
|
||||
|
||||
jira_url: None,
|
||||
jql: None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue