Skip to content

Commit 9c7c99b

Browse files
committed
Update README to document workspace parameter
Signed-off-by: lelia <lelia@socket.dev>
1 parent 1d8d8a5 commit 9c7c99b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ Create a full scan from a set of package manifest files. Returns a full scan inc
184184
params = FullScanParams(
185185
org_slug="org_name",
186186
repo="TestRepo",
187+
workspace="my-workspace",
187188
branch="main",
188189
commit_message="Test Commit Message",
189190
commit_hash="abc123def456",
@@ -223,6 +224,8 @@ Create a full scan from a set of package manifest files. Returns a full scan inc
223224
+------------------------+------------+-------------------------------------------------------------------------------+
224225
| tmp | False | Boolean temporary flag |
225226
+------------------------+------------+-------------------------------------------------------------------------------+
227+
| workspace | False | The workspace of the repository to associate the full-scan with. |
228+
+------------------------+------------+-------------------------------------------------------------------------------+
226229
| integration_type | False | IntegrationType enum value (e.g., "api", "github") |
227230
+------------------------+------------+-------------------------------------------------------------------------------+
228231
| integration_org_slug | False | Organization slug for integration |

0 commit comments

Comments
 (0)