Automated Terraform security policy checking for your GitHub CI/CD pipelines.
TFGuard helps you identify and fix security vulnerabilities in your Infrastructure-as-Code before deployment. This repository contains the official GitHub Actions for the TFGuard platform.
Ideal for personal projects and small teams.
- 50 requests/hour
- Core AWS/Azure Rules
- name: TFGuard Standard Scan
uses: sandipan1988/tfguard-action@v1
with:
api-key: ${{ secrets.TFGUARD_API_KEY }}Enterprise-grade scanning for multi-cloud environments.
- 10,000 requests/hour
- Full GCP, OCI, Azure, and AWS Support
- name: TFGuard Premium Scan
uses: sandipan1988/tfguard-action/premium@v1
with:
api-key: ${{ secrets.TFGUARD_API_KEY }}| Input | Description | Default | Required |
|---|---|---|---|
api-key |
Your TFGuard API Key from tfgaurd.com | - | Yes |
target-dir |
Directory to scan for .tf files |
. |
No |
fail-on-critical |
Fail if CRITICAL issues are found | true |
No |
fail-on-high |
Fail if HIGH issues are found | false |
No |
See SUPPORT.md for help.
See PRIVACY.md for our data handling policies.