From b0999453b19ef52c00eb7426519871e8f3b46e91 Mon Sep 17 00:00:00 2001 From: arjundashrath <54043589+arjundashrath@users.noreply.github.com> Date: Fri, 11 Mar 2022 00:57:52 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0b2df66..4edf63b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Security agent for Github-hosted runner Harden-Runner GitHub Action installs a security agent on the Github-hosted runner to prevent exfiltration of credentials, monitor the build process, and detect compromised dependencies. +

+ Link in build log +

## Problem Hijacked dependencies and compromised build tools typically make outbound requests during the build process to exfiltrate data or credentials. There is also a risk that a compromised dependency or build tool may modify source code, dependencies, or artifacts during the build process.