Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
There are no pipelines found matching your search query.
How-To
StepSecurity Harden-Runner secures CI/CD runners by providing network visibility and enforcing network egress filtering.
01
Update Your GitHub Actions Workflow
steps:
- uses: step-security/harden-runner@v2
with:
egress-policy: audit
Automate this change using a pull request.
02
Run Your Workflow
Execute your workflow as usual.
03
Review Security Insights
After completion, check the GitHub Actions Job summary for a link to detailed security insights, detections, and recommendations.