From ea24e7c920938e63c15000cefbc5031eb33b733e Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Fri, 22 Apr 2022 06:30:18 -0700 Subject: [PATCH] Update description and version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c16c256..277b2f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "step-security-harden-runner", - "version": "1.4.0", - "description": "Security monitoring for the GitHub-hosted runner", + "version": "1.4.2", + "description": "Security agent for GitHub-hosted runner to monitor the build process", "main": "index.js", "scripts": { "build": "npm run main && npm run pre && npm run post",