From 22286b966ac7ba183758094924d8066c24c6ea36 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Thu, 2 Jan 2025 01:39:36 +0200 Subject: [PATCH] fix(action): --- .github/workflows/security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 7c84830..8113588 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install agentic-security colorama tabulate tqdm + pip install agentic-security colorama tabulate tqdm python-multipart - name: Run security scan id: scan