Skip to content

Commit c33030e

Browse files
committed
Update README.md
1 parent 844035e commit c33030e

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1-
# Harden-Runner
1+
<p align="left">
2+
<img src="https://step-security-images.s3.us-west-2.amazonaws.com/Final-Logo-06.png" alt="Step Security Logo" width="340">
3+
</p>
4+
5+
# Harden GitHub Actions Hosted Runner
6+
7+
This GitHub Action deploys the [Step Security Agent](https://github.com/step-security/agent), which is a purpose-built security agent for hosted runners.
8+
9+
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.
10+
11+
```
12+
steps:
13+
- uses: step-security/harden-runner@main
14+
```
15+
16+
In the workflow logs, you should see a link to security insights and recommendations.
17+
18+
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).
19+
220

3-
Work in progress...

0 commit comments

Comments
 (0)