Open
Conversation
Signed-off-by: lelia <lelia@socket.dev>
Signed-off-by: lelia <lelia@socket.dev>
…sting workspace-name flag Signed-off-by: lelia <lelia@socket.dev>
Signed-off-by: lelia <lelia@socket.dev>
|
🚀 Preview package published! Install with: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==2.2.73.dev2Docker image: |
Signed-off-by: lelia <lelia@socket.dev>
dacoburn
approved these changes
Feb 25, 2026
| repo_group.add_argument( | ||
| "--workspace", | ||
| metavar="<string>", | ||
| help="The workspace of the repository to associate the full-scan with.", |
Contributor
There was a problem hiding this comment.
Lets do the "The workspace in the Socket Organization that the repository is in to associate with the full scan" or something along those lines.
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
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.
🚨 IMPORTANT: This change will not work without the associated Python SDK PR: SocketDev/socket-sdk-python#68. Please ensure the SDK PR is merged in before this PR is prepared for release.
Changes
--workspace <string>flag to support creating full scans with the Python CLI.README.mdto document the new flag, as well as explain the difference betweenworkspaceandworkspace-nameto avoid confusionTesting
test_cli_config.py: flag parses correctly, defaults toNonewhen omitted, and is independent of--workspace-namemake first-time-local-setupmitmproxyto confirm that&workspaceis now included in the HTTP requests the Socket APIPublic Changelog
Add support for
--workspaceflag when creating scansrefs: SocketDev/socket-sdk-python#68