From e2f2d79d3697dafe5e7c46c3b9d223a006ef0296 Mon Sep 17 00:00:00 2001 From: Victoria Hall Date: Mon, 3 Aug 2026 10:57:14 -0500 Subject: [PATCH] build: remove pip audit --- eng/templates/jobs/build.yml | 5 ----- eng/templates/official/jobs/build-artifacts.yml | 4 ---- 2 files changed, 9 deletions(-) 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'