Return a list of analyzer artifacts of the specified type
get/images/{imageDigest}/artifacts/secret_search
Path parameters
imageDigeststring required
Response
List of file metadata objects
Example response
[
{
"path": "path",
"matches": [
{
"regex": "regex",
"name": "name",
"lines": [
0,
0
]
},
{
"regex": "regex",
"name": "name",
"lines": [
0,
0
]
}
]
}
]