Skip to content

Commit ed49271

Browse files
committed
Update metadata
1 parent a2f1ea3 commit ed49271

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="https://step-security-images.s3.us-west-2.amazonaws.com/Final-Logo-06.png" alt="Step Security Logo" width="340">
33
</p>
44

5-
# Harden GitHub Actions Hosted Runner
5+
# Harden Runner
66

77
This GitHub Action deploys the [Step Security Agent](https://github.com/step-security/agent), which is a purpose-built security agent for hosted runners.
88

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
name: 'Step Security Audit Workflow'
1+
name: 'Harden Runner'
22
description: 'GitHub Actions Runtime Security'
33
inputs:
44
allowed-endpoints:
55
description: 'Allowed endpoints'
66
required: false
77
default: ''
8+
branding:
9+
icon: 'check-square'
10+
color: 'green'
811
runs:
912
using: 'node12'
1013
pre: 'dist/pre/index.js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "step-security-harden-runner",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "GitHub Actions Runtime Security",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)