Skip to content

Commit 22286b9

Browse files
committed
fix(action):
1 parent dc873e8 commit 22286b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install agentic-security colorama tabulate tqdm
31+
pip install agentic-security colorama tabulate tqdm python-multipart
3232
3333
- name: Run security scan
3434
id: scan

0 commit comments

Comments
 (0)