Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit f773d72

Browse files
committed
change flag nested-jars-path to nested-jars-depth
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
1 parent e0c7c4e commit f773d72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func WithAppVulns() Ops {
156156
return func(provider *Options) error {
157157
provider.flags = append(provider.flags, "--app-vulns")
158158
// We started with a default depth value of 2
159-
provider.flags = append(provider.flags, fmt.Sprintf("--nested-jars-path=%d", 2))
159+
provider.flags = append(provider.flags, fmt.Sprintf("--nested-jars-depth=%d", 2))
160160
return nil
161161
}
162162
}

0 commit comments

Comments
 (0)