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
 
Common Use Cases
1. Pre-Deployment Validation
- CLI
 - GitHub Actions
 
2. CI/CD Pipeline Integration
- CLI
 - GitHub Actions
 
3. Terraform Security Review
- CLI
 - GitHub Actions
 
4. Kubernetes Manifest Analysis
- CLI
 - GitHub Actions
 
5. Docker Security Analysis
- CLI
 - GitHub Actions
 
GitHub Actions Integration
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 | 
