From 484c2799ec63f20b4acc41bcf649dd4003718616 Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Thu, 17 Apr 2025 14:32:50 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b19b7d9..b5305f1 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,8 @@ To integrate Harden-Runner, follow these steps: - Add the following code as the first step in each job: ```yaml steps: - - uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1 + - name: Harden Runner + uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1 with: egress-policy: audit