fix: cached scan response was missing scan_only flag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user