Skip to content

Commit

Permalink
Apply harden-runner suggested policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Jun 10, 2023
1 parent 13fc9d0 commit 769216c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -30,7 +30,14 @@ jobs:
- name: Harden Runner
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
with:
egress-policy: audit
disable-sudo: true
egress-policy: block
allowed-endpoints: >-
docs.djangoproject.com:443
docs.python.org:443
files.pythonhosted.org:443
github.com:443
pypi.org:443
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 769216c

Please sign in to comment.