From a58070be7602bfbf5cbcfb6acb5d6c31de2cdf0a Mon Sep 17 00:00:00 2001 From: Eljees <3.14hell@gmail.com> Date: Mon, 27 Jul 2026 07:30:32 +0300 Subject: [PATCH] fix: align ImageLayer docstring fields Signed-off-by: Eljees <3.14hell@gmail.com> --- tern/classes/image_layer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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