list_recent_workflow_runs
Lists the 100 most recent Harden-Runner-monitored workflow runs for a GitHub organization or repository, returning run IDs and clickable dashboard URLs for CI/CD security investigation.
Instructions
List the 100 most recent Harden-Runner-monitored workflow runs for a GitHub organization, optionally narrowed to one repository. Use this to discover run IDs when the user asks about a run without giving an explicit ID — e.g. 'the latest run of trivy-scan in poc-1'. Every result has a dashboard_url — when you present runs to the user you MUST include a clickable link per run, not just the first one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | GitHub organization | |
| repo | No | Repository name (without owner). Omit for org-wide runs. | |
| page | No | Page number (default 1) |