This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Commit f43dbf3
committed
fix: correct Safety command output option
Fix Safety scan command syntax:
- Change from: --json --output safety-report.json
- Change to: --output json > safety-report.json
The --output option accepts format types (json, text, etc.)
not file paths. Use shell redirection for file output.1 parent fc4f742 commit f43dbf3
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
0 commit comments