From 9390aac90535c522f6bb1cf13605d3d36146a850 Mon Sep 17 00:00:00 2001 From: nanuchi Date: Sun, 12 Nov 2023 15:52:56 -0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dcb0eb72..f3cdbff2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,32 +29,6 @@ jobs: name: bandit-findings path: bandit-report.json - sca_scan: - name: Run Safety Scan - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: 3.8 - - - name: Install Satefy - run: pip install safety - - - name: Run Dependencies Scan - run: safety check -r requirements.txt --output json > sca-report.json - - - name: Upload Artifact - uses: actions/upload-artifact@v3 - if: always() - with: - name: safety-check-findings - path: sca-report.json - image_scan: name: Build Image and Run Image Scan runs-on: ubuntu-latest