diff --git a/README.md b/README.md index 6befe45..da251f1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Step Security Logo

-# 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. diff --git a/action.yml b/action.yml index c0ffdd3..4de4286 100644 --- a/action.yml +++ b/action.yml @@ -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' diff --git a/package.json b/package.json index 07d008a..96ccaaa 100644 --- a/package.json +++ b/package.json @@ -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": {