Skip to content

Commit

Permalink
Merge pull request #9 from step-security/rel0.1
Browse files Browse the repository at this point in the history
Update metadata
  • Loading branch information
varunsh-coder authored Nov 19, 2021
2 parents a2f1ea3 + ed49271 commit ac43fb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://step-security-images.s3.us-west-2.amazonaws.com/Final-Logo-06.png" alt="Step Security Logo" width="340">
</p>

# Harden GitHub Actions Hosted Runner
# Harden 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.

Expand Down
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: 'Step Security Audit Workflow'
name: 'Harden Runner'
description: 'GitHub Actions Runtime Security'
inputs:
allowed-endpoints:
description: 'Allowed endpoints'
required: false
default: ''
branding:
icon: 'check-square'
color: 'green'
runs:
using: 'node12'
pre: 'dist/pre/index.js'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "step-security-harden-runner",
"version": "0.0.1",
"version": "0.1.0",
"description": "GitHub Actions Runtime Security",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ac43fb3

Please sign in to comment.