Update description

This commit is contained in:
Varun Sharma 2022-02-13 08:30:23 -08:00
commit e361e1de0e
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
name: "Harden Runner"
description: "GitHub Actions Runtime Security"
description: "Security monitoring for the GitHub-hosted runner"
inputs:
allowed-endpoints:
description: "Only these endpoints will be allowed if egress-policy is set to block"

View file

@ -1,7 +1,7 @@
{
"name": "step-security-harden-runner",
"version": "1.4.0",
"description": "GitHub Actions Runtime Security",
"description": "Security monitoring for the GitHub-hosted runner",
"main": "index.js",
"scripts": {
"build": "npm run main && npm run pre && npm run post",