-
Notifications
You must be signed in to change notification settings - Fork 8
Updated readme and updated sdk requirements #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@dacoburn
dacoburn
requested review from
bcomnes and
gtystahl
and removed request for
a team
September 12, 2025 16:28
🚀 Preview package published!
Install with:
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==2.2.11.dev1
Docker image: socketdev/cli:pr-121
barslev
barslev
approved these changes
Sep 12, 2025
@dacoburn
dacoburn
added
the
Product Changelog
New features for the public changelog
label
Sep 12, 2025
- Add support for multiple --sub-path arguments to scan different directories within a single workspace - Require --workspace-name when using --sub-path for proper workspace identification - Optimize base_paths parameter to pass target_path for simplified SDK integration - Update argument validation to enforce sub_paths and workspace_name pairing - Add comprehensive README documentation with monorepo examples and usage patterns - Include GitHub Actions workflow examples for monorepo CI/CD scenarios - Extend parameter table with detailed descriptions of new CLI options This enhancement enables scanning multiple directories (e.g., frontend, backend, services/api) as a single workspace while preserving git context from the repository root, making it ideal for organizations with monorepo structures.
@dacoburn
dacoburn
deleted the
doug/multiple-sub-paths-for-mono-repo
branch
September 12, 2025 19:29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enhanced monorepo workspace support by allowing multiple
--sub-pathoptions to be specified for a single workspace scan. This improvement refactors the CLI to use the updated fullscans API withbase_pathsparameter, enabling users to scan multiple directories within a monorepo as a unified workspace while preserving git context from the repository root.Key improvements:
--sub-pathmultiple times to include various directories in a single scanbase_pathsparameter instead of singlebase_pathPublic Changelog
Enhanced monorepo support:
--sub-pathcan now be specified multiple times to scan multiple directories as a single workspace. Updated API integration to usebase_pathsfor better monorepo workspace organization. Comprehensive documentation updates with practical examples for monorepo scanning workflows.