Return a list of analyzer artifacts of the specified type
get/images/{imageDigest}/artifacts/file_content_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
]
}
]
}
]Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 75 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲