Skip to content

Commit

Permalink
fix latest build
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Oct 4, 2023
1 parent a495e0b commit ea9a62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ func shouldIncludeVulnerabilities(c *cli.Context) bool {

func validateXrayContext(c *cli.Context, serverDetails *coreconfig.ServerDetails) error {
if serverDetails.XrayUrl == "" {
return errorutils.CheckErrorf("JFrog Xray URL should be provided to run this command")
return errorutils.CheckErrorf("JFrog Xray URL should be provided to run this command. Use the 'jf c add' command to set the Xray server details.")
}
contextFlag := 0
if c.String("watches") != "" {
Expand Down

0 comments on commit ea9a62f

Please sign in to comment.