Skip to content

Commit

Permalink
[CI] update egress allowlist (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0g0x01 authored Oct 6, 2023
1 parent b6dfe98 commit eee0e10
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ jobs:
pkg-containers.githubusercontent.com:443
production.cloudflare.docker.com:443
proxy.golang.org:443
registry-1.docker.io:443
storage.googleapis.com:443
*.docker.io:443
*.docker.com:443
gcr.io:443
repo.maven.apache.org:443
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
storage.googleapis.com:443
uploads.github.com:443
sum.golang.org:443
*.docker.io:443
*.docker.com:443
gcr.io:443
repo.maven.apache.org:443
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
storage.googleapis.com:443
uploads.github.com:443
sum.golang.org:443
*.docker.io:443
*.docker.com:443
gcr.io:443
repo.maven.apache.org:443
*.datadoghq.com:443
- uses: datadog/agent-github-action@8240b406d73cb84cd5085a3919a78f59c258da3a
with:
Expand Down

0 comments on commit eee0e10

Please sign in to comment.