File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed
Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 3030 python setup.py sdist bdist_wheel
3131 displayName: 'Build Python SDK for $(PYTHON_VERSION)'
3232 - bash : |
33- python -m venv .venv
34- .venv/Scripts/Activate
3533 pip install pip-audit
36- # Only audit dependencies of SDK
37- pip install --no-dev .
38- pip-audit
34+ pip-audit -r requirements.txt
3935 displayName: 'Run vulnerability scan'
Original file line number Diff line number Diff line change 2727 python setup.py sdist bdist_wheel
2828 displayName: 'Build Python SDK'
2929 - bash : |
30- python -m venv .venv
31- .venv/Scripts/Activate
3230 pip install pip-audit
33- # Only audit dependencies of SDK
34- pip install --no-dev .
35- pip-audit
31+ pip-audit -r requirements.txt
3632 displayName: 'Run vulnerability scan'
Original file line number Diff line number Diff line change 1+ # Required dependencies for Python SDK
You can’t perform that action at this time.
0 commit comments