fixed_at | string | The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ . |
instances_url | string | The REST API URL for fetching the list of instances for an alert. |
url | string | The REST API URL of the alert resource. |
state | string | State of a code scanning alert. |
created_at | string | The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ . |
updated_at | string | The time that the alert was last updated in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ . |
rule | object | |
number | integer | The security alert number. |
html_url | string | The GitHub URL of the alert resource. |
dismissed_at | string | The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ . |
tool | object | |
most_recent_instance | object | |
dismissed_by | object | Simple User |
dismissed_reason | string | Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: false positive , won't fix , and used in tests . |