look in requirements.txt
Some checks failed
Pylint / build (3.11) (push) Successful in 27s
Bandit / build (3.11) (push) Successful in 8s
Flake8 / build (3.11) (push) Successful in 8s
Mypy / build (3.11) (push) Failing after 3m36s
pip-audit / build (3.11) (pull_request) Has been cancelled

This commit is contained in:
2026-03-14 11:04:41 +01:00
parent 8ec34cfbeb
commit 8f63d5ae68

View File

@ -19,5 +19,5 @@ jobs:
- uses: actions/checkout@v4
- name: Check vulnerable components with pip-audit
run: |
pip-audit .
pip-audit -r requirements.txt