Versions in this module Expand all Collapse all v1 v1.0.0 Feb 12, 2026 Changes in this version + type DockerCommand struct + Arguments string + Instruction string + Line int + type DockerfileAnalyzer struct + func NewDockerfileAnalyzer() *DockerfileAnalyzer + func (a *DockerfileAnalyzer) Analyze(dockerfilePath string) ([]rules.Finding, error) + type ImageInfo struct + Architecture string + Config struct{ ... } + ID string + OS string + RepoTags []string + RootFS struct{ ... } + type ImageInspector struct + func NewImageInspector() *ImageInspector + func (i *ImageInspector) Analyze(imageName string) ([]rules.Finding, error) + type LddOutput struct + Address string + Library string + NotFound bool + StaticLink bool + type Stage struct + BaseImage string + Commands []DockerCommand + Line int + Name string