Return the absolute path to a script in the repo's scripts/ directory.
(name: str)
| 1497 | fix command for each finding, and prompts you to apply, skip, or edit it. |
| 1498 | |
| 1499 | Run 'secsuite audit run' first to generate findings. |
| 1500 | |
| 1501 | Note: Linux only. Requires Ollama running locally (ollama serve). |
| 1502 | |
| 1503 | Examples: |
| 1504 | |
| 1505 | secsuite audit remediate |
| 1506 | |
| 1507 | secsuite audit remediate --dry-run |
| 1508 | |
| 1509 | secsuite audit remediate --severity CRITICAL --model llama3.2 |
| 1510 | """ |
no outgoing calls
no test coverage detected