Skip to content

Commit 7bf3179

Browse files
configure block
1 parent 37968f8 commit 7bf3179

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/_build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ jobs:
3030
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
3131
with:
3232
disable-sudo: true
33-
egress-policy: audit
33+
egress-policy: block
3434
allowed-endpoints: >
35+
api.github.com
3536
files.pythonhosted.org:443
3637
github.com:443
3738
pypi.org:443
39+
release-assets.githubusercontent.com:443
3840
3941
- name: Checkout repository
4042
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

0 commit comments

Comments
 (0)