Apply mechanical punctuation and wording-token fixes

This commit is contained in:
Alex Schapiro
2026-08-14 19:42:22 +00:00
parent 8ca0c4a9b8
commit 79630f9ba0
19 changed files with 101 additions and 101 deletions
+3 -3
View File
@@ -37,7 +37,7 @@ Add these secrets to your repository:
| Secret | Description |
|--------|-------------|
| `STRIX_LLM` | Model name (e.g., `openai/gpt-5.4`) |
| `STRIX_LLM` | Model name (for example, `openai/gpt-5.4`) |
| `LLM_API_KEY` | API key for your LLM provider |
## Exit Codes
@@ -46,8 +46,8 @@ The workflow fails when vulnerabilities are found:
| Code | Result |
|------|--------|
| 0 | Pass No vulnerabilities |
| 2 | Fail Vulnerabilities found |
| 0 | Pass: No vulnerabilities |
| 2 | Fail: Vulnerabilities found |
## Scan Modes for CI