diff --git a/cmd/analyze.go b/cmd/analyze.go index c30cbd0..ad1afc4 100644 --- a/cmd/analyze.go +++ b/cmd/analyze.go @@ -293,7 +293,7 @@ func (a *analyzeCommand) ListLabels(ctx context.Context) error { ctx, WithEnv(runMode, runModeContainer), WithVolumes(volumes), - WithEntrypointBin("/usr/local/bin/kantra"), + WithEntrypointBin(fmt.Sprintf("/usr/local/bin/%s", Settings.RootCommandName)), WithEntrypointArgs(args...), WithCleanup(a.cleanup), )