Skip to content

Commit 564e468

Browse files
committed
Restore harden security removed for local testing
Signed-off-by: Alfredo Gutierrez <[email protected]>
1 parent 63cca3b commit 564e468

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-push-image.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
runs-on: [self-hosted, Linux, medium, ephemeral]
4949

5050
steps:
51+
- name: Harden Runner
52+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
53+
with:
54+
egress-policy: audit
55+
5156
- name: Checkout repository
5257
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5358

0 commit comments

Comments
 (0)