From 657c2e681cf645d4acd25971af880c293c37f7e3 Mon Sep 17 00:00:00 2001 From: Mathieu Larose Date: Mon, 8 Jul 2024 08:39:41 -0400 Subject: [PATCH] Revert "Nothing" This reverts commit 77aee1d4a20a0eb6251aa71961e31e507a3f830e. --- .github/workflows/publish.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8cf8295..3a37bbb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,13 +17,13 @@ jobs: uses: bullfrogsec/bullfrog@v0 with: egress-policy: block - # allowed-domains: | - # auth.docker.io - # deb.debian.org - # files.pythonhosted.org - # production.cloudflare.docker.com - # pypi.org - # registry-1.docker.io + allowed-domains: | + auth.docker.io + deb.debian.org + files.pythonhosted.org + production.cloudflare.docker.com + pypi.org + registry-1.docker.io - run: | sudo nft list ruleset - uses: actions/checkout@v4