method to print checkov external modules downloading status

692 Views Asked by At

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

1

There are 1 best solutions below

1
jazzlighthart On

To get more information regarding the download, you could simply set the environment variable to INFO, before running checkov

LOG_LEVEL=INFO