From 3f91e35675ddf00bd467268e9465582e050f4f12 Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Tue, 30 Aug 2022 23:32:18 -0700 Subject: [PATCH] Add Harden Runner GitHub Action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acda007..77b77ef 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Snyk Test Action](https://github.com/snyk/actions) - [Manage Your GitHub Actions Secrets With A Simple CLI](https://github.com/unfor19/githubsecrets) - [SecretHub](https://github.com/secrethub/actions) - Have a single source of truth for your secrets and load them into GitHub Actions on demand. +- [Harden Runner](https://github.com/step-security/harden-runner) - Security agent for the GitHub-hosted runner to monitor the build process and prevent exfiltration of credentials. #### Code Coverage