opstack-organization/OpStack Blast Radius Analysis

Analyse your Terraform plan against live cloud infrastructure to detect blast radius and deployment risks before merging.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keyYour OpStack API key (opstack_token_...). Store as a GitHub secret.yes
environment-idThe OpStack environment ID to analyse against. Find it in your environment URL.yes
plan-filePath to the Terraform plan JSON file (generated via terraform show -json).yesplan.json
fail-onMinimum severity that fails the pipeline. One of: CRITICAL, HIGH, MEDIUM, LOW, NONE.noCRITICAL
opstack-urlOpStack API base URL. Override for self-hosted deployments.nohttps://www.opstack.in
poll-intervalSeconds between polling for analysis completion.no5
timeoutMaximum seconds to wait for analysis to complete.no300
namedescription
analysis-idThe OpStack analysis ID.
analysis-urlDirect URL to view the full analysis in OpStack.
passedWhether the analysis passed the threshold (true/false).
critical-countNumber of critical findings.
high-countNumber of high findings.
medium-countNumber of medium findings.
low-countNumber of low findings.