Skip to content

Commit

Permalink
ci: Set pre-release and release to block mode (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
larose authored Jul 3, 2024
1 parent c0f4e59 commit d6ca8b3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/bullfrog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,7 @@ jobs:
uses: bullfrogsec/bullfrog@v0

with:
# TODO: set to block once we confirm the domains required for the release process
egress-policy: audit
egress-policy: block
allowed-domains: |
uploads.github.com
Expand Down Expand Up @@ -358,8 +357,7 @@ jobs:
- name: Enable egress filtering
uses: bullfrogsec/bullfrog@v0
with:
# TODO: set to block once we confirm the domains required for the release process
egress-policy: audit
egress-policy: block

- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Expand Down

0 comments on commit d6ca8b3

Please sign in to comment.