Platform API 3.0
/- List image scan security findings
Get a list of project scan findings
Get a project scan finding
List image scan secrets findings
List image scan packages
List image scan security...
List the image scan security findings
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/findings/security?cursor=string&limit=1000' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "additionalData": { "error": "string", "paging": { … }, "totalItems": 100 }, "response": [ { … } ], "supportToken": "659C0A4730" }