Skip to content

Releaserun/example-python-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example: ReleaseRun GitHub Action on a Python/Django project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors