Skip to content

auth.docker.io

auth.docker.io #65

Workflow file for this run

name: Pull Request
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:
allowed-domains: |
auth.docker.io
github.com
files.pythonhosted.org
pypi.org
registry-1.docker.io
egress-policy: block
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Bootstrap
run: make ci.bootstrap
- name: Check
run: make check