Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nanuchi authored Oct 27, 2023
1 parent 4157d02 commit e5768c1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,14 @@ jobs:
run: pip install safety

- name: Run Dependencies Scan
run: safety check -r requirements.txt
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



Expand Down

0 comments on commit e5768c1

Please sign in to comment.