diff --git a/.github/workflows/lint_python.yml b/.github/workflows/lint_python.yml index f3361e5..7a658a4 100644 --- a/.github/workflows/lint_python.yml +++ b/.github/workflows/lint_python.yml @@ -27,5 +27,5 @@ jobs: - run: pytest . || true - run: pytest --doctest-modules . || true - run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true - - run: safety check + - run: safety check -r requirements.txt - run: python3 autorecon.py 127.0.0.1 || true