fix: Resolve CI failures for v0.7.0 release

Fix lint errors:
- Remove unused Optional import from gitleaks workflow
- Remove unused logging import from trufflehog activities

Fix documentation broken links:
- Update workspace-isolation links to use /docs/ prefix in resource-management.md
- Update workspace-isolation links to use /docs/ prefix in create-workflow.md

Fix benchmark dependency:
- Add fuzzforge-sdk installation to benchmark workflow
- SDK is required for bench_comparison.py import

All CI checks should now pass.
This commit is contained in:
tduhamel42
2025-10-16 12:55:20 +02:00
parent 28ad4468de
commit 11b3e6db6a
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -563,7 +563,7 @@ docker-compose -f docker-compose.temporal.yaml logs worker-rust | grep "Evicted
docker-compose -f docker-compose.temporal.yaml logs worker-rust | grep -E "Cache (HIT|MISS)"
```
See the [Workspace Isolation](/concept/workspace-isolation) guide for complete details on isolation modes and when to use each.
See the [Workspace Isolation](/docs/concept/workspace-isolation) guide for complete details on isolation modes and when to use each.
---
+1 -1
View File
@@ -110,7 +110,7 @@ workspace_isolation: "isolated"
- Downloads once, copies per run
- Balances performance and isolation
See the [Workspace Isolation](/concept/workspace-isolation) guide for details.
See the [Workspace Isolation](/docs/concept/workspace-isolation) guide for details.
---