Pre-commit hook
Integrating Terrascan with Pre-commit
Overview
Terrascan scan can be used as a pre-commit hook in order to automatically scan your IaC before every commit. For more information about pre-commit hooks see https://pre-commit.com/#intro
Requirements
- Ensure Terrascan is properly installed (See https://runterrascan.io/docs/getting-started/#installing-terrascan)
- Have Pre-commit package manager installed (See https://pre-commit.com/#install)
Integration Method
Add config file
- Add file called .pre-commit-config.yaml to root of repo you wish to scan with pre-commit. It should look like this:
Note: The optional args line allows you to specify the IaC provider. For example,
will cause
to run and thus scan kubernetes yaml files. You may exclude the args like so:
which causes the default
to be run, scanning all IaC provider types.
Once you have everything installed, and add the appropriate config file to your repo,
everytime you attempt to commit your staged changes. You can also call the hook directly on all files using pre-commit run –all-files
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.