Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nanuchi authored Nov 12, 2023
1 parent 2f21ef9 commit 9390aac
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9390aac

Please sign in to comment.