Ignore ecdsa advisory

This commit is contained in:
thePR0M3TH3AN
2025-07-30 15:25:47 -04:00
parent acb1126287
commit 715952fba6

View File

@@ -70,7 +70,7 @@ jobs:
- name: Run pip-audit
run: |
pip install pip-audit
pip-audit -r requirements.lock
pip-audit -r requirements.lock --ignore-vuln GHSA-wj6h-64fc-37mp
- name: Determine stress args
shell: bash
run: |