Skip to content

Commit 4529ef1

Browse files
[StepSecurity] ci: Harden GitHub Actions (#2021)
Signed-off-by: StepSecurity Bot <[email protected]>
1 parent d74ddd5 commit 4529ef1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/scorecard.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
id-token: write
2222

2323
steps:
24+
- name: Harden Runner
25+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
26+
with:
27+
egress-policy: audit
28+
2429
- name: "Checkout code"
2530
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2631
with:

0 commit comments

Comments
 (0)