Platform API 3.0
/- List image scan secrets findings
Get a list of project scan findings
Get a project scan finding
List image scan security findings
List image scan packages
List image scan secrets f...
List the image scan secrets findings
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/findings/secrets?cursor=string&limit=1000' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{
"additionalData": {
"error": "string",
"paging": {
"cursor": 5,
"next": "https://api-saas.mend.io/api/v3.0/projects/<project_uuid>>/images/deployments?cursor=6"
},
"totalItems": 100
},
"response": [
{
"category": "AWS",
"createdAt": "2020-01-01T00:00:00Z",
"description": "AWS Access Key",
"endLine": 35,
"filePath": "/home/ubuntu/.aws/credentials",
"isFromBaseLayer": 0,
"layerId": 123456,
"layerNumber": 1,
"projectName": "string",
"ruleId": "123456",
"severity": "HIGH",
"startLine": 15,
"updatedAt": "2020-01-01T00:00:00Z",
"uuid": "c4f93b6d-8236-4d0c-a67b-3978def476a3"
}
],
"supportToken": "659C0A4730"
}