I'm using checkov to scan the static code for my terraform scripts. My terraform scripts internally imports few modules from private repo or public repos. Is there anyway to print the status of download of external modules. The problem is here as I my tf scripts downloads from multiple repos and when I execute scan it is taking some time to download. Sometimes it feels like it is stuck and not doing anything. It will be useful if it prints status like "downloading https://mygitrepo.com/module1..."
thanks, Santosh