We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8a65d commit 28cfc53Copy full SHA for 28cfc53
1 file changed
.github/workflows/release.yml
@@ -89,13 +89,7 @@ jobs:
89
- name: Harden Runner
90
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
91
with:
92
- egress-policy: block
93
- allowed-endpoints: >
94
- github.com:443
95
- crates.io:443
96
- index.crates.io:443
97
- static.crates.io:443
98
- static.rust-lang.org:443
+ egress-policy: audit
99
100
- name: Run prologue script
101
if: matrix.prologue-script != ''
0 commit comments