Pull-mirror of github.com/step-security/harden-runner
Find a file
Varun Sharma 2074e44feb Fix url
2021-11-30 13:40:21 -08:00
.github/workflows Create codeql-analysis.yml 2021-11-19 13:14:33 -08:00
dist Fix url 2021-11-30 13:40:21 -08:00
src Fix url 2021-11-30 13:40:21 -08:00
.gitignore Add code for GH action 2021-10-28 10:16:48 -07:00
action.yml Update metadata 2021-11-19 07:21:14 -08:00
LICENSE Initial commit 2021-10-28 09:58:47 -07:00
package-lock.json Add call to monitor run 2021-11-30 13:36:42 -08:00
package.json Add call to monitor run 2021-11-30 13:36:42 -08:00
README.md Update metadata 2021-11-19 07:21:14 -08:00
SECURITY.md Create SECURITY.md 2021-11-19 13:19:40 -08:00
tsconfig.json Add code for GH action 2021-10-28 10:16:48 -07:00

Step Security Logo

Harden Runner

This GitHub Action deploys the Step Security Agent, which is a purpose-built security agent for hosted runners.

To pilot this GitHub Action, add the following code to your GitHub Actions workflow file as the first step. This is the only step needed.

steps:
    - uses: step-security/harden-runner@main

In the workflow logs, you should see a link to security insights and recommendations.

It is being piloted on this repository. Check out the workflow files and workflow runs.