Skip to content

Commit

Permalink
Install and run safetly via uv
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 16, 2024
1 parent b64e75a commit d6a25f8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,5 @@ jobs:
with:
python-version: "3.x"
- uses: tox-dev/action-pre-commit-uv@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade safety
python -m pip install --editable .
# Ignore 70612 / CVE-2019-8341, Jinja2 is a safety dep, not ours
- run: safety check --ignore 70612
- run: uvx safety check --ignore 70612

0 comments on commit d6a25f8

Please sign in to comment.