Skip to content

Commit

Permalink
enabling audit mod to list all endpoints to whitelest
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Jul 25, 2024
1 parent 8fb0a66 commit 62398a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09
with:
# egress-policy: audit
egress-policy: block
egress-policy: audit
allowed-endpoints: >
auth.docker.io:443
dl-cdn.alpinelinux.org:443
Expand Down Expand Up @@ -68,6 +68,8 @@ jobs:
results-receiver.actions.githubusercontent.com:443
vstsmms.actions.githubusercontent.com:443
raw.githubusercontent.com:443
nodejs.org:443
iojs.org:443
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
Expand Down

0 comments on commit 62398a0

Please sign in to comment.