Files
ismijnipverweg/.gitea/workflows/pip-audit.yml
Ruben van Staveren 8f63d5ae68
Some checks failed
Pylint / build (3.11) (push) Successful in 27s
pip-audit / build (3.11) (pull_request) Waiting to run
Bandit / build (3.11) (push) Successful in 8s
Flake8 / build (3.11) (push) Successful in 8s
Mypy / build (3.11) (push) Failing after 3m36s
look in requirements.txt
2026-03-14 11:04:41 +01:00

24 lines
433 B
YAML

---
name: pip-audit
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * 0' # Weekly on Sunday
# XXX need to do stuff with uv
jobs:
build:
runs-on: freebsd
strategy:
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
- name: Check vulnerable components with pip-audit
run: |
pip-audit -r requirements.txt