main #14
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user