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 0a2f83e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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 +36,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
9 changes: 9 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,23 @@ on:
pull_request:
branches:
- master
push:
branches:
- master
- larose/bullfrog

jobs:
build-and-check:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Bullfrog Secure Runner
uses: bullfrogsec/bullfrog@larose/fix-tetragon-install
with:
egress-policy: block
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v1
Expand Down

0 comments on commit 0a2f83e

Please sign in to comment.