Infrastructure as Code (IaC) Security Analysis
The IaC Security Analysis workflow examines infrastructure configuration files for security misconfigurations and compliance violations. This workflow helps identify security issues in your infrastructure definitions before they’re deployed.Overview
- Workflow ID:
iac
- Primary Use Case: Security analysis of infrastructure configuration files
- Output: SARIF and HTML security reports
Quick Start
Common Use Cases
1. Pre-Deployment Validation
2. CI/CD Pipeline Integration
3. Terraform Security Review
4. Kubernetes Manifest Analysis
5. Docker Security Analysis
GitHub Actions
Use the official Fraim GitHub Action:Available workflow_args
Argument | Type | Default | Description |
---|---|---|---|
confidence | integer (1-10) | 7 | Minimum confidence threshold for filtering findings |
chunk-size | integer | 500 | Number of lines per chunk |
limit | integer | null | Limit the number of files to scan |
globs | array of strings | null | File patterns to include (uses workflow defaults if not provided) |
max-concurrent-chunks | integer | 5 | Maximum number of chunks to process concurrently |