From d94097ff738440cc9c22a9083d31f35e53cbfec9 Mon Sep 17 00:00:00 2001 From: Mathieu Larose Date: Sat, 22 Jun 2024 14:05:44 -0400 Subject: [PATCH] Set to audit --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8fde56b..afb2f75 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: bullfrogsec/bullfrog@v0.2 with: - egress-policy: block + egress-policy: audit - uses: actions/checkout@v2 - name: Setup python uses: actions/setup-python@v1