github_code_scanning_alerts

Table for storing GitHub Code Scanning alert data.

number

number
The code 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, fixed).

source_url

string
URL for more details about the alert.

fixed_at

date
Timestamp when the alert was fixed.

rule_id

Foreign key
ID of the rule that triggered the alert.

most_recent_instance_ref

string
Reference to the most recent instance of the alert.

created_at

date
Timestamp when the alert was created.

severity

string
Impact level of an issue in GitHub code scanning alerts (Error, Warning, or Note).

security_severity_level

string
Shows how risky a code vulnerability is (Critical, High, Medium, or Low).