You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add support for base_paths parameter in fullscans and diffscans
- Add base_paths parameter to Utils.load_files_for_sending_lazy() to support multiple base paths for file key stripping
- Update FullScans.post() method to accept base_paths parameter with lazy loading support
- Update DiffScans.create_from_repo() method to accept base_paths parameter
- Maintain backward compatibility with existing base_path parameter
- Fix test issues: correct fullscans.get() usage in comprehensive integration test
- Update test expectations to match correct API path handling (path segments vs query params)
The base_paths parameter takes precedence over base_path when both are provided,
allowing users to specify multiple directory paths to strip from uploaded file keys
for cleaner file organization in Socket scans.
0 commit comments