From c33030e2483ccd86c16b057544b7d3d310bcf361 Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Thu, 18 Nov 2021 17:21:40 -0800 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b4bb1d..6befe45 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ -# Harden-Runner +

+ Step Security Logo +

+ +# Harden GitHub Actions Hosted Runner + +This GitHub Action deploys the [Step Security Agent](https://github.com/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](https://github.com/shivammathur/setup-php) repository. Check out the [workflow files](https://github.com/shivammathur/setup-php/blob/2f5c2edb229fb5b3dcaeb535cb83899b41854672/.github/workflows/node-workflow.yml#L30) and [workflow runs](https://github.com/shivammathur/setup-php/runs/4252355681?check_suite_focus=true#step:3:4). + -Work in progress...