Image ScanAsk AIpost https://{hostname}/api/v2/scans/imageThis endpoint allows you to create a new scan for a container image with specified parameters for a project. The scan details and configurations are included in the request body.Body ParamsimagestringrequiredThe name and tag of the container image to be scanned (e.g., "nginx:latest").branchstringrequiredThe branch of the project where the scan will be conducted (e.g., "master").meta_datastringAdditional metadata associated with the scan.projectstringrequiredThe unique identifier of the project.toolstringrequiredThe scanning tool to be used (e.g., "trivy").scheduledbooleanDefaults to falseIndicator whether to create scheduled scans.api_rruleobjectSchedule scan rule configurationapi_rrule objectHeadersX-CookiestringrequiredPersonal Access TokenResponses 200200 400400Updated 10 months ago