diff --git a/tern/classes/image_layer.py b/tern/classes/image_layer.py index dff2fdb4..093380f9 100644 --- a/tern/classes/image_layer.py +++ b/tern/classes/image_layer.py @@ -30,9 +30,9 @@ class ImageLayer: Based on how container image layers are created, this is usually the last layer of the image that was imported import_str: The string from a build tool (like a Dockerfile) that + created this layer by importing it from another image layer_index: The index position of the layer in relationship to the other layers in the image. The base OS would be layer 1. - created this layer by importing it from another image image_layout: Indicates the image layout on disk in order to read the layer filesystem. This is either "oci" or "docker". files_analyzed: whether the files in this layer are analyzed or not