If you discover a security issue in this project, please do not open a public issue.
Instead, report it privately by emailing the maintainers with:
- A description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
scripts/arc.pyfetches data from the public Terraform Registry API over HTTPS. No API keys are required.- Security scanning requires either a local
tfsecbinary or the hosted scan service. SetSCAN_SERVICE_URLto use your own endpoint. - Set
ARC_INSECURE=1only as a last resort for broken corporate TLS proxies. - Never commit AWS credentials,
.tfstatefiles, or private keys to this repository.