diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 3d9450d..6a7304b 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -50,7 +50,7 @@ jobs: source $VENV - name: Requirements extraction - run: poetry export -f requirements.txt --with dev + run: poetry export --without-hashes --format=requirements.txt > requirements.txt --with dev - name: Run audit uses: pypa/gh-action-pip-audit@v1.0.8