From 3d8dd68e5758262d38de5cca3cbdc85addbbc28d Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Tue, 10 Sep 2024 15:54:26 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52195f0..b8ed439 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Learn how Harden-Runner works through the video below, which shows how it detect Harden-Runner detected supply chain attack in a Google open-source project -## 3,500+ open source projects use Harden-Runner +## 4,000+ open source projects use Harden-Runner Harden-Runner is trusted by leading open source projects and enterprises to secure their CI/CD pipelines. @@ -100,7 +100,7 @@ Harden-Runner monitors process, file, and network activity to: ```yaml steps: - - uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1 + - uses: step-security/harden-runner@446798f8213ac2e75931c1b0769676d927801858 # v2.10.0 with: egress-policy: audit ```