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"
}
pending
files have not yet been processed, while complete
means results from the SARIF have been stored. failed
files have either not been processed at all, or could only be partially processed.