Skip to content

Commit 619b3f1

Browse files
chore: add missing allowed-endpoints to workflows (#663)
1 parent 6e43823 commit 619b3f1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
disable-sudo: true
1717
egress-policy: block
1818
allowed-endpoints: >
19+
api.github.com:443
1920
github.com:443
2021
registry.npmjs.org:443
2122
wombat-dressing-room.appspot.com:443

.github/workflows/scorecard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
sigstore-tuf-root.storage.googleapis.com:443
4040
*.sigstore.dev:443
4141
api.securityscorecards.dev:443
42+
www.bestpractices.dev:443
4243
4344
- name: 'Checkout code'
4445
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

0 commit comments

Comments
 (0)