Skip to content

Commit 8616ee2

Browse files
committed
improves flag description
1 parent d1aa02b commit 8616ee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cmd/devguard-scanner/commands

cmd/devguard-scanner/commands/sca.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ func addScanFlags(cmd *cobra.Command) {
282282
cmd.Flags().String("failOnRisk", "critical", "The risk level to fail the scan on. Can be 'low', 'medium', 'high' or 'critical'. Defaults to 'critical'.")
283283
cmd.Flags().String("failOnCVSS", "critical", "The risk level to fail the scan on. Can be 'low', 'medium', 'high' or 'critical'. Defaults to 'critical'.")
284284
cmd.Flags().String("webUI", "https://app.devguard.org", "The url of the web UI to show the scan results in. Defaults to 'https://app.devguard.org'.")
285-
cmd.Flags().String("artifactName", "", "The name of the artifact to upload. If not specified, it will be the name of the path. If the path is a directory, it will be the name of the directory. If the path is a file, it will be the name of the file.")
285+
cmd.Flags().String("artifactName", "", "The name of the artifact which was scanned. If not specified, it will default to the empty artifact name ''.")
286286

287287
}
288288

0 commit comments

Comments
 (0)