mattyopon/FaultRay Resilience Check
Score your infrastructure resilience before terraform apply. Catches SPOFs, cascade risks, and availability ceiling violations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| plan-file | Path to Terraform plan JSON file | no | "" |
| yaml-file | Path to infrastructure YAML file | no | "" |
| min-score | Minimum resilience score (0-100). Fails if below. | no | 0 |
| fail-on-regression | Fail if resilience score drops from baseline | no | false |
| financial | Include financial impact analysis | no | false |
| cost-per-hour | Default cost per hour of downtime (USD) | no | 10000 |
Outputs
| name | description |
|---|---|
| score | Resilience score (0-100) |
| annual-loss | Estimated annual financial loss (USD) |
| critical-count | Number of critical findings |
| report | Path to generated report file |
| badge-url | Shields.io badge URL for the resilience score |
| badge-markdown | Markdown snippet for embedding the resilience badge in a README |