init_project
Initialize a new project workspace for SecPipe by creating a .secpipe directory to store configuration and execution results. Call once before using other tools.
Instructions
Initialize a new SecPipe project workspace.
Creates a .secpipe/ directory for storing configuration and execution results.
Call this once before using hub tools. The project path is a working directory
for SecPipe state — it does not need to contain the files you want to analyze.
Use set_project_assets separately to specify the target files.
:param project_path: Working directory for SecPipe state. Defaults to current directory. :return: Project initialization result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||