Table: github_organization_dependabot_alerts
This table shows data for Github Organization Dependabot Alerts.
The composite primary key for this table is (org, html_url).
Relations
This table depends on github_organizations.
Columns
Name | Type |
---|---|
_cq_source_name | String |
_cq_sync_time | Timestamp |
_cq_id | UUID |
_cq_parent_id | UUID |
org (PK) | String |
number | Int |
state | String |
dependency | JSON |
security_advisory | JSON |
security_vulnerability | JSON |
url | String |
html_url (PK) | String |
created_at | Timestamp |
updated_at | Timestamp |
dismissed_at | Timestamp |
dismissed_by | JSON |
dismissed_reason | String |
dismissed_comment | String |
fixed_at | Timestamp |