ci: add allowed endpoints to harden-runner

This commit is contained in:
Nathaniel Landau
2023-01-23 00:40:22 +00:00
parent 9131ce128d
commit b0689b48f1

View File

@@ -23,7 +23,12 @@ jobs:
egress-policy: block
disable-sudo: true
allowed-endpoints: >
api.github.com:443
files.pythonhosted.org:443
github.com:443
install.python-poetry.org:443
pypi.org:443
python-poetry.org:443
upload.pypi.org:443
- name: Checkout repository