Matthew Thompson
Matthew Thompson
Would like to add that this is important to be able to scan the code for this. Could someone from the product/dev team give a comment on this and an...
I think it might be better to run this against a json version of the tfplan. ```bash terraform plan -out=FILE.tfplan terraform show -json FILE.tfplan > FILE.json checkov -f FILE.json ```...
It would be great to pass the number of hours for the credentials to be cached. In our case, we are OK for the credentials to be on a developer's...