Skip to content

feat(report): compare backend artifacts #54

feat(report): compare backend artifacts

feat(report): compare backend artifacts #54

Workflow file for this run

name: Audit
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
schedule:
- cron: "12 6 * * 1"
jobs:
pip-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
cache: pip
- name: Install project
run: python -m pip install --upgrade "pip>=26" && pip install -e ".[dev]"
- name: Pip audit
run: pip-audit --desc