Skip to main content

Retry a failed or completed SBOM scan

POST 

/api/v1/sbom/scans/:id/retry

Re-queues the scan under the same ID. For file-based scans that originated from a MinIO upload, a fresh presigned download URL is automatically regenerated from the stored source object key so expired links are never reused.

Request

Path Parameters

    id stringrequired

    Scan job UUID to retry

Responses

Scan re-queued successfully, returns scanId and status

Loading...