Skip to content

Commit ac54f89

Browse files
authored
CM-44880 - Update severity threshold docs (#277)
1 parent a4c7e86 commit ac54f89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,11 +417,11 @@ To limit the results of the `sca` scan to a specific severity threshold, add the
417417
418418
Consider the following example. The following command will scan the repository for SCA policy violations that have a severity of Medium or higher:
419419
420-
`cycode scan -t sca --security-threshold MEDIUM repository ~/home/git/codebase`
420+
`cycode scan -t sca --severity-threshold MEDIUM repository ~/home/git/codebase`
421421
422422
or:
423423
424-
`cycode scan --scan-type sca --security-threshold MEDIUM repository ~/home/git/codebase`
424+
`cycode scan --scan-type sca --severity-threshold MEDIUM repository ~/home/git/codebase`
425425
426426
### Path Scan
427427

0 commit comments

Comments
 (0)