scanner
Get a scanner registration details
Retruns the details of the specified scanner registration.
get/scanners/{registration_id}
Path parameters
registration_idstring required
The scanner registration identifer.
Headers
X-Request-Idstring
An unique ID for the request
Response
The details of the scanner registration.
Example response
{
"name": "Trivy",
"description": "A free-to-use tool that scans container images for package vulnerabilities.\n",
"url": "http://harbor-scanner-trivy:8080",
"auth": "Bearer",
"access_credential": "Bearer: JWTTOKENGOESHERE",
"adapter": "Trivy",
"vendor": "CentOS",
"version": "1.0.1",
"health": "healthy",
"capabilities": {
"support_vulnerability": true,
"support_sbom": true
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.