Skip to content

Commit 560772d

Browse files
Merge pull request #193 from onebeyond/fix-cd-action
fix: revert to egress-policy: audit for cd gh action
2 parents 04f4bce + c01c736 commit 560772d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/cd.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ jobs:
1919
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
2020
with:
2121
disable-sudo: true
22-
egress-policy: block
23-
allowed-endpoints: >
24-
github.com:443
25-
registry.npmjs.org:443
26-
api.github.com:443
27-
nodejs.org:443
28-
fulcio.sigstore.dev:443
22+
egress-policy: audit
23+
# egress-policy: block
24+
# allowed-endpoints: >
25+
# github.com:443
26+
# registry.npmjs.org:443
27+
# api.github.com:443
28+
# nodejs.org:443
29+
# fulcio.sigstore.dev:443
2930

3031
- name: ⚙️ Git Checkout
3132
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)