Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fan-out scanning factory support #301

Open
JonZeolla opened this issue Oct 15, 2023 · 0 comments
Open

Add fan-out scanning factory support #301

JonZeolla opened this issue Oct 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JonZeolla
Copy link
Member

Summary of the feature

Currently there is no built-in capability to run a fan-out, parallel scan all of the terraform in a supported VCS. For instance, a company may have 5,000 repositories in GitLab, and 1,200 of them contain terraform. We should support a way to clone a provided list of repositories in parallel (potentially in multiple runtimes environments, like separate lambdas or EC2 instances), scan the repositories for matching file extensions, run the appropriate security tools against the correct folders in that repository, and centralize the results.

Out of scope is the discovery/enumeration logic of which repositories exist; that should be handled by other projects.

@JonZeolla JonZeolla added the enhancement New feature or request label Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant