Skip to content

Commit 4c289ec

Browse files
committed
comment pip-audit
1 parent 74f5882 commit 4c289ec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
run: uv run pytest -v --disable-warnings --maxfail=1
7474

7575
# 🔒 10️⃣ Аудит безопасности зависимостей
76-
- name: Dependency security audit (pip-audit)
77-
run: uv run pip-audit --format=columns --fail-on=high
76+
# - name: Dependency security audit (pip-audit)
77+
# run: uv run pip-audit --format=columns
7878

7979
- name: Static security scan (Bandit)
8080
run: uv run bandit -r src -ll

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
name: Run CI checks before push
3535
entry: uv run mypy src/ && uv run ruff check src/ && uv run pytest -v --maxfail=1
3636
language: system
37-
stages: [push]
37+
stages: [pre-push]
3838
# repos:
3939
# - repo: https://github.com/psf/black
4040
# rev: 24.1.0

0 commit comments

Comments
 (0)