Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 838 Bytes

File metadata and controls

24 lines (15 loc) · 838 Bytes

ReleaseRun Action Example: Python

This repo shows how to use ReleaseRun's GitHub Action on a Python/Django project.

What it does

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.

Setup

Copy .github/workflows/stack-health.yml into your repo. No API keys needed.

Links