We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c4115 commit 8c48adbCopy full SHA for 8c48adb
.github/workflows/release.yml
@@ -19,13 +19,7 @@ jobs:
19
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
20
with:
21
disable-sudo: true
22
- egress-policy: block
23
- allowed-endpoints: >
24
- api.github.com:443
25
- github.com:443
26
- objects.githubusercontent.com:443
27
- proxy.golang.org:443
28
- uploads.github.com:443
+ egress-policy: audit
29
30
- name: Checkout
31
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
0 commit comments