Skip to content

Commit 45af838

Browse files
committed
fix: update name of pip-audit extra attribute to '--format=columns'
1 parent 243baf0 commit 45af838

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
77+
run: uv run pip-audit --format=columns
7878

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

0 commit comments

Comments
 (0)