Update metadata
This commit is contained in:
parent
a2f1ea31c0
commit
ed49271cb5
3 changed files with 6 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue