From 387003a368440f7c0ea7d0269f74cf8d0eb816b4 Mon Sep 17 00:00:00 2001 From: Aatman Vaidya Date: Fri, 20 Dec 2024 20:08:48 +0530 Subject: [PATCH] ci: removing pip audits --- .github/workflows/pr-security.yml | 42 ------------------------------- 1 file changed, 42 deletions(-) diff --git a/.github/workflows/pr-security.yml b/.github/workflows/pr-security.yml index 152d944..50c7819 100644 --- a/.github/workflows/pr-security.yml +++ b/.github/workflows/pr-security.yml @@ -37,48 +37,6 @@ jobs: src: "./src" continue-on-error: false - - name: pip audit install setup 1 - run: | - python -m venv env1/ - source env1/bin/activate - - name: pip audit src requirements - uses: pypa/gh-action-pip-audit@d499194be74aeb3bc7dbed3a224a87e1831132c7 # v1.0.8 - with: - # must be populated earlier in the CI - virtual-environment: env1/ - local: true - no-deps: true - inputs: | - ./src/requirements.txt - - - name: pip audit install setup 2 - run: | - python -m venv env2/ - source env2/bin/activate - - name: pip audit operator audiovec requirements - uses: pypa/gh-action-pip-audit@d499194be74aeb3bc7dbed3a224a87e1831132c7 # v1.0.8 - with: - # must be populated earlier in the CI - virtual-environment: env2/ - local: true - no-deps: true - inputs: | - ./src/core/operators/audio_vec_embedding_requirements.txt - - - name: pip audit install setup 3 - run: | - python -m venv env3/ - source env3/bin/activate - - name: pip audit operator vidvec requirements - uses: pypa/gh-action-pip-audit@d499194be74aeb3bc7dbed3a224a87e1831132c7 # v1.0.8 - with: - # must be populated earlier in the CI - virtual-environment: env3/ - local: true - no-deps: true - inputs: | - ./src/core/operators/vid_vec_rep_resnet_requirements.txt - # - name: Run Trivy vulnerability scanner in repo mode # uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # v0.21.0 # with: