fix: cached scan response was missing scan_only flag

This commit is contained in:
arch_agent
2026-08-04 11:44:15 +02:00
parent 054db0153f
commit 5cb3591723
+1
View File
@@ -81,6 +81,7 @@ async def scan_package(package: str) -> dict[str, Any]:
"findings": cached.findings,
"reasoning": cached.reasoning,
"version": source.package.version,
"scan_only": cfg.server.scan_only,
}
# Scan