Skip to main content
Applies to BloodHound Enterprise and CE Represents a GitHub secret scanning alert detected in a repository. Secret scanning alerts are raised when GitHub detects a known secret pattern (such as an API key, token, or credential) committed to a repository. The alert captures the secret type, validity status, and current resolution state. Created by: Git-HoundSecretScanningAlert

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

Outbound Edges

Edge TypeDestination Node TypesTraversable
GH_ValidTokenGH_User

Properties

Property NameData TypeDescription
objectidstringA deterministic Base64-encoded ID derived from the organization, repository, and alert number.
idstringSame as objectid.
namestringThe alert number.
repository_namestringThe name of the repository where the secret was detected.
repository_idstringThe node_id of the repository.
repository_urlstringThe HTML URL of the repository.
secret_typestringThe type of secret detected (e.g., github_personal_access_token, aws_access_key_id).
secret_type_display_namestringA human-readable name for the secret type.
validitystringThe validity status of the detected secret (e.g., active, inactive, unknown).
statestringThe alert state (e.g., open, resolved).
created_atdatetimeWhen the alert was created.
updated_atdatetimeWhen the alert was last updated.
urlstringThe HTML URL to view the alert on GitHub.

Diagram