capitoltrace/govwatch API health check
Fail fast when a government API your workflow depends on is down. Health checks for Congress.gov, FEC, CISA KEV, NVD, GDELT, and 12+ more.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| services | Service slugs to check, separated by spaces or commas (e.g. "congress fec cisa-kev"). Leave empty to check all services. Run `npx @capitoltrace/govwatch list` for the full slug list. | no | "" |
| strict | Also fail when services are degraded or rate-limited | no | false |
| timeout | Per-request timeout in milliseconds (uses per-service defaults when empty) | no | "" |
| version | Version of @capitoltrace/govwatch to run | no | latest |
| summary | Write a results table to the GitHub job summary | no | true |
Outputs
| name | description |
|---|---|
| results | Full JSON array of check results |
| outcome | Overall outcome: healthy, degraded, or unhealthy |