py-kalki/DepGraph Dependency Health Check
Scan your dependencies on every PR and enforce health thresholds. Powered by depgraph.vedanshh.dev
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | DepGraph API key (store as a repository secret: DEPGRAPH_API_KEY) | yes | — |
| fail-on | Fail the build when this risk level is detected. Options: none | critical | high | medium | no | critical |
| post-comment | Post or update a PR comment with the health report | no | true |
| api-url | DepGraph API base URL (advanced: override for self-hosted) | no | https://depgraph.vedanshh.dev |
Outputs
| name | description |
|---|---|
| overall-score | Overall dependency health score (0–100) |
| critical-count | Number of critical-risk dependencies added in this PR |
| high-count | Number of high-risk dependencies added in this PR |
| report-url | URL to the full DepGraph report for this PR |