Skip to content

Commit 47de058

Browse files
authored
vulnsummary: fix text (#3810)
1 parent 68ab348 commit 47de058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/command/registry/vulnsummary.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ func runVulnSummary(ctx context.Context) error {
130130
}
131131
}
132132
fmt.Fprintf(ios.Out, "\n")
133-
fmt.Fprintf(ios.Out, "To scan an image run: flyctl scan vulns -a <app> -i <imgpath>\n")
134-
fmt.Fprintf(ios.Out, "To download an SBOM run: flyctl scan sbom -a <app> -i <imgpath>\n")
133+
fmt.Fprintf(ios.Out, "To scan an image run: fly registry vulns -a <app> -i <imgpath>\n")
134+
fmt.Fprintf(ios.Out, "To download an SBOM run: fly registry sbom -a <app> -i <imgpath>\n")
135135
fmt.Fprintf(ios.Out, "\n")
136136

137137
// Report checkmark table with columns of apps and rows of vulns.

0 commit comments

Comments
 (0)