Versions in this module Expand all Collapse all v0 v0.1.156 Apr 24, 2026 v0.1.155 Apr 24, 2026 Changes in this version + type Result struct + Findings []*builderv0.AuditFinding + Language string + Outdated []*builderv0.OutdatedDep + Tool string + func Docker(ctx context.Context, image string) (*Result, error) + func Golang(ctx context.Context, dir string, includeOutdated bool) (*Result, error) + func Node(ctx context.Context, dir string, includeOutdated bool) (*Result, error) + func Python(ctx context.Context, dir string, includeOutdated bool) (*Result, error)