soldevelo/InfraScan – IaC Cost & Security Scanner

Scan Terraform, Kubernetes and Docker for cost inefficiencies and security issues in CI/CD pipelines

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
directoryDirectory to scan (relative to repository root)no.
scannerScanner to use (regex, checkov, containers, comprehensive)nocomprehensive
formatOutput format (text, json, html)notext
outOutput file path (e.g., infrascan-report.html)no""
frameworkFramework (auto, terraform, kubernetes, cloudformation, helm, all)noauto
download-external-modulesAllow Checkov to download external modulesnofalse
fail-onFail threshold (e.g., high_critical, any, grade_c)no""
slack-webhook-urlSlack Incoming Webhook URL for scan notifications (optional)no""
github-tokenGitHub token for PR comments and annotations (defaults to the built-in token)no${{ github.token }}
pr-commentPost/update a PR comment when actionable findings exist (true|false)notrue
step-summaryWrite scan results to the GitHub Actions step summary (true|false)notrue
alert-onSeverity threshold for PR comments and annotations (critical|critical_high|none)nocritical
baselinePath to an explicit baseline JSON (overrides auto-baseline; leave blank to let the action manage it)no""
auto-baselineAutomatically cache and compare against the base-branch baseline (true|false)notrue
skip-if-no-matchSkip scan if no files matching scanner patterns were changed (PRs only)notrue
namedescription
triggered-by-pathsNewline-separated list of changed files that triggered this scan