Documentation Index
Fetch the complete documentation index at: https://specterops-fetch-json-component.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Git-HoundWorkflow
Edges
The tables below list edges defined by the GitHound extension only. Additional edges to or from this node may be created by other extensions.
Inbound Edges
| Edge Type | Source Node Types | Traversable |
|---|---|---|
| GH_HasWorkflow | GH_Repository | ❌ |
Outbound Edges
No outbound edges are defined by the GitHound extension for this node.Properties
| Property Name | Data Type | Description |
|---|---|---|
| objectid | string | The GitHub node_id of the workflow, used as the unique graph identifier. |
| name | string | The fully qualified workflow name (e.g., repoName\CI Build). |
| short_name | string | The workflow’s display name. |
| node_id | string | The GitHub GraphQL node ID. Redundant with objectid. |
| environment_name | string | The name of the environment (GitHub organization). |
| environmentid | string | The node_id of the environment (GitHub organization). |
| repository_name | string | The full name of the containing repository. |
| repository_id | string | The node_id of the containing repository. |
| path | string | The file path of the workflow definition (e.g., .github/workflows/ci.yml). |
| state | string | The workflow state (e.g., active, disabled_manually). |
| url | string | The API URL for the workflow. |
| html_url | string | The GitHub web URL for the workflow file. |
| branch | string | The branch where the workflow file was found. |
| contents | string | The full YAML contents of the workflow file, downloaded from the repository. |