Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 718 Bytes

compliance.md

File metadata and controls

29 lines (18 loc) · 718 Bytes

Compliance

We use Checkov and tfsec static analysis tools to check for compliance with infrastructure policies.

Setup

To run these tools locally, first install them by running the following commands.

  • Install checkov

    brew install checkov
  • Install tfsec

    brew install tfsec

Check compliance

make infra-check-compliance

Pre-Commit

If you use pre-commit, you can optionally add checkov to your own pre-commit hook by following the instructions here.