Container ASFF object - AWS Security Hub

Container ASFF object

The following example shows the AWS Security Finding Format (ASFF) syntax for the Container object. To view descriptions of Container attributes, see ContainerDetails in the AWS Security Hub API Reference. For background information about ASFF, see AWS Security Finding Format (ASFF).

Example

"Container": { "ContainerRuntime": "docker", "ImageId": "image12", "ImageName": "1111111/knotejs@sha256:372131c9fef111111111111115f4ed3ea5f9dce4dc3bd34ce21846588a3", "LaunchedAt": "2018-09-29T01:25:54Z", "Name": "knote", "Privileged": true, "VolumeMounts": [{ "Name": "vol-03909e9", "MountPath": "/mnt/etc" }] }