Open
Description
Is your feature request related to a problem? Please describe.
It can be a bit more difficult to have to download the repo locally to perform a scan.
Describe the solution you'd like
Ability to be able to provide a repoURL and it gets downloaded to a tmp directory performs the analysis generates a report and deletes the downloaded folder afterwards.
Describe alternatives you've considered
A flag for git Integration --git utilizes git cli to clone the repo, perform analysis, generate report and clean up cloned directory.
Additional context