We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5897585 commit 53a09d4Copy full SHA for 53a09d4
1 file changed
.github/workflows/docker-build-and-push.yml
@@ -82,18 +82,17 @@ jobs:
82
disable-sudo: ${{ inputs.disable-sudo }}
83
egress-policy: block
84
allowed-endpoints: >
85
+ *.docker.com:443
86
*.docker.io:443
87
*.githubapp.com:443
88
*.githubusercontent.com:443
89
*.sigstore.dev:443
90
*.trivy.dev:443
91
api.github.com:443
92
docker-images-prod.*.r2.cloudflarestorage.com:443
- download.docker.com:443
93
ghcr.io:443
94
github.com:443
95
mirror.gcr.io:443
96
- production.cloudflare.docker.com:443
97
${{ inputs.egress-policy-allowlist }}
98
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
99
with:
0 commit comments