Skip to content

Commit

Permalink
Merge pull request #82 from Redback-Operations/AmirZandiehprojects-pa…
Browse files Browse the repository at this point in the history
…tch-14

Update security-scan.yml
  • Loading branch information
AmirZandiehprojects authored Nov 23, 2024
2 parents 76ad2ee + c6ce2ac commit 3ff8372
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 3ff8372

Please sign in to comment.