security_events
scope to use this endpoint with private repos, the public_repo
scope also grants permission to read security events on public repos only. GitHub Apps must have the security_events
read permission to use this endpoint.curl --location --request GET 'https://api.github.com/repos///code-scanning/sarifs/'
{
"analyses_url": "http://example.com",
"errors": [
"string"
],
"processing_status": "pending"
}