'method to print checkov external modules downloading status
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
Solution 1:[1]
To get more information regarding the download, you could simply set the environment variable to INFO
, before running checkov
LOG_LEVEL=INFO
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Pylyp Dukhov |