1
0
Fork 0
mirror of synced 2026-06-05 14:38:19 +00:00

Update metadata

This commit is contained in:
Varun Sharma 2021-11-19 07:21:14 -08:00
commit ed49271cb5
3 changed files with 6 additions and 3 deletions

View file

@ -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.

View file

@ -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'

View file

@ -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": {