Skip to content

Commit 516a30f

Browse files
meta: update scorecard egress-policy from audit to block
1 parent b220fbe commit 516a30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Harden Runner
3636
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
3737
with:
38-
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
38+
egress-policy: block
3939

4040
- name: Checkout code
4141
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)