diff --git a/eng/templates/jobs/build.yml b/eng/templates/jobs/build.yml index 08aa712..b2cdab6 100644 --- a/eng/templates/jobs/build.yml +++ b/eng/templates/jobs/build.yml @@ -32,8 +32,3 @@ jobs: python -m pip install build python -m build displayName: 'Build Python SDK for $(PYTHON_VERSION)' - - bash: | - pip install pip-audit - pip-audit . - displayName: 'Run vulnerability scan' - condition: ne(variables['PYTHON_VERSION'], '3.7') diff --git a/eng/templates/official/jobs/build-artifacts.yml b/eng/templates/official/jobs/build-artifacts.yml index ab213ea..ba5af08 100644 --- a/eng/templates/official/jobs/build-artifacts.yml +++ b/eng/templates/official/jobs/build-artifacts.yml @@ -31,7 +31,3 @@ jobs: python -m pip install build python -m build displayName: 'Build Python SDK' - - bash: | - pip install pip-audit - pip-audit . - displayName: 'Run vulnerability scan'