diff --git a/action.yml b/action.yml index 4d90789..c670eb0 100644 --- a/action.yml +++ b/action.yml @@ -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" diff --git a/package.json b/package.json index c71edeb..5a87a21 100644 --- a/package.json +++ b/package.json @@ -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",