File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 displayName: 'Build Python SDK for $(PYTHON_VERSION)'
3232 - bash : |
3333 pip install pip-audit
34- # These are not part of the SDK package. setuptools is present in 2 different places
35- pip-audit --ignore requests --ignore setuptools --ignore setuptools --ignore urllib3
34+ # Only audit dependencies of SDK
35+ pip-audit --only-reqs
3636 displayName: 'Run vulnerability scan'
Original file line number Diff line number Diff line change 2828 displayName: 'Build Python SDK'
2929 - bash : |
3030 pip install pip-audit
31- # These are not part of the SDK package. setuptools is present in 2 different places
32- pip-audit --ignore requests --ignore setuptools --ignore setuptools --ignore urllib3
31+ # Only audit dependencies of SDK
32+ pip-audit --only-reqs
3333 displayName: 'Run vulnerability scan'
You can’t perform that action at this time.
0 commit comments