Skip to content

Commit

Permalink
Add bullfrog
Browse files Browse the repository at this point in the history
  • Loading branch information
larose committed Jun 21, 2024
1 parent 3d9ae6f commit 505b459
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- larose/bullfrog

jobs:
build-and-check:
Expand All @@ -12,6 +13,9 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: bullfrogsec/[email protected]
with:
egress-policy: block
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v1
Expand All @@ -33,6 +37,9 @@ jobs:
runs-on: ubuntu-22.04
needs: build-and-check
steps:
- uses: bullfrogsec/[email protected]
with:
egress-policy: block
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v1
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
branches:
- master
push:
branches:
- master
- larose/bullfrog

jobs:
build-and-check:
Expand All @@ -12,6 +16,10 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Bullfrog Secure Runner
uses: bullfrogsec/[email protected]
with:
egress-policy: block
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v1
Expand Down

0 comments on commit 505b459

Please sign in to comment.