Skip to content

Commit e9c227c

Browse files
committed
chore: run pip-audit on ci
1 parent 4d96624 commit e9c227c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ jobs:
2424
run: |
2525
pip install pre-commit==3.7.0
2626
pre-commit run --show-diff-on-failure --color=always --all-files
27+
pip-audit:
28+
runs-on: ubuntu-latest
29+
steps:
30+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31+
- name: Install dependencies
32+
run: uv sync --all-groups && uv add --dev pip-audit
33+
- name: Run pip-audit
34+
run: uv run pip-audit # Will fail if vulnerabilities are found

0 commit comments

Comments
 (0)