Scan Artifact

Xray REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Invokes scanning of an artifact

Security: Requires a valid user with the "Manage Xray Metadata" permission

Usage: POST /api/v1/scanArtifact"

Consumes: application/json

Sample Request:

{
 "componentID": "docker://image_name:image_tag"
}

Sample Response:

{
 "info": "Scan of artifact is in progress"
}

Response Codes:

200: Scan of artifact is in progress

415: Failed to parse artifact

500: Failed to write message to the queue