File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1111 os : [ubuntu-latest, macos-latest, windows-latest]
1212 runs-on : ${{ matrix.os }}
1313 steps :
14- - uses : actions/checkout@v2
15- - uses : actions/setup-python@v2
14+ - uses : actions/checkout@v4
15+ - uses : actions/setup-python@v5
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818 - name : Install poetry
2525 run : poetry run pytest tests
2626 - name : Run black
2727 run : poetry run black leakix/*.py tests/*.py example/*.py --check
28+ - name : Security audit
29+ if : matrix.python-version != '3.7'
30+ run : poetry run pip-audit
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ black = "*"
1717mypy = " *"
1818requests-mock = " *"
1919pylint = " *"
20+ pip-audit = " *"
2021
2122[build-system ]
2223requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments