You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The webhook-code-scanning-alert-reopened schema component sets its alert field as "nullable": true. This is likely a schema inaccuracy for the following reasons:
The alert is the subject of the webhook - something that doesn't exist cannot be 'reopened'.
All other webhook-code-scanning-alert-* webhook event payloads set alert as not-nullable.
Expected
The alert field of the webhook-code-scanning-alert-reopened schema should not be set as "nullable": true