Skip to content

Commit 5a03e7a

Browse files
committed
allow egress to nodejs.org
1 parent 7d7b565 commit 5a03e7a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
allowed-endpoints: >
2020
github.com:443
2121
registry.npmjs.org:443
22+
nodejs.org:443
2223
2324
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
2425
with:

.github/workflows/prs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
allowed-endpoints: >
1919
github.com:443
2020
registry.npmjs.org:443
21+
nodejs.org:443
2122
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
2223
with:
2324
persist-credentials: false

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
registry.npmjs.org:443
2424
fulcio.sigstore.dev:443
2525
rekor.sigstore.dev:443
26+
nodejs.org:443
2627
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
2728
with:
2829
persist-credentials: false

.github/workflows/scorecard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
sigstore-tuf-root.storage.googleapis.com:443
3838
tuf-repo-cdn.sigstore.dev:443
3939
www.bestpractices.dev:443
40+
nodejs.org:443
4041
4142
- name: "Checkout code"
4243
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4

0 commit comments

Comments
 (0)