{ "opencollection": "1.0.0", "info": { "name": "Sysdig Monitor Activity Audit Image Scanning API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Image Scanning", "type": "folder" }, "items": [ { "info": { "name": "Scan Image", "type": "http" }, "http": { "method": "POST", "url": "https://api.us1.sysdig.com/api/scanning/v1/image", "body": { "type": "json", "data": "{}" } }, "docs": "Trigger a vulnerability scan for a container image." }, { "info": { "name": "List Scanned Images", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/scanning/v1/images", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "Retrieve all container images that have been scanned." } ] } ], "bundled": true }