v1

latestOpenAPI 3.0.1Apache 2.02026-07-17111176225.7 KB

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

pathstring

Example response

[
  {
    "path": "path",
    "matches": [
      {
        "regex": "regex",
        "name": "name",
        "lines": [
          0,
          0
        ]
      },
      {
        "regex": "regex",
        "name": "name",
        "lines": [
          0,
          0
        ]
      }
    ]
  }
]