Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
larose committed Jul 8, 2024
1 parent 51d87e1 commit bff3776
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
allowed-domains: |
auth.docker.io
deb.debian.org
github.com
files.pythonhosted.org
production.cloudflare.docker.com
pypi.org
Expand Down Expand Up @@ -50,7 +49,10 @@ jobs:
steps:
- uses: bullfrogsec/bullfrog@v0
with:
egress-policy: audit
egress-policy: block
allowed-domains: |
files.pythonhosted.org
pypi.org
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
allowed-domains: |
auth.docker.io
deb.debian.org
github.com
files.pythonhosted.org
production.cloudflare.docker.com
pypi.org
Expand Down

0 comments on commit bff3776

Please sign in to comment.