rsionnach/NthLayer Reliability Check
Validate service reliability in CI/CD. SLO validation, deployment gates, drift detection, and blast radius analysis.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | NthLayer command to run (plan, check-deploy, drift, validate-slo, blast-radius) | no | plan |
| service | Path to service.yaml file | yes | — |
| environment | Deployment environment (dev, staging, prod) | no | prod |
| prometheus-url | Prometheus server URL | no | — |
| prometheus-username | Prometheus basic auth username | no | — |
| prometheus-password | Prometheus basic auth password | no | — |
| grafana-url | Grafana server URL | no | — |
| grafana-api-key | Grafana API key | no | — |
| fail-on | Failure threshold (error, warning, none) | no | error |
| comment | Post PR comment with results | no | true |
| upload-sarif | Upload SARIF to GitHub Security tab | no | true |
Outputs
| name | description |
|---|---|
| status | Overall check status (pass, warn, fail) |
| errors | Number of errors found |
| warnings | Number of warnings found |
| json-result | Full JSON output |
| sarif-file | Path to SARIF output file |