mumernadeem/Graveyard Deploy Check
Run incident-trained deploy gates: postmortems become enforceable rules. Block bad deploys before they ship.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to .graveyard.yml configuration file | no | .graveyard.yml |
| tests | Path to test results directory containing JUnit XML files | no | "" |
| image | Container image name to scan with Trivy (e.g. my-app:v1.2.3) | no | "" |
| k8s-dir | Path to K8s manifest YAML files for validation | no | "" |
| namespace | Kubernetes namespace override | no | "" |
| output | Output format: text or json | no | text |
Outputs
| name | description |
|---|---|
| decision | Final deploy decision: GO, CAUTION, or BLOCK |