jonathanhle/Planguard - Terraform Security Scanner
Pre-plan Terraform security scanner with HCL-based configuration. Catch security issues before terraform plan.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to planguard config file | no | .planguard/config.hcl |
| directory | Directory to scan | no | . |
| fail-on | Severity level to fail on (error, warning, info) | no | error |
| format | Output format (text, json, sarif) | no | text |
| rules-dir | Directory containing default rules | no | /planguard/rules |
Outputs
| name | description |
|---|---|
| violations | JSON array of violations found |
| passed | Whether the scan passed |