We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc873e8 commit 22286b9Copy full SHA for 22286b9
.github/workflows/security-scan.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
31
- pip install agentic-security colorama tabulate tqdm
+ pip install agentic-security colorama tabulate tqdm python-multipart
32
33
- name: Run security scan
34
id: scan
0 commit comments