From 20b322e12c573926d100953079dcc3a3c1802791 Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Fri, 18 Mar 2022 14:46:34 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9022579..0e016d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# Harden-Runner: Security agent for GitHub-hosted runner +# Security agent for GitHub-hosted runner -Harden-Runner GitHub Action installs a security agent on the GitHub-hosted runner to monitor the build process, prevent exfiltration of credentials, and detect compromised dependencies. +Harden-Runner GitHub Action installs a security agent on the GitHub-hosted runner (Ubuntu VM) to + +1. Monitor the build process, +2. Prevent exfiltration of credentials, and +3. Detect compromised dependencies or build tools

Demo using GIF