febrifelis/MigraSafe
Detect unsafe SQL migrations before deploying to production
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to SQL file or directory to check | no | ./migrations |
| dialect | SQL dialect: postgresql, mysql, auto | no | auto |
| min-severity | Minimum severity to report: CRITICAL, HIGH, MEDIUM, LOW, INFO | no | HIGH |
| format | Output format: text or json | no | text |
| args | Additional arguments passed to migrasafe check | no | "" |
Outputs
| name | description |
|---|---|
| safe | Whether all migrations passed (true/false) |
| risk-score | Risk score 0–100 |
| risk-level | Risk level: LOW, MEDIUM, HIGH, CRITICAL |