Add security tooling and password length test

This commit is contained in:
thePR0M3TH3AN
2025-07-01 16:44:18 -04:00
parent 339cdcf43b
commit ba2b0e4ace
5 changed files with 116 additions and 0 deletions

View File

@@ -67,6 +67,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r src/requirements.txt
- name: Run pip-audit
run: |
pip install pip-audit
pip-audit -r requirements.lock
- name: Determine stress args
run: |
if [ "${{ github.event_name }}" = "schedule" ]; then