File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments