We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443258d commit d48db73Copy full SHA for d48db73
1 file changed
internal/commands/predicates.go
@@ -107,7 +107,7 @@ func triageShowSubCommand(resultsPredicatesWrapper wrappers.ResultsPredicatesWra
107
Long: "The show command provides a list of all the predicates in the issue",
108
Example: heredoc.Doc(
109
`
110
- $ cx triage show --similarity-id <SimilarityID> --project-id <ProjectID> --scan-type <SAST||IAC-SECURITY||SCS>
+ $ cx triage show --similarity-id <SimilarityID> --project-id <ProjectID> --scan-type <SAST||IAC-SECURITY>
111
`,
112
),
113
0 commit comments