Skip to content

Commit 24c73b0

Browse files
Remove include repos (#4469)
* Removed redundant IncludeRepos mentions. * removed proto for IncludeRepos and remade protos * removed another instance of includeRepos * reverted proto removal and * actually deprecated the field * ran make protos
1 parent 0f60f6e commit 24c73b0

File tree

5 files changed

+538
-529
lines changed

5 files changed

+538
-529
lines changed

pkg/engine/github.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ func (e *Engine) ScanGitHub(ctx context.Context, c sources.GithubConfig) (source
2020
Repositories: c.Repos,
2121
ScanUsers: c.IncludeMembers,
2222
IgnoreRepos: c.ExcludeRepos,
23-
IncludeRepos: c.IncludeRepos,
2423
IncludeForks: c.IncludeForks,
2524
IncludeIssueComments: c.IncludeIssueComments,
2625
IncludePullRequestComments: c.IncludePullRequestComments,

0 commit comments

Comments
 (0)