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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Your OpStack API key (opstack_token_...). Store as a GitHub secret. | yes | — |
| environment-id | The OpStack environment ID to analyse against. Find it in your environment URL. | yes | — |
| plan-file | Path to the Terraform plan JSON file (generated via terraform show -json). | yes | plan.json |
| fail-on | Minimum severity that fails the pipeline. One of: CRITICAL, HIGH, MEDIUM, LOW, NONE. | no | CRITICAL |
| opstack-url | OpStack API base URL. Override for self-hosted deployments. | no | https://www.opstack.in |
| poll-interval | Seconds between polling for analysis completion. | no | 5 |
| timeout | Maximum seconds to wait for analysis to complete. | no | 300 |
Outputs
| name | description |
|---|---|
| analysis-id | The OpStack analysis ID. |
| analysis-url | Direct URL to view the full analysis in OpStack. |
| passed | Whether the analysis passed the threshold (true/false). |
| critical-count | Number of critical findings. |
| high-count | Number of high findings. |
| medium-count | Number of medium findings. |
| low-count | Number of low findings. |