We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41ee77 commit 715ba9aCopy full SHA for 715ba9a
2 files changed
.github/workflows/dependency-review.yml
@@ -22,7 +22,9 @@ jobs:
22
disable-sudo: true
23
egress-policy: block
24
allowed-endpoints: >
25
+ api.deps.dev:443
26
api.github.com:443
27
+ api.securityscorecards.dev:443
28
github.com:443
29
- name: 'Checkout Repository'
30
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
.github/workflows/unit.yml
@@ -42,6 +42,7 @@ jobs:
42
43
objects.githubusercontent.com:443
44
production.cloudflare.docker.com:443
45
+ production.cloudfront.docker.com:443
46
pypi.org:443
47
registry-1.docker.io:443
48
release-assets.githubusercontent.com:443
0 commit comments