fix: correct safety check command syntax in security workflow

This commit is contained in:
KaifAhmad1
2025-11-24 19:00:18 +05:30
parent efabe8f7ba
commit b4707d9f6c
+2 -1
View File
@@ -65,7 +65,8 @@ jobs:
# Another tool to check for vulnerabilities
run: |
echo "Running safety security check..."
safety check --json --output safety-report.json
safety check --output json > safety-report.json
continue-on-error: true
- name: Upload security reports
# Save the reports so you can download them later