scanner
Create a scanner registration
Creats a new scanner registration with the given data.
post/scanners
Headers
X-Request-Idstring
An unique ID for the request
Request body
Example request
{
"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"
}Response
Created successfully