Skip to content

Commit 74f5882

Browse files
committed
add small module
1 parent 45af838 commit 74f5882

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

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

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies = [
1313
"black>=25.11.0",
1414
"celery>=5.6.0",
1515
"detect-secrets>=1.5.0",
16+
"ecdsa>=0.19.1",
1617
"fastapi>=0.122.0",
1718
"fastapi-mail>=1.5.8",
1819
"flower>=2.0.1",

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)