Is your feature request related to a problem? Please describe.
When using the CLI, there is no way to scan multiple repositories other than by executing the command once for each repository. For example, I would like to scan all the repositories of my own organization.
Describe the solution you'd like
The most obvious solution to this problem is to enable a parameter for specifying a list of repositories in the form of a list, and then execute the scan the same way as before. As a further step, we should be able to provide the name of an organization and dynamically fetch all the repositories belonging to that organization.