We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ab348 commit 47de058Copy full SHA for 47de058
internal/command/registry/vulnsummary.go
@@ -130,8 +130,8 @@ func runVulnSummary(ctx context.Context) error {
130
}
131
132
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")
+ fmt.Fprintf(ios.Out, "To scan an image run: fly registry vulns -a <app> -i <imgpath>\n")
+ fmt.Fprintf(ios.Out, "To download an SBOM run: fly registry sbom -a <app> -i <imgpath>\n")
135
136
137
// Report checkmark table with columns of apps and rows of vulns.
0 commit comments