Skip to content

Commit 715ba9a

Browse files
authored
fix(ci): update allowed endpoints for harden-runner (#427)
1 parent b41ee77 commit 715ba9a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
disable-sudo: true
2323
egress-policy: block
2424
allowed-endpoints: >
25+
api.deps.dev:443
2526
api.github.com:443
27+
api.securityscorecards.dev:443
2628
github.com:443
2729
- name: 'Checkout Repository'
2830
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
github.com:443
4343
objects.githubusercontent.com:443
4444
production.cloudflare.docker.com:443
45+
production.cloudfront.docker.com:443
4546
pypi.org:443
4647
registry-1.docker.io:443
4748
release-assets.githubusercontent.com:443

0 commit comments

Comments
 (0)