Dependency Scanning (SCA)
Use the REST API to query dependency scanning (SCA) metrics
Last updated
Was this helpful?
Use the REST API to query dependency scanning (SCA) metrics
Last updated
Was this helpful?
The SCA API provides a RESTful interface for querying various metrics related to findings and events. It offers endpoints to retrieve information about about SCA findings, events, and counts.
All API endpoints are accessed through the base URL: https://api.<YOUR-TENANT-NAME>.nullify.ai
Replace <YOUR-TENANT-NAME>
with your organization's tenant name. For example, if your tenant name is "acme", the base URL would be https://api.acme.nullify.ai
.
This endpoint returns the list of events that have occurred related to dependency findings.
Event types:
new-branch-summary
new-finding new-findings
new-fix
new-fixes
new-allowlisted-finding
new-allowlisted-findings
new-pull-request-finding
new-pull-request-findings
new-pull-request-fix
new-pull-request-fixes
This endpoint returns the list of current vulnerabilities in dependencies.
This endpoint returns the details of an SCA finding
Returns SCA events after a specified timestamp or event ID. All events are returned if no timestamp or event ID is provided. A maximum of 100 events can be returned per request.
The Azure organization ID
The Github owner ID
The GitLab group ID
The Nullify installation ID