This repo shows how to use ReleaseRun's GitHub Action on a Python/Django project.
The action scans your requirements.txt and Dockerfile, checks every runtime against ReleaseRun for:
- Version freshness
- EOL status
- Known CVEs
- Overall health grade (A through F)
Results show up as a PR comment. If anything scores below your threshold, the check fails.
Copy .github/workflows/stack-health.yml into your repo. No API keys needed.