Skip to content

Release - 0.2.3

Choose a tag to compare

@MaorDavidzon MaorDavidzon released this 30 Mar 14:07
· 239 commits to main since this release
9cc347e

Announcing the latest release of Cycode CLI, version 0.2.3.
This version introduces the SCA scanning option.
With the new SCA scanning option, you can scan your code dependencies for security vulnerabilities and license compliance issues.
To start with the new SCA scanning option, pass the sca value to the CLI command --scan-type parameter.
For example:
$ cycode scan --scan-type sca repository ~/home/git/codebase
All scanning options are available in the documentation.