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 c1c48ee commit 4157d02
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 4157d02

Please sign in to comment.