Improve Terraform auditing #172
Labels
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
security
This issue or pull request addresses a security issue
💡 Summary
We should add some improvements to our Terraform auditing.
Motivation and context
Currently we use
terraform validate
in ourpre-commit
linting. It works great for making sure that theTF
configurations are valid but it doesn't check if they are secure. I suggest that we addCheckov
or some other tool into our CI/CD pipeline to ensure that anyTF
configuration is also secure.Acceptance criteria
How do we know when this work is done?
The text was updated successfully, but these errors were encountered: