From 4157d029e5c64a5bde16c356372cd6d663f4ad83 Mon Sep 17 00:00:00 2001 From: nanuchi Date: Fri, 27 Oct 2023 13:20:35 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e1f3e4..325a5f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,17 +46,7 @@ jobs: run: pip install safety - name: Run Dependencies Scan - run: safety check -r requirements.txt --output json > safety-report.json - - - name: Upload Artifact - uses: actions/upload-artifact@v3 - if: always() - with: - name: safety-findings - path: safety-report.json - - - + run: safety check -r requirements.txt