Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 813 Bytes

File metadata and controls

24 lines (15 loc) · 813 Bytes

ReleaseRun Action Example: Go

This repo shows how to use ReleaseRun's GitHub Action on a Go project.

What it does

The action scans your go.mod 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