Skip to content

ci: fix safari build logging and artifact path detection #194

ci: fix safari build logging and artifact path detection

ci: fix safari build logging and artifact path detection #194

Workflow file for this run

name: Run Red Team Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.9
uses: actions/setup-python@v6
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Security Audit
run: |
python tests/red_team.py