Fetch a List of Images in Your Account

Shows a list of images in your account.

GET/csapi/v1.3/images

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

filter

 Optional

 string

Filter the containers list by providing a query using Qualys syntax.

Refer to the 'Searching for Images' topic in the online help for assistance with creating your query.

pageNumber

Optional

 integer

The page to be returned. Page numbers start with 1.

pageSize

Optional

 integer

The number of records per page to be included in the response.

sort

 Optional

 string

Sort the results using a Qualys token. For example eventOccurred:desc.

Refer to the “Sortable tokens” topic in the online help for more information.

SampleSample

API request

    curl -X GET
"<qualys_base_url>/csapi/v1.3/images?filter=imagesInUse:'[now-7d ... now]'&pageNumber=1&pageSize=50&sort=created%3Adesc"
-H "accept: application/json"
-H "Authorization: Bearer <token>"

Response

    	
{
  "data": [
    {
      "created": "1669272076000",
      "updated": "1669633243136",
      "lastUsedDate;: "1716251515814",
      "sha": "fddd5d9814a9393cf85f4794c6435ba00e8db8facee9bcc05d9d0846016470df",
      "repo": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "tag": "image08",
          "repository": "testrescan"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "digest": "4f7327b7a5241df428174dc9a6dfe3597b45d59de3058d92664e6490ea2e9cb6",
          "repository": "testrescan"
        }
      ],
      "uuid": "5d0cc2c9-520f-3f9d-b8d2-81f75e2f6f52",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "fddd5d9814a9",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669633243136",
      "registryUuid": [
        "8f53af0a-95cc-4ea5-bfd1-d1e85c23ce6e"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": [
         "1b4bfdd9-2ef1-4876-b5d1-7840092bb66f"
      ],
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1669633215377"
    },
    {
      "created": "1669272072000",
      "updated": "1669633479170",
      "sha": "6209f5bfd1c71badde2ed18a8dc44a17d8292e4edf60fb6fc135f95b56ce7030",
      "repo": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "tag": "image07",
          "repository": "testrescan"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "digest": "c3c942c41eb2d47319b98604c1573f405161296a7544e54924770ec5e005f43c",
          "repository": "testrescan"
        }
      ],
      "uuid": "07bd5003-0d88-385e-a476-42b3a0ce8487",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "6209f5bfd1c7",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669633479170",
      "registryUuid": [
        "8f53af0a-95cc-4ea5-bfd1-d1e85c23ce6e"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": [
         "1b4bfdd9-2ef1-4876-b5d1-7840092bb66f"
      ],
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1669633440749"
    },
    {
      "created": "1669192735000",
      "updated": "1670331963477",
      "sha": "c85e2c5765147db571289959e005942a4f12866806632d99ea980c2a333ce6fe",
      "repo": [
        {
          "registry": "cmsapline01.azurecr.io",
          "tag": "forcerescan02",
          "repository": "ubuntu"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsapline01.azurecr.io",
          "digest": "68309f46b7e57986021a7223f670f6cbccdcf53a8afc954e3b69502b504ba79c",
          "repository": "ubuntu"
        }
      ],
      "uuid": "6bdddae2-2497-30aa-ba99-78aa388bba44",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 26,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "c85e2c576514",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1670331963477",
      "registryUuid": [
        "cd1aa705-6cea-4d99-b4c5-72f56d7c6851"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": [
        "0388e699-1805-4e18-80ca-cdc4336e530d",
        "6f7907f1-9aa9-4161-8532-2743473bd80b",
        "a598e4ce-1137-4cf9-805c-fe9bfbc7b923",
        "7ed43e34-934d-4312-b7b7-ca623d7a8f1d"
      ],
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1670331600256"
    },
    {
      "created": "1669186722000",
      "updated": "1669287284302",
      "sha": "14a53ea0cd074505261ce2519d00ae2e925427dc26f04e8150c804895616d9d9",
      "repo": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "tag": "image10",
          "repository": "azuretest"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "digest": "c42e1c9241432690825074f4ac38aed5a75d52b868abbeac867a7761dbc94613",
          "repository": "azuretest"
        }
      ],
      "uuid": "6b0981b8-f472-3332-a725-f3045bc40b28",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "14a53ea0cd07",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669287284302",
      "registryUuid": [
        "fd05c5d5-7583-4e47-b538-c8b414bd9c86"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": [
        "46b41a23-44b9-4e98-b1a7-9a6c1f390896",
        "a598e4ce-1137-4cf9-805c-fe9bfbc7b923",
        "7ed43e34-934d-4312-b7b7-ca623d7a8f1d"
      ],
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1669287257416"
    },
    {
      "created": "1669186719000",
      "updated": "1669287475524",
      "sha": "ad5a811003d92ee4725f246865ed1eb6a1e2c51d49943aa11d5fc992509e0f5a",
      "repo": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "tag": "image09",
          "repository": "azuretest"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "digest": "c4e0e223ab0554c3b4609edc988c990232b88fa38876a80c76caad750cef9a17",
          "repository": "azuretest"
        }
      ],
      "uuid": "d24aca3e-34e1-3a76-8006-bdd64703191a",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "ad5a811003d9",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669287475524",
      "registryUuid": [
        "fd05c5d5-7583-4e47-b538-c8b414bd9c86"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1669287268187"
    },
    {
      "created": "1669186716000",
      "updated": "1669287251160",
      "sha": "0c342a159b6be03614ba9478cb3991d1150d9e4acd7d821b681ecf5d01398b14",
      "repo": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "tag": "image08",
          "repository": "azuretest"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "digest": "318aa0e5b158808a9d3ed23b0f703a3a89b92e2b0ae99aebccf1c6eb385ba92a",
          "repository": "azuretest"
        }
      ],
      "uuid": "1e127ebd-efb6-3730-ab2f-f60276a93316",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "0c342a159b6b",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669287251160",
      "registryUuid": [
        "fd05c5d5-7583-4e47-b538-c8b414bd9c86"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1669287038981"
    },
    {
      "created": "1669186713000",
      "updated": "1669287263524",
      "sha": "276894f8f84d0fc72c5f9d546f4fb033e45c8eb72d23ba4a199fe6104633ade5",
      "repo": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "tag": "image07",
          "repository": "azuretest"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "digest": "05a858ff1ca9684fb1b3a3a4663d7f253b6cdc25ae2ae2d3303bb7db265e9890",
          "repository": "azuretest"
        }
      ],
      "uuid": "b77f67ed-46e4-31ca-adbe-8644db00881b",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "276894f8f84d",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669287263524",
      "registryUuid": [
        "fd05c5d5-7583-4e47-b538-c8b414bd9c86"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1669287052882"
    },
    {
      "created": "1669186710000",
      "updated": "1669287272466",
      "sha": "846859b9562c296492af9767d2d2a2ceb7a540c1b6af3a8996f63bab7de7653d",
      "repo": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "tag": "image06",
          "repository": "azuretest"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "digest": "803f847a63f1ad8b7158929f62c8680a14cded88a06115d19aea98ad63b78a2b",
          "repository": "azuretest"
        }
      ],
      "uuid": "d67ceee6-48a1-36fa-811e-06dd45ff33b7",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "846859b9562c",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669287272466",
      "registryUuid": [
        "fd05c5d5-7583-4e47-b538-c8b414bd9c86"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1669287053672"
    },
    {
      "created": "1669184540000",
      "updated": "1669633465508",
      "sha": "fee8fe4065f9d8d29736d4da7e6fe28ce75a3e25e4f0171ebb1dcf1a468e3655",
      "repo": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "tag": "test06",
          "repository": "testrescan"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "digest": "9b450cb8c65097d5fedfb165330bfbdf4eacb4aab9cbdb5dec664b4d0c3d55a5",
          "repository": "testrescan"
        }
      ],
      "uuid": "ff995ba6-6dc9-3ba3-b41a-5d0f9ae8f087",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "fee8fe4065f9",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669633465508",
      "registryUuid": [
        "8f53af0a-95cc-4ea5-bfd1-d1e85c23ce6e"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1669633249503"
    },
    {
      "created": "1669184533000",
      "updated": "1669633435073",
      "sha": "e57e02d771f69ed3155d24fa406532d4d6baf1ee81b27b9d19c6246db97e4697",
      "repo": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "tag": "test05",
          "repository": "testrescan"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "digest": "5cfdf5ca8ebaaab02842871f0d419e282bd2a55f4e90e2d374b72e73e3db2016",
          "repository": "testrescan"
        }
      ],
      "uuid": "a45d755f-41fc-3e84-8196-331a6d580670",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "e57e02d771f6",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669633435073",
      "registryUuid": [
        "8f53af0a-95cc-4ea5-bfd1-d1e85c23ce6e"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1669633227492"
    },
    {
      "created": "1669181011000",
      "updated": "1669633213144",
      "sha": "7a1fa2051e9fb141785dc503d1c523f4c7ead0b3a608e91ddc207043373907d4",
      "repo": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "tag": "test04",
          "repository": "testrescan"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "digest": "33b9e4377088416626b0d7944edf773025314a525c08376e2dae1eb03ca413e8",
          "repository": "testrescan"
        }
      ],
      "uuid": "bc762be4-68c9-3a45-b2ee-cdcaf67cc363",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "7a1fa2051e9f",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669633213144",
      "registryUuid": [
        "8f53af0a-95cc-4ea5-bfd1-d1e85c23ce6e"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1669633000501"
    },
    {
      "created": "1669181003000",
      "updated": "1669633211374",
      "sha": "720eb1c263503239db3ccf27f961119265eff1f1122abd23de8d93680abc5c87",
      "repo": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "tag": "test03",
          "repository": "testrescan"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "digest": "26c21fa39d5c978ee09ca217bbc6aec439bc9f8ea712d52a12717497307d8874",
          "repository": "testrescan"
        }
      ],
      "uuid": "88465639-d6af-379e-bda5-e38140e1cabd",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "720eb1c26350",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669633211374",
      "registryUuid": [
        "8f53af0a-95cc-4ea5-bfd1-d1e85c23ce6e"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1669632999752"
    },
    {
      "created": "1669181000000",
      "updated": "1669633232315",
      "sha": "858c161c88c3f79f6950e7d3ac9546d2b8b5fb88f28176fd577400e7c6b7410b",
      "repo": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "tag": "test02",
          "repository": "testrescan"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "digest": "42db3806c28e9b0fd08ca46778f50bf612010f8713c9d2523304f9b50809ce50",
          "repository": "testrescan"
        }
      ],
      "uuid": "6108d960-e97a-3892-a8e0-13d5ddf41156",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "858c161c88c3",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669633232315",
      "registryUuid": [
        "8f53af0a-95cc-4ea5-bfd1-d1e85c23ce6e"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1669633012393"
    },
    {
      "created": "1669180997000",
      "updated": "1669633454144",
      "sha": "18a2c74dded0778d40cc6c96378c3b498de4e55925c6a01a5852d6c8de4ebb0f",
      "repo": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "tag": "test01",
          "repository": "testrescan"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmstestauto01.azurecr.io",
          "digest": "94f8dbf3ac99ec36d8262d8d6bc50313e1ea1846a0acdb9d0b72d5d533c76611",
          "repository": "testrescan"
        }
      ],
      "uuid": "c2dac5b4-ceb2-31f5-b66a-d34b3caa13dc",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "18a2c74dded0",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669633454144",
      "registryUuid": [
        "8f53af0a-95cc-4ea5-bfd1-d1e85c23ce6e"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1669633240836"
    },
    {
      "created": "1669033935000",
      "updated": "1669033939382",
      "sha": "8f93694b7b8c15676bef56b9c08b3ebc1fd4105446e914f510f8de19b873c201",
      "repo": [
        {
          "registry": null,
          "tag": "image0031-layered",
          "repository": "qualysdemo/testimages"
        }
      ],
      "repoDigests": [],
      "uuid": "087d7f74-b16f-35a6-abf3-70e1ab992ce4",
      "size": 459793621,
      "vulnerabilities": {
        "severity5Count": null,
        "severity3Count": null,
        "severity4Count": null,
        "severity1Count": null,
        "severity2Count": null
      },
      "imageId": "8f93694b7b8c",
      "associatedContainersCount": 1,
      "associatedHostsCount": 0,
      "lastVmScanDate": null,
      "registryUuid": [],
      "source": [
        "INSTRUMENTATION"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": "238cd32296c6c71fa84f6910fb7cd193a7c02ff14a548c6df39042fa7daf3944",
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": null,
      "scanErrorCode": null,
      "scanStatus": null,
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 0,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": null
    },
    {
      "created": "1668771003000",
      "updated": "1670331445985",
      "sha": "7943603e6c4ea63ab7be76a5fd441a7ff8c3c35fdeea61895c8c94439674d248",
      "repo": [
        {
          "registry": "cmsapline01.azurecr.io",
          "tag": "forcerescan01",
          "repository": "ubuntu"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsapline01.azurecr.io",
          "digest": "0216ad0c4eeea5d80b0d9dd5cfb9fe55bab772203b962129b3da60fc73dc5f8a",
          "repository": "ubuntu"
        }
      ],
      "uuid": "132c2d24-99d0-3b83-a574-a37536eb95d1",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "7943603e6c4e",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1668772212490",
      "registryUuid": [
        "cd1aa705-6cea-4d99-b4c5-72f56d7c6851"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1670331445985"
    },
    {
      "created": "1667986890000",
      "updated": "1667990313427",
      "sha": "ad314d0e17fa703fb1ad74aae44b3eada6afe33d8117f461926b5fc209a7c09d",
      "repo": [
        {
          "registry": "us.gcr.io",
          "tag": "railstest02",
          "repository": "qualys-cms/image"
        }
      ],
      "repoDigests": [
        {
          "registry": "us.gcr.io",
          "digest": "ad87d51144277ad250370d8b96eefca97c845013001d60bd012a56c2e8cec4f6",
          "repository": "qualys-cms/image"
        }
      ],
      "uuid": "187d8e3b-e3e1-36fd-a2a4-0553db7f847d",
      "size": 840234153,
      "vulnerabilities": {
        "severity5Count": 12,
        "severity3Count": 169,
        "severity4Count": 25,
        "severity1Count": 2,
        "severity2Count": 5
      },
      "imageId": "ad314d0e17fa",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1667990313427",
      "registryUuid": [
        "1abfc2d6-8afc-4d21-8e2a-f264779773bf"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1667989953452"
    },
    {
      "created": "1667986887000",
      "updated": "1667990306836",
      "sha": "a258a3f80163d0d1456ea1be93da5fcc336888fe862bb31ee219125175932c61",
      "repo": [
        {
          "registry": "us.gcr.io",
          "tag": "railstest01",
          "repository": "qualys-cms/image"
        }
      ],
      "repoDigests": [
        {
          "registry": "us.gcr.io",
          "digest": "ee996e77438ceae28cf491e0858c917dc70245ccbd95d351a684e900d25782c4",
          "repository": "qualys-cms/image"
        }
      ],
      "uuid": "b63f036d-72b5-3c5a-9fee-bc6905ed06f9",
      "size": 840234153,
      "vulnerabilities": {
        "severity5Count": 12,
        "severity3Count": 169,
        "severity4Count": 25,
        "severity1Count": 2,
        "severity2Count": 5
      },
      "imageId": "a258a3f80163",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1667990306836",
      "registryUuid": [
        "1abfc2d6-8afc-4d21-8e2a-f264779773bf"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1667989955373"
    },
    {
      "created": "1667883964000",
      "updated": "1667903728766",
      "sha": "e68ad2ef8110845c592d0fe9a61d03c8067b32b9e010dea3021b3921acc1490a",
      "repo": [
        {
          "registry": "registry-1.docker.io",
          "tag": "image0033",
          "repository": "qualysdemo/testimages"
        }
      ],
      "repoDigests": [
        {
          "registry": "registry-1.docker.io",
          "digest": "b0fcbb5f96220cedbaedd0c7bff27ce0e4d7ec5eeef934868f365654c725b276",
          "repository": "qualysdemo/testimages"
        }
      ],
      "uuid": "6337e6dd-e1a4-3721-9d3b-f2750ea6ed86",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "e68ad2ef8110",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1667903728766",
      "registryUuid": [
        "560b7f4c-67c4-4e6b-aca9-95f59e0de0cc"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1667903514264"
    },
    {
      "created": "1667883901000",
      "updated": "1667903727361",
      "sha": "2a79a268e31bc66d42cf1d05e2fd017e9e9cc9f24adf03c0d3cefdd670a404ef",
      "repo": [
        {
          "registry": "registry-1.docker.io",
          "tag": "image0032",
          "repository": "qualysdemo/testimages"
        }
      ],
      "repoDigests": [
        {
          "registry": "registry-1.docker.io",
          "digest": "6845980ba2f016ab168879818d635dd3fef800deb030286ac98e5a7f3e0e7682",
          "repository": "qualysdemo/testimages"
        }
      ],
      "uuid": "2016772b-a0e3-3752-ae26-65196f00f67d",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "2a79a268e31b",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1667903727361",
      "registryUuid": [
        "560b7f4c-67c4-4e6b-aca9-95f59e0de0cc"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1667903576083"
    },
    {
      "created": "1667815368000",
      "updated": "1669033939444",
      "sha": "238cd32296c6c71fa84f6910fb7cd193a7c02ff14a548c6df39042fa7daf3944",
      "repo": [
        {
          "registry": "registry-1.docker.io",
          "tag": "image0031",
          "repository": "qualysdemo/testimages"
        }
      ],
      "repoDigests": [
        {
          "registry": "registry-1.docker.io",
          "digest": "432f44acf5161992eaafe62cafbcde80ed33d8caf7835b96cb143c5e516e1a65",
          "repository": "qualysdemo/testimages"
        }
      ],
      "uuid": "6d4ea709-ca62-37f5-853b-4672d50fd721",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "238cd32296c6",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1667817329060",
      "registryUuid": [
        "560b7f4c-67c4-4e6b-aca9-95f59e0de0cc"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": true,
      "instrumentedFrom": null,
      "instrumentationState": "COMPLETED",
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1667817119458"
    },
    {
      "created": "1665560215000",
      "updated": "1665565278080",
      "sha": "3f53f3aef168801f53f5f6b98bdbb18dff4f3e293b207e3941371b71fbafe8b1",
      "repo": [
        {
          "registry": "docker.io",
          "tag": "cicd02",
          "repository": "railstest"
        }
      ],
      "repoDigests": null,
      "uuid": "6f5438b2-17e0-3222-a655-c0339121eec5",
      "size": 840234153,
      "vulnerabilities": {
        "severity5Count": 12,
        "severity3Count": 169,
        "severity4Count": 25,
        "severity1Count": 2,
        "severity2Count": 5
      },
      "imageId": "3f53f3aef168",
      "associatedContainersCount": 0,
      "associatedHostsCount": 1,
      "lastVmScanDate": "1665565278080",
      "registryUuid": null,
      "source": [
        "CICD"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": {
        "sensorUuid": "1776fb53-7697-4ccb-a9b3-3a3dd03e8dbe",
        "hostname": "dockercent",
        "ipAddress": "10.115.98.192",
        "uuid": "bb8906eb-e330-4047-aa5d-247d9762f42f",
        "lastUpdated": "2022-10-12T07:38:53.371Z"
      },
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1665564936270"
    },
    {
      "created": "1665560213000",
      "updated": "1665565265070",
      "sha": "002d999d562fdf234a916db1d91156df63d6dd70c82088396b3a1218c98e05c2",
      "repo": [
        {
          "registry": "docker.io",
          "tag": "cicd01",
          "repository": "railstest"
        }
      ],
      "repoDigests": null,
      "uuid": "0fd540a3-08d2-35fd-b451-d5c19e7656b3",
      "size": 840234153,
      "vulnerabilities": {
        "severity5Count": 12,
        "severity3Count": 169,
        "severity4Count": 25,
        "severity1Count": 2,
        "severity2Count": 5
      },
      "imageId": "002d999d562f",
      "associatedContainersCount": 0,
      "associatedHostsCount": 1,
      "lastVmScanDate": "1665565265070",
      "registryUuid": null,
      "source": [
        "CICD"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": {
        "sensorUuid": "1776fb53-7697-4ccb-a9b3-3a3dd03e8dbe",
        "hostname": "dockercent",
        "ipAddress": "10.115.98.192",
        "uuid": "bb8906eb-e330-4047-aa5d-247d9762f42f",
        "lastUpdated": "2022-10-12T07:38:22.541Z"
      },
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1665564892232"
    },
    {
      "created": "1665484138000",
      "updated": "1665484140699",
      "sha": "dd92415e35f97f54865b9bfd58c6ad99978a05b58e8da6e0a189e50fd0b70c9f",
      "repo": [
        {
          "registry": null,
          "tag": "sensorprofile01-layered",
          "repository": "qualysdemo/newimages"
        }
      ],
      "repoDigests": [],
      "uuid": "e6ae097a-2eed-3db7-af39-5b20e3774638",
      "size": 971190442,
      "vulnerabilities": {
        "severity5Count": null,
        "severity3Count": null,
        "severity4Count": null,
        "severity1Count": null,
        "severity2Count": null
      },
      "imageId": "dd92415e35f9",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": null,
      "registryUuid": [],
      "source": [
        "INSTRUMENTATION"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": "123551bafc772332f31c07b7844c89185c83eb34d107d7fec9ecae15f1f890ca",
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": null,
      "scanErrorCode": null,
      "scanStatus": null,
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 0,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": null
    },
    {
      "created": "1665483131000",
      "updated": "1665483167999",
      "sha": "ccca2d48bf7e82a5b560c518a5789f659e73b43c4a2e6ef3fe8e9b1ce2338c31",
      "repo": [
        {
          "registry": "registry-1.docker.io",
          "tag": "image0026-layered",
          "repository": "qualysdemo/testimages"
        }
      ],
      "repoDigests": [
        {
          "registry": "registry-1.docker.io",
          "digest": "sha256:83f47bc53338def615c2d2c3a2af5dacab9f09bca6caa466dd1056e901fbad67",
          "repository": "qualysdemo/testimages"
        }
      ],
      "uuid": "d936c5e2-b57c-34c3-851f-ac081d0f1d1a",
      "size": 459793620,
      "vulnerabilities": {
        "severity5Count": null,
        "severity3Count": null,
        "severity4Count": null,
        "severity1Count": null,
        "severity2Count": null
      },
      "imageId": "ccca2d48bf7e",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": null,
      "registryUuid": [
        "a9533f6b-5072-4612-8bf7-dd96bb8406c9"
      ],
      "source": [
        "INSTRUMENTATION"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": "37a9c7c4cb77d9a77c516f4ff99cf975ae683813fb92a16f850d11855104fcaa",
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": null,
      "scanErrorCode": null,
      "scanStatus": null,
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 0,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": null
    },
    {
      "created": "1665415418000",
      "updated": "1670316739888",
      "sha": "e6cbff8c11f91d3fd308815196db94c67552f5f37e05767d1a9ad26c944794c2",
      "repo": [
        {
          "registry": "cmsapline01.azurecr.io",
          "tag": "scatest01",
          "repository": "noshell01"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsapline01.azurecr.io",
          "digest": "e63b613f38c149523cb3a945256e1092a6d7ff798ed2bec486483ff216dd076c",
          "repository": "noshell01"
        }
      ],
      "uuid": "059776c0-d149-3fe3-a971-0074d094ff90",
      "size": 892706128,
      "vulnerabilities": {
        "severity5Count": 0,
        "severity3Count": 0,
        "severity4Count": 5,
        "severity1Count": 1,
        "severity2Count": 0
      },
      "imageId": "e6cbff8c11f9",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1670316739888",
      "registryUuid": [
        "cd1aa705-6cea-4d99-b4c5-72f56d7c6851"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1670316164941"
    },
    {
      "created": "1665396428000",
      "updated": "1665396467541",
      "sha": "6f0172a7c94d8f9d6bd5860c88c1d161618188de030d424ed3f21de95999f675",
      "repo": [
        {
          "registry": "registry-1.docker.io",
          "tag": "image0030-layered",
          "repository": "qualysdemo/testimages"
        }
      ],
      "repoDigests": [
        {
          "registry": "registry-1.docker.io",
          "digest": "sha256:2291ce73dd7f89f2354fed79c97e77110812c0f8b3e54f7013c5f2b67e8c0994",
          "repository": "qualysdemo/testimages"
        }
      ],
      "uuid": "d7c8cf02-d445-3d43-8f84-2a822fb2c882",
      "size": 459793620,
      "vulnerabilities": {
        "severity5Count": null,
        "severity3Count": null,
        "severity4Count": null,
        "severity1Count": null,
        "severity2Count": null
      },
      "imageId": "6f0172a7c94d",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": null,
      "registryUuid": [
        "a9533f6b-5072-4612-8bf7-dd96bb8406c9"
      ],
      "source": [
        "INSTRUMENTATION"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": "34773b692ea14687906a7cb429ddf3fbbfc98bd6dbc6e650e1233b8faa33cb7a",
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": null,
      "scanErrorCode": null,
      "scanStatus": null,
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 0,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": null
    },
    {
      "created": "1665025334000",
      "updated": "1666956958079",
      "sha": "eee42bfd68d5f1ed7ab7bad6b2487aea2edc37361f60c4e0877b92e994b4be11",
      "repo": [
        {
          "registry": "docker.io",
          "tag": "maven",
          "repository": "arth1234/sca"
        },
        {
          "registry": "docker.io",
          "tag": "latest",
          "repository": "maven"
        }
      ],
      "repoDigests": [
        {
          "registry": "docker.io",
          "digest": "8749bddc379ea95cf74e7f72f978a3a969312f752e7721adb6505cf9dbe00782",
          "repository": "maven"
        },
        {
          "registry": "docker.io",
          "digest": "3017f235b7a43b100cb77e2eaee610d02a1a178cc1767f660b539a26c9b93844",
          "repository": "arth1234/sca"
        }
      ],
      "uuid": "e0b9149c-cbbd-38d5-9528-69e3e980e47b",
      "size": 535400196,
      "vulnerabilities": {
        "severity5Count": null,
        "severity3Count": null,
        "severity4Count": null,
        "severity1Count": null,
        "severity2Count": null
      },
      "imageId": "eee42bfd68d5",
      "associatedContainersCount": 0,
      "associatedHostsCount": 1,
      "lastVmScanDate": null,
      "registryUuid": null,
      "source": [
        "GENERAL"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": null,
      "scanErrorCode": null,
      "scanStatus": null,
      "lastFoundOnHost": {
        "sensorUuid": "c365ec0f-3205-47e7-9c4a-290f649b3e31",
        "hostname": "vsubu1804p",
        "ipAddress": "10.11.74.105",
        "uuid": "fe9b3d0d-519a-4259-a559-92776744531e",
        "lastUpdated": "2022-10-28T11:01:40.168Z"
      },
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1666956958079"
    },
    {
      "created": "1664791781000",
      "updated": "1670331392800",
      "sha": "67a3435ded26b02b1ddbe1be7a158c8574b385bc6bae258572f279684f9fc8cb",
      "repo": [
        {
          "registry": "cmsapline01.azurecr.io",
          "tag": "centos8",
          "repository": "subhamjain"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsapline01.azurecr.io",
          "digest": "cef45f07ca849759d561c388f7761b9d4ba2a3c2943ca5191eace0835b57bacf",
          "repository": "subhamjain"
        }
      ],
      "uuid": "12e954f1-b91c-3fd2-974f-470e48d2f928",
      "size": 231268856,
      "vulnerabilities": {
        "severity5Count": 1,
        "severity3Count": 0,
        "severity4Count": 0,
        "severity1Count": 0,
        "severity2Count": 0
      },
      "imageId": "67a3435ded26",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669101252210",
      "registryUuid": [
        "cd1aa705-6cea-4d99-b4c5-72f56d7c6851"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "STATIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1670331392800"
    },
    {
      "created": "1664366850000",
      "updated": "1668506585652",
      "sha": "0cda5835d70b3f7c34ffa402074caae11141c45a41c0bbc6543628781e154955",
      "repo": [
        {
          "registry": "registry-1.docker.io",
          "tag": "ron_rails_1-layered",
          "repository": "qualysdemo/kgaurav5"
        }
      ],
      "repoDigests": [
        {
          "registry": "registry-1.docker.io",
          "digest": "903d8af6f90ceaeeed0109c6da8e061775bf801d790bd3038311646604aaa0fd",
          "repository": "qualysdemo/kgaurav5"
        }
      ],
      "uuid": "be806108-cb2b-3866-b3d8-370a3f89a156",
      "size": 917213021,
      "vulnerabilities": {
        "severity5Count": 12,
        "severity3Count": 169,
        "severity4Count": 25,
        "severity1Count": 2,
        "severity2Count": 5
      },
      "imageId": "0cda5835d70b",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1668506585652",
      "registryUuid": [
        "32112b81-0fcf-4e38-b573-eee1b22529eb"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1668506399283"
    },
    {
      "created": "1664253670000",
      "updated": "1668663705402",
      "sha": "7a2bc2fd1f5c2b9247b01c41779e800551b65dc17096955a6077ed28d149779f",
      "repo": [
        {
          "registry": "registry-1.docker.io",
          "tag": "image0015",
          "repository": "qualysdemo/testimages"
        }
      ],
      "repoDigests": [
        {
          "registry": "registry-1.docker.io",
          "digest": "4ae8438a4de0982b8360c30a58b9c72874503119fe8c0c131259ce27f81915f2",
          "repository": "qualysdemo/testimages"
        }
      ],
      "uuid": "4e218296-aa82-3402-85e4-d7415cdf689c",
      "size": 363718009,
      "vulnerabilities": {
        "severity5Count": 5,
        "severity3Count": 39,
        "severity4Count": 24,
        "severity1Count": 0,
        "severity2Count": 6
      },
      "imageId": "7a2bc2fd1f5c",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1668663705402",
      "registryUuid": [
        "758a218c-1a1b-48ad-a5a3-737c4bf2b991"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1668663495467"
    },
    {
      "created": "1663742991000",
      "updated": "1663743935098",
      "sha": "7686a851748cb299c6ce8d37de8e91478c397a9a399ec69c860321360606dc58",
      "repo": [
        {
          "registry": "docker.io",
          "tag": "test05",
          "repository": "railssep"
        }
      ],
      "repoDigests": null,
      "uuid": "42f2f6f4-325d-3397-8480-f71b33690543",
      "size": 841225385,
      "vulnerabilities": {
        "severity5Count": null,
        "severity3Count": null,
        "severity4Count": null,
        "severity1Count": null,
        "severity2Count": null
      },
      "imageId": "7686a851748c",
      "associatedContainersCount": 0,
      "associatedHostsCount": 1,
      "lastVmScanDate": "1663743935098",
      "registryUuid": null,
      "source": [
        "GENERAL"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": null,
      "scanErrorCode": null,
      "scanStatus": null,
      "lastFoundOnHost": {
        "sensorUuid": "89f6341b-e505-4df8-8a73-59813de38f6e",
        "hostname": "qab.rdlab.in03.qualys.com",
        "ipAddress": "10.115.98.193",
        "uuid": "e6d6eb35-86e6-49b4-ab3f-a3b228e7373d",
        "lastUpdated": "2022-09-21T06:50:02.198Z"
      },
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1663743433991"
    },
    {
      "created": "1663736098000",
      "updated": "1663739431889",
      "sha": "dfa684865072067097b6809baecbd87588bb09cf609bf219c9b6c20de827f730",
      "repo": [
        {
          "registry": "docker.io",
          "tag": "test04",
          "repository": "railssep"
        }
      ],
      "repoDigests": null,
      "uuid": "73df1f39-ef00-3ad9-8708-d60f671730a9",
      "size": 840234153,
      "vulnerabilities": {
        "severity5Count": 12,
        "severity3Count": 169,
        "severity4Count": 25,
        "severity1Count": 2,
        "severity2Count": 5
      },
      "imageId": "dfa684865072",
      "associatedContainersCount": 0,
      "associatedHostsCount": 1,
      "lastVmScanDate": "1663739431889",
      "registryUuid": null,
      "source": [
        "GENERAL"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": {
        "sensorUuid": "89f6341b-e505-4df8-8a73-59813de38f6e",
        "hostname": "qab.rdlab.in03.qualys.com",
        "ipAddress": "10.115.98.193",
        "uuid": "e6d6eb35-86e6-49b4-ab3f-a3b228e7373d",
        "lastUpdated": "2022-09-21T05:26:59.704Z"
      },
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1663738945963"
    },
    {
      "created": "1663736096000",
      "updated": "1663738917217",
      "sha": "5ef2e68d0eb45352b63be28d8de2c72731247510a8e53f6fe7f0035e0d6eab68",
      "repo": [
        {
          "registry": "docker.io",
          "tag": "test03",
          "repository": "railssep"
        }
      ],
      "repoDigests": null,
      "uuid": "fe9c9a0f-f424-3329-a962-93e93f47f5e8",
      "size": 840234153,
      "vulnerabilities": {
        "severity5Count": 12,
        "severity3Count": 169,
        "severity4Count": 25,
        "severity1Count": 2,
        "severity2Count": 5
      },
      "imageId": "5ef2e68d0eb4",
      "associatedContainersCount": 0,
      "associatedHostsCount": 1,
      "lastVmScanDate": "1663738917217",
      "registryUuid": null,
      "source": [
        "GENERAL"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": {
        "sensorUuid": "89f6341b-e505-4df8-8a73-59813de38f6e",
        "hostname": "qab.rdlab.in03.qualys.com",
        "ipAddress": "10.115.98.193",
        "uuid": "e6d6eb35-86e6-49b4-ab3f-a3b228e7373d",
        "lastUpdated": "2022-09-21T05:26:59.704Z"
      },
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1663738467692"
    },
    {
      "created": "1663235956000",
      "updated": "1663739434549",
      "sha": "ff2a1b977b82077913b0db5d4acbdba8fce8adfab2a3865d5d6988cfd7bb0747",
      "repo": [
        {
          "registry": "docker.io",
          "tag": "test04",
          "repository": "railstoday"
        }
      ],
      "repoDigests": null,
      "uuid": "ad84d87d-b257-3582-af07-9faf5d82bda7",
      "size": 840234153,
      "vulnerabilities": {
        "severity5Count": 12,
        "severity3Count": 169,
        "severity4Count": 25,
        "severity1Count": 2,
        "severity2Count": 5
      },
      "imageId": "ff2a1b977b82",
      "associatedContainersCount": 0,
      "associatedHostsCount": 1,
      "lastVmScanDate": "1663739434549",
      "registryUuid": null,
      "source": [
        "GENERAL"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": {
        "sensorUuid": "89f6341b-e505-4df8-8a73-59813de38f6e",
        "hostname": "qab.rdlab.in03.qualys.com",
        "ipAddress": "10.115.98.193",
        "uuid": "e6d6eb35-86e6-49b4-ab3f-a3b228e7373d",
        "lastUpdated": "2022-09-21T05:26:59.704Z"
      },
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1663739244757"
    },
    {
      "created": "1663235954000",
      "updated": "1663739251283",
      "sha": "747d9b976c6ce9ab81debee5ed6f5e506b493111b77f8c356492301de3234abc",
      "repo": [
        {
          "registry": "docker.io",
          "tag": "test03",
          "repository": "railstoday"
        }
      ],
      "repoDigests": null,
      "uuid": "ac7f5129-cf63-3830-bea9-9c74e566d9db",
      "size": 840234153,
      "vulnerabilities": {
        "severity5Count": null,
        "severity3Count": null,
        "severity4Count": null,
        "severity1Count": null,
        "severity2Count": null
      },
      "imageId": "747d9b976c6c",
      "associatedContainersCount": 0,
      "associatedHostsCount": 1,
      "lastVmScanDate": "1663739251283",
      "registryUuid": null,
      "source": [
        "GENERAL"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": null,
      "scanErrorCode": null,
      "scanStatus": null,
      "lastFoundOnHost": {
        "sensorUuid": "89f6341b-e505-4df8-8a73-59813de38f6e",
        "hostname": "qab.rdlab.in03.qualys.com",
        "ipAddress": "10.115.98.193",
        "uuid": "e6d6eb35-86e6-49b4-ab3f-a3b228e7373d",
        "lastUpdated": "2022-09-21T05:26:59.704Z"
      },
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1663738913757"
    },
    {
      "created": "1663220948000",
      "updated": "1663739365075",
      "sha": "de18d5342edf433ef27df0ae5037cf55e9306c163b8828aa938b7d19e3b8bdeb",
      "repo": [
        {
          "registry": "docker.io",
          "tag": "cicd02",
          "repository": "railstest"
        }
      ],
      "repoDigests": null,
      "uuid": "10a8f34f-a59e-3334-81ef-7f7206376660",
      "size": 840234153,
      "vulnerabilities": {
        "severity5Count": null,
        "severity3Count": null,
        "severity4Count": null,
        "severity1Count": null,
        "severity2Count": null
      },
      "imageId": "de18d5342edf",
      "associatedContainersCount": 0,
      "associatedHostsCount": 1,
      "lastVmScanDate": "1663739365075",
      "registryUuid": null,
      "source": [
        "GENERAL"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": null,
      "scanErrorCode": null,
      "scanStatus": null,
      "lastFoundOnHost": {
        "sensorUuid": "89f6341b-e505-4df8-8a73-59813de38f6e",
        "hostname": "qab.rdlab.in03.qualys.com",
        "ipAddress": "10.115.98.193",
        "uuid": "e6d6eb35-86e6-49b4-ab3f-a3b228e7373d",
        "lastUpdated": "2022-09-21T05:26:59.704Z"
      },
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1663738927363"
    },
    {
      "created": "1663220946000",
      "updated": "1663738922769",
      "sha": "40ea3216b9d18008dda2c2ab78e8497c1459b14daa634611b71c58a039b80d31",
      "repo": [
        {
          "registry": "docker.io",
          "tag": "cicd01",
          "repository": "railstest"
        }
      ],
      "repoDigests": null,
      "uuid": "783088c7-a094-3f6c-9a50-5b3cf5b09c4d",
      "size": 840234153,
      "vulnerabilities": {
        "severity5Count": 12,
        "severity3Count": 169,
        "severity4Count": 25,
        "severity1Count": 2,
        "severity2Count": 5
      },
      "imageId": "40ea3216b9d1",
      "associatedContainersCount": 0,
      "associatedHostsCount": 1,
      "lastVmScanDate": "1663738922769",
      "registryUuid": null,
      "source": [
        "GENERAL"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": {
        "sensorUuid": "89f6341b-e505-4df8-8a73-59813de38f6e",
        "hostname": "qab.rdlab.in03.qualys.com",
        "ipAddress": "10.115.98.193",
        "uuid": "e6d6eb35-86e6-49b4-ab3f-a3b228e7373d",
        "lastUpdated": "2022-09-21T05:26:59.704Z"
      },
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1663738442787"
    },
    {
      "created": "1663010476000",
      "updated": "1666956947210",
      "sha": "04ecf3e00e5c0cdd8931f2aead5a18920185b292dd73bf8af776c6de3905956f",
      "repo": [
        {
          "registry": "docker.io",
          "tag": "latest",
          "repository": "crate"
        },
        {
          "registry": "docker.io",
          "tag": "crateLatest",
          "repository": "arth1234/sca"
        }
      ],
      "repoDigests": [
        {
          "registry": "docker.io",
          "digest": "8eff00749ee9fb04b03d2eff0f81fa42162a8fa92e5d0dc468f6536613b06d47",
          "repository": "arth1234/sca"
        },
        {
          "registry": "docker.io",
          "digest": "07a664c82c2748b30812685b9890f73c7c2318b3e58cb241071bb3cdb781e88b",
          "repository": "crate"
        }
      ],
      "uuid": "1491f00d-8a57-3688-9608-96c56dd2e2b5",
      "size": 837977887,
      "vulnerabilities": {
        "severity5Count": 0,
        "severity3Count": 0,
        "severity4Count": 0,
        "severity1Count": 0,
        "severity2Count": 0
      },
      "imageId": "04ecf3e00e5c",
      "associatedContainersCount": 0,
      "associatedHostsCount": 1,
      "lastVmScanDate": "1666956947210",
      "registryUuid": null,
      "source": [
        "GENERAL"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": {
        "sensorUuid": "c365ec0f-3205-47e7-9c4a-290f649b3e31",
        "hostname": "vsubu1804p",
        "ipAddress": "10.11.74.105",
        "uuid": "fe9b3d0d-519a-4259-a559-92776744531e",
        "lastUpdated": "2022-10-28T11:01:40.168Z"
      },
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1666956520975"
    },
    {
      "created": "1660094821000",
      "updated": "1668600450451",
      "sha": "22fdc6314051df714eb280680c24524ed01d0ed2eddff1358cc40d528c82579e",
      "repo": [
        {
          "registry": "registry-1.docker.io",
          "tag": "vault",
          "repository": "qualysdockerhub/arm64sca"
        }
      ],
      "repoDigests": [
        {
          "registry": "registry-1.docker.io",
          "digest": "7a238778738551ab26e07ef2c4ac9d9d9e8d393ec9e766301c9b3bb0fa5f2b55",
          "repository": "qualysdockerhub/arm64sca"
        }
      ],
      "uuid": "a449db68-b539-33f1-8bc0-723c9e9c6e0a",
      "size": 207222566,
      "vulnerabilities": {
        "severity5Count": 0,
        "severity3Count": 0,
        "severity4Count": 0,
        "severity1Count": 0,
        "severity2Count": 0
      },
      "imageId": "22fdc6314051",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1668600450451",
      "registryUuid": [
        "e23fbdab-99ce-472d-9a9b-14640c6a8c4c"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1668600416816"
    },
    {
      "created": "1658404137000",
      "updated": "1668506428590",
      "sha": "3714c8507fe077c231493a7fe4f5273913942642fba900a4802b340a7a2ac5b9",
      "repo": [
        {
          "registry": "registry-1.docker.io",
          "tag": "k1-layered",
          "repository": "qualysdemo/kgaurav5"
        }
      ],
      "repoDigests": [
        {
          "registry": "registry-1.docker.io",
          "digest": "76d57018fed388f41dd21c08a02154fd0979a589bf1b7485e375084dbd983236",
          "repository": "qualysdemo/kgaurav5"
        }
      ],
      "uuid": "f4a057c5-7321-34ee-a3db-e2445650bbfb",
      "size": 971190931,
      "vulnerabilities": {
        "severity5Count": 1,
        "severity3Count": 105,
        "severity4Count": 1,
        "severity1Count": 0,
        "severity2Count": 1
      },
      "imageId": "3714c8507fe0",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1668506428590",
      "registryUuid": [
        "32112b81-0fcf-4e38-b573-eee1b22529eb"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1668506120085"
    },
    {
      "created": "1657865471000",
      "updated": "1665131779117",
      "sha": "6e9c9428b8f17da5d93e50edbb59a5cacb6168d44993cf88f54c73e1daa9da18",
      "repo": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "tag": "image01",
          "repository": "azuretest"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "digest": "f805422294ce641d956975d7c9963b4bcf39dd52e135bb33ad1e3340fabcc482",
          "repository": "azuretest"
        }
      ],
      "uuid": "e6a781e0-d82b-3692-8f89-894eb26d4099",
      "size": null,
      "vulnerabilities": {
        "severity5Count": null,
        "severity3Count": null,
        "severity4Count": null,
        "severity1Count": null,
        "severity2Count": null
      },
      "imageId": "6e9c9428b8f1",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": null,
      "registryUuid": [
        "cea5d678-a244-43ba-a14a-6cd86e31b6de"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": null,
      "scanErrorCode": "CMS-1313",
      "scanStatus": "FAILED",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 0,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": null
    },
    {
      "created": "1657865468000",
      "updated": "1665131778966",
      "sha": "9c223588a6085b2877ce8f63b6afa57ff403dd78ba9d85f9435532d5477b0f6b",
      "repo": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "tag": "image02",
          "repository": "azuretest"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "digest": "0d07bd81172ec129e9442e7de983b3b33d3f925c87a90adfaa10cdcc3cf93818",
          "repository": "azuretest"
        }
      ],
      "uuid": "9c0468e1-a633-3c76-ba89-1128297eb964",
      "size": null,
      "vulnerabilities": {
        "severity5Count": null,
        "severity3Count": null,
        "severity4Count": null,
        "severity1Count": null,
        "severity2Count": null
      },
      "imageId": "9c223588a608",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": null,
      "registryUuid": [
        "cea5d678-a244-43ba-a14a-6cd86e31b6de"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": null,
      "scanErrorCode": "CMS-1313",
      "scanStatus": "FAILED",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 0,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": null
    },
    {
      "created": "1657865466000",
      "updated": "1665132672731",
      "sha": "649400056a3ef6138f409ee7de22220b229e24cea24ce319e7cedb794a3bc9c7",
      "repo": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "tag": "image03",
          "repository": "azuretest"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsaplinetest1.azurecr.io",
          "digest": "08b70f4cc728080fdb1d40ae6732dc209766bcc6b0933db4d9ee44b9257c64df",
          "repository": "azuretest"
        }
      ],
      "uuid": "29f248fe-11e1-325b-9c55-de2bddb1fbec",
      "size": null,
      "vulnerabilities": {
        "severity5Count": null,
        "severity3Count": null,
        "severity4Count": null,
        "severity1Count": null,
        "severity2Count": null
      },
      "imageId": "649400056a3e",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": null,
      "registryUuid": [
        "cea5d678-a244-43ba-a14a-6cd86e31b6de"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": null,
      "scanErrorCode": null,
      "scanStatus": null,
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 0,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": null
    },
    {
      "created": "1644266457000",
      "updated": "1666956966810",
      "sha": "fd77402db199047c0249c410e4b008117814880e407db213a32b948168efe245",
      "repo": [
        {
          "registry": "362990800442.dkr.ecr.us-east-1.amazonaws.com",
          "tag": null,
          "repository": "nodejs_lamda_app"
        }
      ],
      "repoDigests": [
        {
          "registry": "362990800442.dkr.ecr.us-east-1.amazonaws.com",
          "digest": "dae4bf43289649f479d21c68f19313ecfecdfa6784d2a7f47bb09f373415fdf6",
          "repository": "nodejs_lamda_app"
        }
      ],
      "uuid": "ce47cc67-74ed-3e2e-8f75-cf852ba53b4b",
      "size": 476212708,
      "vulnerabilities": {
        "severity5Count": null,
        "severity3Count": null,
        "severity4Count": null,
        "severity1Count": null,
        "severity2Count": null
      },
      "imageId": "fd77402db199",
      "associatedContainersCount": 0,
      "associatedHostsCount": 1,
      "lastVmScanDate": null,
      "registryUuid": null,
      "source": [
        "GENERAL"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": null,
      "scanErrorCode": null,
      "scanStatus": null,
      "lastFoundOnHost": {
        "sensorUuid": "c365ec0f-3205-47e7-9c4a-290f649b3e31",
        "hostname": "vsubu1804p",
        "ipAddress": "10.11.74.105",
        "uuid": "fe9b3d0d-519a-4259-a559-92776744531e",
        "lastUpdated": "2022-10-28T11:01:40.168Z"
      },
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1666956966810"
    },
    {
      "created": "1642227717000",
      "updated": "1667909543735",
      "sha": "01ffdf8af35600c3696708fa763237600c9c8deff49905fa08c5c2ba77e25c1e",
      "repo": [
        {
          "registry": "cmsmaheshtest.azurecr.io",
          "tag": "imagetag998",
          "repository": "repotest11"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsmaheshtest.azurecr.io",
          "digest": "2b94f0b07c94baa8cc4cbdf97a33f42e0caaf0ffb3823e6e8f8c1aaefa1a1173",
          "repository": "repotest11"
        }
      ],
      "uuid": "6c50d9ce-675a-3ed8-8af5-f49113494ea4",
      "size": 5585777,
      "vulnerabilities": {
        "severity5Count": 1,
        "severity3Count": 0,
        "severity4Count": 3,
        "severity1Count": 0,
        "severity2Count": 0
      },
      "imageId": "01ffdf8af356",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1667909543735",
      "registryUuid": [
        "a556f32a-c892-4d15-b45a-ce762dcd6413"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1667909498204"
    },
    {
      "created": "1642227691000",
      "updated": "1667909539445",
      "sha": "a14c29a8aaf641cb64e70f84fe42209a23ee588a3d824a289f6c5221f834ee12",
      "repo": [
        {
          "registry": "cmsmaheshtest.azurecr.io",
          "tag": "imagetag997",
          "repository": "repotest11"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsmaheshtest.azurecr.io",
          "digest": "12ce573f369dd3b894a336959266c62e32da73aca02fad9ab31276f2bdf697ff",
          "repository": "repotest11"
        }
      ],
      "uuid": "4788d175-1e5d-3878-9b04-d27c4897a373",
      "size": 5585777,
      "vulnerabilities": {
        "severity5Count": 1,
        "severity3Count": 0,
        "severity4Count": 3,
        "severity1Count": 0,
        "severity2Count": 0
      },
      "imageId": "a14c29a8aaf6",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1667909539445",
      "registryUuid": [
        "a556f32a-c892-4d15-b45a-ce762dcd6413"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1667909503164"
    },
    {
      "created": "1627516035000",
      "updated": "1670316084066",
      "sha": "571f52ae90ed2982ea70a8324c348e131c6b9ba635242d910d0decc40cec460d",
      "repo": [
        {
          "registry": "cmsapline01.azurecr.io",
          "tag": "3",
          "repository": "arm64_cassandra"
        }
      ],
      "repoDigests": [
        {
          "registry": "cmsapline01.azurecr.io",
          "digest": "ff23db5312128f8b85f7468b44e29bfef15d7eb44d6e964fb52695579a0c4162",
          "repository": "arm64_cassandra"
        }
      ],
      "uuid": "3a17bb21-e10c-350b-ada9-e0b2fccef309",
      "size": 285837622,
      "vulnerabilities": {
        "severity5Count": 3,
        "severity3Count": 3,
        "severity4Count": 14,
        "severity1Count": 0,
        "severity2Count": 0
      },
      "imageId": "571f52ae90ed",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1669101646077",
      "registryUuid": [
        "cd1aa705-6cea-4d99-b4c5-72f56d7c6851"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "STATIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1670316084066"
    },
    {
      "created": "1623240124000",
      "updated": "1667986451325",
      "sha": "0dde14062f5c14eee789b43bc01e90046987767913465718da4a15f34a2ece9f",
      "repo": [
        {
          "registry": "us-central1-docker.pkg.dev",
          "tag": "truptitestgar01",
          "repository": "qualys-cms/repo-kumar01/java11302"
        }
      ],
      "repoDigests": [
        {
          "registry": "us-central1-docker.pkg.dev",
          "digest": "ec2e149ea354a084e75412c43874926c6bfcae7e92a977afca8219b2beed5ecd",
          "repository": "qualys-cms/repo-kumar01/java11302"
        }
      ],
      "uuid": "84017c02-6885-38f2-80c5-cc0964fb4830",
      "size": 219583055,
      "vulnerabilities": {
        "severity5Count": 1,
        "severity3Count": 0,
        "severity4Count": 0,
        "severity1Count": 0,
        "severity2Count": 0
      },
      "imageId": "0dde14062f5c",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1667986451325",
      "registryUuid": [
        "18d7c023-da7d-4b1d-8a3f-0a5df416e307"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1667986124369"
    },
    {
      "created": "1623239783000",
      "updated": "1665385438424",
      "sha": "e77ddc9bfb2248937c5e6a707aa1cf682e64d52f41a29a4dbf77737a173b25e0",
      "repo": [
        {
          "registry": "us.gcr.io",
          "tag": "truptitestgcr01",
          "repository": "qualys-cms/image"
        }
      ],
      "repoDigests": [
        {
          "registry": "us.gcr.io",
          "digest": "25fb04fd265d3ef526912ca534c41df412742667c0b728bd52e68798f12c085b",
          "repository": "qualys-cms/image"
        }
      ],
      "uuid": "37754cc0-81e4-33c9-b072-10fd5f0c31d0",
      "size": 219583055,
      "vulnerabilities": {
        "severity5Count": 1,
        "severity3Count": 0,
        "severity4Count": 0,
        "severity1Count": 0,
        "severity2Count": 0
      },
      "imageId": "e77ddc9bfb22",
      "associatedContainersCount": 0,
      "associatedHostsCount": 0,
      "lastVmScanDate": "1665385438424",
      "registryUuid": [
        "1abfc2d6-8afc-4d21-8e2a-f264779773bf"
      ],
      "source": [
        "REGISTRY"
      ],
      "isDockerHubOfficial": false,
      "isInstrumented": false,
      "instrumentedFrom": null,
      "instrumentationState": null,
      "scanType": null,
      "scanTypes": [
        "DYNAMIC"
      ],
      "scanErrorCode": null,
      "scanStatus": "SUCCESS",
      "lastFoundOnHost": null,
      "exceptions": null,
      "compliance": {
        "failCount": 2,
        "passCount": 0,
        "errorCount": 0
      },
      "lastComplianceScanDate": "1665385075480"
    }
  ],
  "count": 195
}

Sample with SCA ScanningSample with SCA Scanning

This is applicable for subscriptions with SCA Scanning enabled and for images scanned using SCA.

API request

    curl -X GET 
"<qualys_base_url>/csapi/v1.3/images?pageNumber=1&pageSize=50&sort=created%3Adesc" --header "Authorization: Bearer <token>"

Response

    {
    "created": "1525522580000",
    "updated": "1661479716359",
    "sha": "0645d07d36305947d72a31282e2dd035f54fbeff6d9adb6701e9c72e75f675e8",
    "repo": [
        {
            "registry": "docker.io",
            "tag": "0.9.2",
            "repository": "known"
        }
    ],
    "repoDigests": [
        {
            "registry": "docker.io",
            "digest": "a3cfd95b4ff72c4f1f33aa98aae1d86b9ed1bfe050058fb46205540280e9937f",
            "repository": "known"
        }
    ],
    "uuid": "38aa3900-f803-32a7-9806-39233e66b85c",
    "size": 539069295,
    "vulnerabilities": {
        "severity5Count": 8,
        "severity3Count": 54,
        "severity4Count": 13,
        "severity1Count": 1,
        "severity2Count": 1
    },
    "imageId": "0645d07d3630",
    "associatedContainersCount": 1,
    "associatedHostsCount": 1,
    "lastVmScanDate": "1661479716359",
    "registryUuid": null,
    "source": [
        "GENERAL"
    ],
    "isDockerHubOfficial": false,
    "isInstrumented": false,
    "instrumentedFrom": null,
    "instrumentationState": null,
    "scanType": null,
    "scanTypes": [
        "SCA",
        "DYNAMIC"
    ],
    "scanErrorCode": null,
...
}