Getting Started with Harden Runner
Last updated
Last updated
This guide walks you through the steps to set up and use Harden-Runner in your CI/CD workflows.
To integrate Harden-Runner, follow these steps:
Open your GitHub Actions workflow file (e.g., .github/workflows/<workflow-name>.yml
).
Add the following code as the first step in each job:
Run your workflow. Once completed:
Review the workflow logs and the job markdown summary.
Look for a link to security insights and recommendations.
Click on the provided link (e.g., example link) to access the Process Monitor View, which displays:
Network events: Outbound network calls correlated with each step.
File events: File writes tracked during the job.