Skip to content

Commit

Permalink
Update security-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirZandiehprojects authored Nov 23, 2024
1 parent 76ad2ee commit c6ce2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Run Safety check on requirements
if [ -f "requirements.txt" ]; then
echo "Checking dependencies with Safety..."
safety check -r requirements.txt --full-report --output text > safety-results.txt || true
safety scan -r requirements.txt --output text > safety-results.txt || true
fi
# Combine results
Expand Down

0 comments on commit c6ce2ac

Please sign in to comment.