mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
fix: correct safety check command syntax in security workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user