Skip to content

Commit

Permalink
ci(github): 🐛 don't disable sudo for build job
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Oct 12, 2024
1 parent 4b90540 commit c53de93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
uses: step-security/harden-runner@446798f8213ac2e75931c1b0769676d927801858 # v2.10.0
with:
egress-policy: block
disable-sudo: false
allowed-endpoints: >
api.github.com:443
auth.docker.io:443
Expand Down

0 comments on commit c53de93

Please sign in to comment.