We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f48ee67 + 2bfb3a1 commit 24cd09eCopy full SHA for 24cd09e
.github/workflows/sentry-release.yml
@@ -19,7 +19,14 @@ jobs:
19
- name: Harden Runner
20
uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1
21
with:
22
- egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
+ disable-sudo: true
23
+ egress-policy: block
24
+ allowed-endpoints: >
25
+ binaries.soliditylang.org:443
26
+ github.com:443
27
+ nodejs.org:443
28
+ registry.yarnpkg.com:443
29
+ sentry.io:443
30
31
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
32
0 commit comments