Skip to content

Commit e1e6b9c

Browse files
committed
fix:delete pip-audit extra value
1 parent 03059ae commit e1e6b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

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

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

0 commit comments

Comments
 (0)