main #14

Merged
smueller merged 13 commits from main into dev 2026-07-09 08:59:59 +00:00
Showing only changes of commit 1674efd587 - Show all commits

View File

@@ -27,8 +27,10 @@ jobs:
- name: Python-Abhängigkeiten prüfen (pip-audit) - name: Python-Abhängigkeiten prüfen (pip-audit)
run: | run: |
python -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pip-audit python -m pip install pip-audit
pip-audit -r requirements.txt pip-audit -r requirements.txt
- name: Docker Buildx einrichten - name: Docker Buildx einrichten