Restore technical detail in OSS docs

This commit is contained in:
Alex Schapiro
2026-08-14 18:00:29 +00:00
parent 2bc86902a4
commit b79483c6b7
10 changed files with 41 additions and 23 deletions
+4 -4
View File
@@ -81,10 +81,10 @@ jobs:
command: strix -n -t ./ --scan-mode quick
```
<Tip>
All CI platforms require Docker access. Ensure your runner has Docker available.
</Tip>
<Note>
All CI platforms require Docker access. Your runner must have Docker available.
</Note>
<Note>
If diff-scope fails in CI, fetch full git history (for example, `fetch-depth: 0` in GitHub Actions) so merge-base and branch comparison can be resolved.
If diff-scope fails in CI, full git history is required for merge-base and branch comparison. In GitHub Actions, use `fetch-depth: 0`.
</Note>