pgrita/pgRITA
Run pgRITA checks against your PostgreSQL database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project | The pgRITA project to run the analysis against. | yes | — |
| pass-on-no-token | Set true if we should skip this action if there's no PGRITA_TOKEN present. | no | "" |
| pass-on-timeout | Set true if we should not fail if linting times out. | no | "" |
| pass-on-fail | Set true if we should we should pass the check even if pgRITA discovers errors (this is useful when you first adopt pgRITA but need time to fix your existing database). | no | "" |
| database-url | The libpq-compatible connection string pointing to your database. | no | "" |
Outputs
| name | description |
|---|---|
| status | The result status (ERROR / PASS / FAIL / TIMEOUT). |