diff --git a/cmd/analyze.go b/cmd/analyze.go index 65d2d33..7227e32 100644 --- a/cmd/analyze.go +++ b/cmd/analyze.go @@ -298,7 +298,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), )