github_secret_scanning_alerts
Table for storing GitHub Secret Scanning alert data.
-
number
number - The secret scanning number for the repository.
-
repository_id
Foreign key - ID of the repository associated with the alert.
-
state
string - State of the alert (e.g., open, resolved).
-
secret_type
string - Type of secret causing the alert.
-
source_url
string - URL for more details about the alert.
-
resolved_at
date - Timestamp when the alert was resolved.
-
created_at
date - Timestamp when the alert was created.